summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | BKL: Remove BKL from USB gadgetfsArnd Bergmann2010-10-041-1/+0
| * | | | BKL: Remove BKL from autofs4Arnd Bergmann2010-10-041-5/+7
| * | | | BKL: Remove BKL from isofsArnd Bergmann2010-10-045-27/+15
| * | | | BKL: Remove BKL from fatArnd Bergmann2010-10-043-13/+6
| * | | | BKL: Remove BKL from ext2 filesystemJan Blunck2010-10-041-4/+0
| * | | | BKL: Remove BKL from do_new_mount()Jan Blunck2010-10-041-2/+0
| * | | | BKL: Remove BKL from cgroupJan Blunck2010-10-041-8/+0
| * | | | BKL: Remove BKL from NTFSJan Blunck2010-10-041-27/+2
| * | | | BKL: Remove BKL from NILFS2Jan Blunck2010-10-042-18/+1
| * | | | BKL: Remove BKL from JFSJan Blunck2010-10-041-28/+7
| * | | | BKL: Remove BKL from HFSJan Blunck2010-10-041-12/+2
| * | | | BKL: Remove BKL from ext4 filesystemJan Blunck2010-10-041-15/+0
| * | | | BKL: Remove BKL from ext3_put_super() and ext3_remount()Jan Blunck2010-10-041-9/+0
| * | | | BKL: Remove BKL from ext3 fill_super()Jan Blunck2010-10-041-12/+1
| * | | | BKL: Remove BKL from CifsFSJan Blunck2010-10-041-12/+1
| * | | | BKL: Remove BKL from BFSJan Blunck2010-10-041-12/+1
| * | | | BKL: Remove BKL from Amiga FFSJan Blunck2010-10-041-18/+5
| * | | | BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-0428-25/+187
* | | | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22100-556/+614
|\ \ \ \ \
| * | | | | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-0543-250/+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-2253-402/+347
|\ \ \ \ \
| * | | | | BKL: introduce CONFIG_BKL.Arnd Bergmann2010-10-2121-5/+36
| * | | | | dabusb: remove the BKLArnd Bergmann2010-10-191-15/+3
| * | | | | sunrpc: remove the big kernel lockArnd Bergmann2010-10-192-30/+11
| * | | | | init/main.c: remove BKL notationsNamhyung Kim2010-10-191-2/+0
| * | | | | blktrace: remove the big kernel lockArnd Bergmann2010-10-191-11/+3
| * | | | | rtmutex-tester: make it build without BKLArnd Bergmann2010-10-191-0/+6
| * | | | | 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-192-173/+140
| * | | | | uml: kill big kernel lockArnd Bergmann2010-10-194-18/+20
| * | | | | parisc: remove big kernel lockArnd Bergmann2010-10-161-4/+0
| * | | | | cris: autoconvert trivial BKL usersArnd Bergmann2010-09-268-31/+36
| * | | | | alpha: kill big kernel lockArnd Bergmann2010-09-262-8/+0
| * | | | | 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
| |/ / / /
* | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-10-228-40/+25
|\ \ \ \ \
| * | | | | x86, 32-bit: Align percpu area and irq stacks to THREAD_SIZEAlexander van Heukelum2010-09-073-3/+15
| * | | | | x86: Move alloc_desk_mask variables inside ifdefAndi Kleen2010-07-271-1/+1
| * | | | | x86-32: Align IRQ stacks properlyChristoph Hellwig2010-07-271-1/+1
| * | | | | x86: Remove CONFIG_4KSTACKSChristoph Hellwig2010-06-293-19/+1
| * | | | | x86: Always use irq stacksChristoph Hellwig2010-06-294-18/+9
* | | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-221-30/+21
|\ \ \ \ \ \