| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [ifxmips] typo | blogic | 2010-03-24 | 1 | -5/+5 |
* | [ifxmips] adds support for airties wav-281/arcor a800/arcaydian arv452 | blogic | 2010-03-24 | 1 | -0/+79 |
* | [ifxmips] meta partition should not span brn-boot sector | blogic | 2010-03-24 | 1 | -4/+5 |
* | [ifxmips] add phylib support to ethernet driver | blogic | 2010-03-24 | 1 | -10/+111 |
* | [x86] base-files: remove redundant "Press " when writing enter failsafe message | jow | 2010-03-23 | 1 | -1/+0 |
* | generic-2.6: fix r20386 (thanks nico), update missing symbols on config-2.6.3... | acoul | 2010-03-23 | 3 | -2/+4 |
* | generic-2.6: config-2.6.33 add missing symbols, closes #6913 (thanks maddes) | acoul | 2010-03-23 | 1 | -0/+2 |
* | [ar7] also generate images for AG1A, thanks obinou | florian | 2010-03-23 | 1 | -0/+1 |
* | [xburst] sound jz4740_pcm: Set dma channel to NULL after it has been freed, | lars | 2010-03-22 | 1 | -1/+3 |
* | [xburst] sound jz4740_pcm: Don't request dma channel mor then once. | lars | 2010-03-22 | 1 | -4/+5 |
* | atheros: config-2.6.33, add missing option on commit r20332 | acoul | 2010-03-21 | 1 | -0/+1 |
* | ar71xx: use the RB411 setup for the RB411U | juhosg | 2010-03-21 | 1 | -10/+1 |
* | ar71xx: change PHY select logic, and update phy_masks | juhosg | 2010-03-21 | 22 | -78/+37 |
* | [atheros] fix ethernet driver remove function to use the correct annotation (... | florian | 2010-03-21 | 4 | -8/+8 |
* | [xburst] jz_mmc: Fix timeout timer. Annotate timeout checks as unlikely() | lars | 2010-03-21 | 1 | -17/+23 |
* | x86: do no overwrite CONFIG_SCSI_LOWLEVEL | hauke | 2010-03-21 | 3 | -3/+2 |
* | kernel: Add some missing config symbols | hauke | 2010-03-21 | 5 | -10/+142 |
* | [ifxmips] add register definitions for ebu | blogic | 2010-03-21 | 1 | -1/+2 |
* | atheros: config-2.6.33, PCI: disable common quirks | acoul | 2010-03-21 | 1 | -0/+1 |
* | atheros: config-2.6.33, use UP-only small-memory-footprint RCU | acoul | 2010-03-21 | 1 | -2/+0 |
* | atheros: config-2.6.33, optimize for size | acoul | 2010-03-21 | 1 | -0/+2 |
* | atheros: config-2.6.33, turn off swap memory | acoul | 2010-03-21 | 1 | -0/+1 |
* | atheros: config-2.6.33, turn off BSD Process Accounting | acoul | 2010-03-21 | 1 | -0/+1 |
* | atheros: config-2.6.33, fix CONFIG_CMDLINE | acoul | 2010-03-21 | 1 | -1/+5 |
* | generic-2.6: sync patches to 2.6.34-rc2 | acoul | 2010-03-21 | 1 | -2/+3 |
* | [rdc] do not set panic_on_unrecovered_nmi in watchdog, already set in southbr... | florian | 2010-03-20 | 1 | -1/+0 |
* | [rdc] rework board detection | florian | 2010-03-18 | 14 | -305/+634 |
* | base-files: show boot state on intramfs images | juhosg | 2010-03-18 | 1 | -0/+5 |
* | ar71xx: check returned value of ioremap in ar71xx_pcibios_setup | juhosg | 2010-03-18 | 1 | -0/+2 |
* | ar71xx: optimize register access in ar71xx_pci.c | juhosg | 2010-03-18 | 1 | -44/+50 |
* | ar71xx: optimize register access in irq.c | juhosg | 2010-03-18 | 1 | -23/+46 |
* | ar71xx: optimize register access in ar724x_pci.c | juhosg | 2010-03-18 | 1 | -37/+36 |
* | ar71xx: introduce global ar724x_pci_ctrl_base variable | juhosg | 2010-03-18 | 1 | -20/+14 |
* | ar71xx: add error handling to ar724x_pcibios_init | juhosg | 2010-03-18 | 1 | -2/+13 |
* | ar71xx: move ar724x_pci_* helpers to ar724x-pci.c | juhosg | 2010-03-18 | 2 | -30/+30 |
* | ar71xx: move PCI intterupt handling code to pci-ar7{1xx,24x}.c | juhosg | 2010-03-18 | 3 | -163/+149 |
* | ar71xx: use set_irq_chained_handler for the PCI IRQs | juhosg | 2010-03-18 | 1 | -37/+12 |
* | ar71xx: merge AR71XX_IRQ_CPU_{PCI,WMAC} into AR71XX_IRQ_CPU_IP2 | juhosg | 2010-03-18 | 3 | -7/+6 |
* | ar71xx: remove unnecessary includes from setup.c | juhosg | 2010-03-18 | 1 | -2/+0 |
* | ar71xx: fix ar724x_pci_wr{,_nf} helpers | juhosg | 2010-03-18 | 1 | -0/+2 |
* | do not use font <FONT_MINI_4x6> for target lb60 by default as it's unreadable | mirko | 2010-03-18 | 1 | -1/+0 |
* | [ifxmips] Bugfix: do not call request_irq() with interrupts disabled, signed ... | blogic | 2010-03-18 | 1 | -15/+9 |
* | [ifxmips] make mtd handel 128k sectors properly, based on patch by Ithamar R.... | blogic | 2010-03-18 | 1 | -10/+14 |
* | [ifxmips] fixes board detection, signed off by Ithamar R. Adema | blogic | 2010-03-18 | 1 | -1/+2 |
* | added feature "pcmcia" | markus | 2010-03-18 | 1 | -1/+1 |
* | [ifxmips] Also build jffs2 images with 128k eraseblock size, signed off by It... | blogic | 2010-03-18 | 1 | -0/+5 |
* | [ifxmips] we have a maximum of 32 gpios | blogic | 2010-03-18 | 1 | -1/+1 |
* | [ifxmips] Make it possible for boards to disable PCI REQ signals in the PCI c... | blogic | 2010-03-18 | 2 | -1/+9 |
* | [ifxmips] Calculate PCI BARMASK11 register value dynamicly, signed off by Ith... | blogic | 2010-03-18 | 1 | -1/+12 |
* | [malta] include wpad-mini and mac80211_hwsim by default | florian | 2010-03-17 | 1 | -0/+2 |