summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [MTD] [NAND] S3C2410 Allow ECC disable to be specified by the boardBen Dooks2008-04-221-0/+2
* [MTD] [NAND] S3C2410 Allow ECC layout to be passed through platform dataBen Dooks2008-04-221-0/+1
* [MTD] [NAND] S3C2410 Allow unset ecc to be ignored for ecc correctionBen Dooks2008-04-221-0/+2
* [MTD] [MAPS] Extend plat-ram to support a supplied probe typeFlorian Fainelli2008-04-221-2/+3
* [MTD] [NAND] support for pxa3xxeric miao2008-04-221-0/+18
* [MTD] [OneNAND] proper onenand_bbt_read_oob() prototypeAdrian Bunk2008-04-221-0/+3
* [MTD] proper prototypes for nftl_{read,write}_oob()Adrian Bunk2008-04-221-0/+5
* [MTD] proper prototypes for inftl_{read,write}_oob()Adrian Bunk2008-04-221-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-04-211-0/+2
|\
| * MMC: OMAP: Introduce new multislot structure and change driver to use itJuha Yrjola2008-04-181-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-04-2128-989/+4
|\ \
| * | [SPARC]: Remove SunOS and Solaris binary support.David S. Miller2008-04-2128-989/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...Linus Torvalds2008-04-215-6/+5
|\ \ \
| * | | Generate a slightly more informative error msg for bad HZRobert P. J. Day2008-04-211-1/+1
| * | | KEYS: Fix the comment to match the file name in rxrpc-type.h.Robert P. J. Day2008-04-211-1/+1
| * | | DMA engine: typo fixesSebastian Siewior2008-04-211-1/+1
| * | | Remove unused MAX_NODES_SHIFTJohannes Weiner2008-04-211-1/+0
| * | | arm: Storage class should be before const qualifierTobias Klauser2008-04-211-2/+2
| |/ /
* | | Merge branch 'for-2.6.26' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-04-213-3/+13
|\ \ \
| * | | block: fix memory hotplug and bouncing in block layerAndi Kleen2008-04-211-1/+6
| * | | block: move the padding adjustment to blk_rq_map_sgFUJITA Tomonori2008-04-211-0/+2
| * | | block: convert bio_copy_user to bio_copy_user_iovFUJITA Tomonori2008-04-211-0/+2
| * | | cdrom: make unregister_cdrom() return voidAkinobu Mita2008-04-211-1/+1
| * | | cdrom: use list_head for cdrom_device_info listAkinobu Mita2008-04-211-1/+2
| |/ /
* | | frv: remove HARD_RESET_NOW()Adrian Bunk2008-04-211-5/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2008-04-216-26/+80
|\ \ \
| * | | PCI: clean up resource alignment managementIvan Kokshaysky2008-04-201-1/+4
| * | | PCI: Expose PCI VPD through sysfsBen Hutchings2008-04-201-0/+3
| * | | PCI: add generic pci_enable_resources()Bjorn Helgaas2008-04-201-0/+1
| * | | PCI: add PCI Express ASPM supportShaohua Li2008-04-203-0/+69
| * | | PCI: #if 0 pci_cleanup_aer_correct_error_status()Adrian Bunk2008-04-201-5/+0
| * | | PCI: remove global list of PCI devicesGreg Kroah-Hartman2008-04-201-3/+0
| * | | PCI: add is_added flag to struct pci_devGreg Kroah-Hartman2008-04-201-0/+1
| * | | PCI: remove initial bios sort of PCI devices on x86Greg Kroah-Hartman2008-04-201-2/+0
| * | | PCI: clean up search.c a lotGreg Kroah-Hartman2008-04-201-2/+2
| * | | PCI: remove pci_get_device_reverseGreg Kroah-Hartman2008-04-201-10/+0
| * | | PCI: remove pci_find_presentGreg Kroah-Hartman2008-04-201-2/+0
| * | | PCI: #if 0 pci_assign_resource_fixed()Adrian Bunk2008-04-201-1/+0
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2008-04-212-9/+6
|\ \ \
| * | | [CRYPTO] aes: Export generic setkeySebastian Siewior2008-04-211-2/+6
| * | | [CRYPTO] api: Make the crypto subsystem fully modularSebastian Siewior2008-04-211-7/+0
| |/ /
* | | Merge branch 'irq-cleanups-upstream' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-04-211-1/+1
|\ \ \
| * | | [SPARC] minor irq handler cleanupsJeff Garzik2008-04-201-1/+1
| |/ /
* | | skbuff: fix missing kernel-doc notationRandy Dunlap2008-04-211-0/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2008-04-2149-280/+975
|\ \ \
| * | | [POWERPC] Fix compile breakage for 64-bit UP configsPaul Mackerras2008-04-201-0/+1
| * | | [POWERPC] Optimize fls64() on 64-bit processorsPaul Mackerras2008-04-181-0/+17
| * | | [POWERPC] irqtrace support for 64-bit powerpcBenjamin Herrenschmidt2008-04-185-30/+62
| * | | [POWERPC] Move stackframe definitions to common headerBenjamin Herrenschmidt2008-04-181-0/+9
| * | | [POWERPC] Make pci_bus_to_host()'s struct pci_bus * argument constTrent Piepho2008-04-181-2/+2
OpenPOWER on IntegriCloud