summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-1/+0
|\
| * BKL: Remove BKL from USB gadgetfsArnd Bergmann2010-10-041-1/+0
* | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-2299-553/+614
|\ \
| * | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-0542-247/+277
| * | drivers: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-0535-190/+216
| * | ipmi: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-152-11/+11
| * | mac: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-153-13/+14
| * | mtd: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-151-7/+8
| * | scsi: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-1516-85/+86
* | | Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-2220-233/+245
|\ \ \
| * | | BKL: introduce CONFIG_BKL.Arnd Bergmann2010-10-217-2/+10
| * | | dabusb: remove the BKLArnd Bergmann2010-10-191-15/+3
| * | | dvb-core: kill the big kernel lockArnd Bergmann2010-10-194-40/+11
| * | | dvb/bt8xx: kill the big kernel lockArnd Bergmann2010-10-191-3/+4
| * | | tlclk: remove big kernel lockArnd Bergmann2010-10-191-3/+3
| * | | fix rawctl compat ioctls breakage on amd64 and itanicAl Viro2010-10-191-103/+140
| * | | isapnp: BKL removalArnd Bergmann2010-09-261-7/+8
| * | | s390/block: kill the big kernel lockArnd Bergmann2010-09-263-26/+2
| * | | hpet: kill BKL, add compat_ioctlArnd Bergmann2010-09-151-34/+64
| |/ /
* | | bluetooth: Fix missing NULL checkAlan Cox2010-10-221-0/+7
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-10-214-12/+63
|\ \ \
| * | | powerpc/watchdog: Make default timeout for Book-E watchdog a Kconfig optionTimur Tabi2010-10-142-7/+18
| * | | powerpc/watchdog: Allow the Book-E driver to be compiled as a moduleTimur Tabi2010-10-142-3/+41
| * | | i2c/i2c-pasemi.c: Fix unsigned return typeJulia Lawall2010-10-131-1/+1
| * | | Merge remote branch 'kumar/merge' into nextBenjamin Herrenschmidt2010-10-13414-2483/+4437
| |\ \ \
| * | | | powerpc/via-pmu-led.c: Add of_node_put to avoid memory leakJulia Lawall2010-09-021-1/+3
* | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-10-2128-601/+1634
|\ \ \ \ \
| * | | | | pata_bf54x: fix return type of bfin_set_devctlMike Frysinger2010-10-211-1/+1
| * | | | | Drivers: ata: Makefile: replace the use of <module>-objs with <module>-yTracey Dent2010-10-211-1/+1
| * | | | | libahci: fix result_tf handling after an ATA PIO data-in commandTejun Heo2010-10-212-3/+16
| * | | | | pata_sl82c105: implement sff_irq_check() methodSergei Shtylyov2010-10-211-0/+11
| * | | | | pata_sil680: implement sff_irq_check() methodSergei Shtylyov2010-10-211-0/+12
| * | | | | pata_pdc202xx_old: implement sff_irq_check() methodSergei Shtylyov2010-10-211-0/+23
| * | | | | pata_cmd640: implement sff_irq_check() methodSergei Shtylyov2010-10-211-0/+12
| * | | | | ata_piix: Add device ID for ICH4-LBen Hutchings2010-10-211-0/+2
| * | | | | pata_sil680: make sil680_sff_exec_command() 'static'Sergei Shtylyov2010-10-211-2/+2
| * | | | | ata: Intel IDE-R supportAlan Cox2010-10-211-1/+53
| * | | | | libata: Signal that our SATL supports WRITE SAME(16) with UNMAPMartin K. Petersen2010-10-211-0/+14
| * | | | | ata_piix: remove SIDPR lockingTejun Heo2010-10-211-8/+0
| * | | | | libata: implement cross-port EH exclusionTejun Heo2010-10-213-1/+75
| * | | | | libata: add @ap to ata_wait_register() and introduce ata_msleep()Tejun Heo2010-10-2111-46/+54
| * | | | | ata_piix: implement LPM supportTejun Heo2010-10-211-1/+23
| * | | | | libata: implement LPM support for port multipliersTejun Heo2010-10-213-10/+67
| * | | | | libata: reimplement link power managementTejun Heo2010-10-218-350/+195
| * | | | | libata: implement sata_link_scr_lpm() and make ata_dev_set_feature() globalTejun Heo2010-10-212-5/+72
| * | | | | libata: clean up lpm related symbols and sysfs show/store functionsTejun Heo2010-10-218-86/+64
| * | | | | [libata] Fix section mismatch: ata_sff_exitLuck, Tony2010-10-211-1/+1
| * | | | | drivers/ata/libata-transport.c: include linux/slab.hJeff Garzik2010-10-211-0/+1
| * | | | | [libata] support for > 512 byte sectors (e.g. 4K Native)Grant Grundler2010-10-211-31/+65
| * | | | | libata: always use ata_qc_complete_multiple() for NCQ command completionsTejun Heo2010-10-214-65/+38