aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-01Merge git://git.infradead.org/mtd-2.6Linus Torvalds7-106/+230
2008-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-45/+17
2008-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds7-95/+40
2008-08-01Merge branch 'reg-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6Linus Torvalds7-0/+2616
2008-08-01Merge git://git.infradead.org/battery-2.6Linus Torvalds5-76/+692
2008-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds8-95/+198
2008-08-01au1xmmc: raise segment size limit.Manuel Lauss1-1/+7
2008-08-01mmc_block: use proper sg iteratorsPierre Ossman1-6/+11
2008-08-01mmc: properly iterate over sg list in debug checkPierre Ossman1-2/+3
2008-08-01mmc_test: Revert "mmc_test: test oversized sg lists"Pierre Ossman1-82/+3
2008-08-01sdhci: check correct return valuePierre Ossman1-1/+1
2008-08-01sdhci: disable DMA for req, not completelyPierre Ossman1-2/+2
2008-08-01sdhci: handle bug in JMB38x for sizes < 4 bytesPierre Ossman3-1/+13
2008-08-01[PATCH] switch mtd and dm-table to lookup_bdev()Al Viro2-45/+17
2008-08-01[MTD] [NAND] drivers/mtd/nand/nandsim.c: fix printk warningsAndrew Morton1-3/+5
2008-08-01[MTD] [NAND] Blackfin NFC Driver: Cleanup the error exit path of bf5xx_nand_probe functionBryan Wu1-14/+24
2008-08-01[MTD] [NAND] Blackfin NFC Driver: use standard dev_err() rather than printk()Mike Frysinger1-2/+1
2008-08-01[MTD] [NAND] Blackfin NFC Driver: enable Blackfin nand HWECC support by defaultMike Frysinger1-0/+1
2008-08-01[MTD] [NAND] Blackfin NFC Driver: add proper devinit/devexit markings to probe/remove functionsMike Frysinger1-3/+3
2008-08-01[MTD] [NAND] Blackfin NFC Driver: add support for the ECC layout the Blackfin bootrom usesMike Frysinger2-0/+52
2008-08-01[MTD] [NAND] Blackfin NFC Driver: fix bug - hw ecc calc by making sure we extract 11 bits from each register instead of 10Mike Frysinger1-2/+2
2008-08-01[MTD] [NAND] Blackfin NFC Driver: fix bug - do not clobber the status from the first 256 bytes if operating on 512 pagesMike Frysinger1-1/+1
2008-08-01[S390] qeth: avoid use of include/asm-s390Martin Schwidefsky1-2/+2
2008-08-01[S390] dont use kthread for smp_rescan_cpus().Heiko Carstens1-12/+1
2008-08-01[S390] virtio console: fix section mismatch warning.Heiko Carstens1-1/+1
2008-08-01[S390] qdio: fix section mismatch bug.Heiko Carstens2-2/+2
2008-08-01[S390] qdio: make sure qdr is aligned to page sizeJan Glauber2-2/+2
2008-08-01[S390] Add support for memory hot-remove.Gerald Schaefer1-0/+5
2008-08-01[S390] cio: Memory allocation for idset changed.Michael Ernst1-4/+4
2008-08-01[S390] qeth: preallocated qeth header for hiper socketFrank Blaschka4-39/+126
2008-08-01[S390] nohz/sclp: disable timer on synchronous waits.Heiko Carstens1-2/+4
2008-08-01[S390] dasd: Add support for enhanced VM UIDStefan Weinhuber5-163/+189
2008-08-01[MTD] [NAND] diskonchip.c fix sparse endian warningsHarvey Harrison1-15/+15
2008-08-01[MTD] [NAND] drivers/mtd/nand/nandsim.c needs div64.hAndrew Morton1-0/+1
2008-07-31[MTD] [NOR] drivers/mtd/chips/jedec_probe.c: fix Am29DL800BB device IDJerry Hicks1-1/+1
2008-07-30Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds4-16/+78
2008-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds34-183/+330
2008-07-30sgi-xp: setup the notify GRU message queueDean Nelson8-384/+1032
2008-07-30sgi-xp: setup the activate GRU message queueDean Nelson8-390/+1328
2008-07-30sgi-xp: cleanup naming of partition definesDean Nelson5-51/+51
2008-07-30sgi-xp: move xpc_check_remote_hb() to support both SN2 and UVDean Nelson3-49/+57
2008-07-30sgi-xp: add usage of GRU driver by xpc_remote_memcpy()Dean Nelson11-127/+154
2008-07-30sgi-xp: enable building of XPC/XPNET on x86_64Dean Nelson12-126/+155
2008-07-30sgi-xp: add 'jiffies' to reserved page's timestamp nameDean Nelson4-26/+28
2008-07-30sgi-xp: use standard bitops macros and functionsDean Nelson4-86/+76
2008-07-30sgi-xp: eliminate '>>>' in commentsDean Nelson9-44/+43
2008-07-30sgi-xp: add _sn2 suffix to a few variablesDean Nelson1-59/+65
2008-07-30sgi-xp: isolate remote copy buffer to sn2 onlyDean Nelson5-102/+97
2008-07-30sgi-xp: enable XPNET to handle more than 64 partitionsDean Nelson1-119/+94
2008-07-30sgi-xp: isolate allocation of XPC's msgqueues to sn2 onlyDean Nelson4-203/+204