aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2010-10-222-2/+3
|\
| * pcmcia: fix ni_daq_700 compilationDominik Brodowski2010-10-221-1/+0
| * pcmcia: IOCARD is also required for using IRQsDominik Brodowski2010-10-221-1/+3
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22230-52/+389
|\ \
| * | llseek: automatically add .llseek fopArnd Bergmann2010-10-15207-52/+342
| * | lirc: make chardev nonseekableArnd Bergmann2010-09-164-0/+5
| * | viotape: use noop_llseekArnd Bergmann2010-09-161-0/+1
| * | raw: use explicit llseek file operationsArnd Bergmann2010-09-161-0/+2
| * | ibmasmfs: use generic_file_llseekArnd Bergmann2010-09-161-0/+4
| * | lkdtm: use generic_file_llseek in debugfsArnd Bergmann2010-09-161-0/+9
| * | net/wireless: use generic_file_llseek in debugfsArnd Bergmann2010-09-168-0/+14
| * | drm: use noop_llseekArnd Bergmann2010-09-1612-0/+12
* | | 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