aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-28rtmutex: Fix deadlock detector for realThomas Gleixner1-4/+28
2014-05-05asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen1-1/+1
2014-04-16Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+9
2014-04-11locking/mutex: Fix debug_mutexesPeter Zijlstra1-10/+9
2014-04-07lglock: map to spinlock when !CONFIG_SMPJosh Triplett1-1/+2
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-8/+12
2014-03-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+12
2014-03-31Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+453
2014-03-12locking/mutex: Fix debug checksPeter Zijlstra2-0/+13
2014-03-11locking/mutexes: Add extra reschedule pointPeter Zijlstra1-0/+7
2014-03-11locking/mutexes: Introduce cancelable MCS lock for adaptive spinningPeter Zijlstra4-5/+200
2014-03-11locking/mutexes: Unlock the mutex without the wait_lockJason Low1-4/+4
2014-03-11locking/mutexes: Modify the way optimistic spinners are queuedJason Low1-9/+6
2014-03-11locking/mutexes: Return false if task need_resched() in mutex_can_spin_on_owner()Jason Low1-0/+3
2014-03-11locking: Move mcs_spinlock.h into kernel/locking/Peter Zijlstra2-1/+115
2014-02-23rcutorture: Add a lock_busted to test the testPaul E. McKenney1-1/+32
2014-02-23locktorture: Add a lock-torture kernel modulePaul E. McKenney2-0/+422
2014-02-22sched: Consider pi boosting in setscheduler()Thomas Gleixner1-0/+12
2014-02-13asmlinkage: Mark rwsem functions that can be called from assembler asmlinkageAndi Kleen1-0/+4
2014-02-13asmlinkage, mutex: Mark __visibleAndi Kleen1-5/+5
2014-02-13asmlinkage: Make trace_hardirq visibleAndi Kleen1-2/+2
2014-02-13asmlinkage: Make lockdep_sys_exit asmlinkageAndi Kleen1-1/+1
2014-02-09lockdep: Change mark_held_locks() to check hlock->check instead of lockdep_no_validateOleg Nesterov1-1/+1
2014-02-09lockdep: Don't create the wrong dependency on hlock->check == 0Oleg Nesterov1-2/+2
2014-02-09lockdep: Make held_lock->check and "int check" argument boolOleg Nesterov1-7/+4
2014-01-28locking/mutexes/mcs: Restructure the MCS lock defines and locking code into its own fileTim Chen1-61/+7
2014-01-28locking/mutexes/mcs: Correct barrier usageWaiman Long1-5/+13
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