aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-48/+149
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli2-9/+23
2014-01-13rtmutex: Turn the plist into an rb-treePeter Zijlstra3-47/+134
2013-12-17mutexes: Give more informative mutex warning in the !lock->owner caseChuansheng Liu1-1/+6
2013-11-27lockdep: Be nice about building from userspaceSasha Levin1-0/+4
2013-11-13locking/lockdep: Mark __lockdep_count_forward_deps() as staticFengguang Wu1-2/+2
2013-11-11lockdep/proc: Fix lock-time avg computationPeter Zijlstra1-1/+1
2013-11-11locking/doc: Update references to kernel/mutex.cPeter Zijlstra1-1/+1
2013-11-06locking: Move the percpu-rwsem code to kernel/locking/Peter Zijlstra2-1/+167
2013-11-06locking: Move the lglocks code to kernel/locking/Peter Zijlstra2-1/+90
2013-11-06locking: Move the rwsem code to kernel/locking/Peter Zijlstra4-1/+749
2013-11-06locking: Move the rtmutex code to kernel/locking/Peter Zijlstra7-0/+1855
2013-11-06locking: Move the semaphore core to kernel/locking/Peter Zijlstra2-1/+264
2013-11-06locking: Move the spinlock code to kernel/locking/Peter Zijlstra3-0/+705
2013-11-06locking: Move the lockdep code to kernel/locking/Peter Zijlstra5-0/+5125
2013-11-06locking: Move the mutex code to kernel/locking/Peter Zijlstra5-0/+1182