aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-04locking/semaphore: Resolve some shadow warningsMark Rustad1-6/+6
2014-08-13locking/lockdep: Restrict the use of recursive read_lock() with qrwlockWaiman Long1-0/+6
2014-08-13locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso2-2/+2
2014-08-13locking/mutexes: Use MUTEX_SPIN_ON_OWNER when appropriateDavidlohr Bueso1-1/+1
2014-08-13locking/mutexes: Refactor optimistic spinning codeDavidlohr Bueso1-182/+214
2014-08-13locking/mcs: Remove obsolete commentDavidlohr Bueso1-3/+0
2014-08-13locking/mutexes: Document quick lock release when unlockingDavidlohr Bueso1-2/+9
2014-08-13locking/mutexes: Standardize arguments in lock/unlock slowpathsDavidlohr Bueso1-3/+4
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso5-16/+13
2014-07-17locking/lockdep: Only ask for /proc/lock_stat output when availableAndreas Gruenbacher1-0/+2
2014-07-17Merge branch 'locking/urgent' into locking/core, before applying larger changes and to refresh the branch with fixesIngo Molnar6-44/+77
2014-07-16locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNERDavidlohr Bueso2-3/+3
2014-07-16locking/rwsem: Rename 'activity' to 'count'Peter Zijlstra1-14/+14
2014-07-16locking/spinlocks/mcs: Micro-optimize osq_unlock()Jason Low1-2/+2
2014-07-16locking/spinlocks/mcs: Introduce and use init macro and function for osq locksJason Low2-2/+2
2014-07-16locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overheadJason Low4-11/+44
2014-07-16locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node()Jason Low2-16/+16
2014-07-16locking/rwsem: Allow conservative optimistic spinning when readers have lockJason Low1-5/+5
2014-07-05locking/mutexes: Optimize mutex trylock slowpathJason Low1-0/+4
2014-07-05locking/mutexes: Try to acquire mutex only if it is unlockedJason Low1-3/+4
2014-07-05locking/mutexes: Delete the MUTEX_SHOW_NO_WAITER macroJason Low1-10/+8
2014-07-05locking/mutexes: Correct documentation on mutex optimistic spinningJason Low1-6/+4
2014-06-21rtmutex: Avoid pointless requeueing in the deadlock detection chain walkThomas Gleixner1-7/+70
2014-06-21rtmutex: Cleanup deadlock detector debug logicThomas Gleixner5-28/+83
2014-06-21rtmutex: Confine deadlock logic to futexThomas Gleixner2-33/+33
2014-06-21rtmutex: Simplify remove_waiter()Thomas Gleixner1-17/+19
2014-06-21rtmutex: Document pi chain walkThomas Gleixner1-9/+91
2014-06-21rtmutex: Clarify the boost/deboost partThomas Gleixner1-10/+48
2014-06-21rtmutex: No need to keep task ref for lock owner checkThomas Gleixner1-2/+3
2014-06-21rtmutex: Simplify and document try_to_take_rtmutex()Thomas Gleixner1-45/+88
2014-06-21rtmutex: Simplify rtmutex_slowtrylock()Thomas Gleixner1-11/+20
2014-06-21Merge branch 'locking/urgent' into locking/coreThomas Gleixner3-35/+218
2014-06-21Merge branch 'locking-urgent-for-linus.patch' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-35/+218
2014-06-16rtmutex: Plug slow unlock raceThomas Gleixner1-6/+109
2014-06-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-30/+360
2014-06-07rtmutex: Detect changes in the pi lock chainThomas Gleixner1-24/+71
2014-06-07rtmutex: Handle deadlock detection smarterThomas Gleixner3-5/+38
2014-06-06locking/rwlocks: Introduce 'qrwlocks' - fair, queued rwlocksWaiman Long2-0/+134
2014-06-05locking/rwsem: Fix checkpatch.pl warningsAndrew Morton1-3/+3
2014-06-05locking/rwsem: Support optimistic spinningDavidlohr Bueso2-30/+226
2014-06-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-1/+1
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds2-3/+52
2014-06-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-4/+6
2014-05-28rtmutex: Fix deadlock detector for realThomas Gleixner1-4/+28
2014-05-22Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-4/+6
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar1-1/+1
2014-05-14torture: Check for multiple concurrent torture testsPaul E. McKenney1-1/+2
2014-05-14locktorture: Remove reference to nonexistent Kconfig parameterPaul E. McKenney1-2/+2
2014-05-13torture: Intensify locking testPaul E. McKenney1-1/+2
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar2-11/+11