aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking
Commit message (Expand)AuthorAge
* mutex: Always clear owner field upon mutex_unlock()Chris Wilson2015-01-09
* locking/mutex: Don't assume TASK_RUNNINGPeter Zijlstra2014-10-28
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-13
|\
| * locking/lockdep: Revert qrwlock recusive stuffPeter Zijlstra2014-10-03
| * locking/rwsem: Avoid double checking before try acquiring write lockJason Low2014-10-03
| * locking/rwsem: Move EXPORT_SYMBOL() lines to follow function definitionDavidlohr Bueso2014-09-16
| * locking/semaphore: Resolve some shadow warningsMark Rustad2014-09-04
| * locking/lockdep: Restrict the use of recursive read_lock() with qrwlockWaiman Long2014-08-13
| * locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso2014-08-13
| * locking/mutexes: Use MUTEX_SPIN_ON_OWNER when appropriateDavidlohr Bueso2014-08-13
| * locking/mutexes: Refactor optimistic spinning codeDavidlohr Bueso2014-08-13
| * locking/mcs: Remove obsolete commentDavidlohr Bueso2014-08-13
| * locking/mutexes: Document quick lock release when unlockingDavidlohr Bueso2014-08-13
| * locking/mutexes: Standardize arguments in lock/unlock slowpathsDavidlohr Bueso2014-08-13
* | locktorture: Cleanup header usageDavidlohr Bueso2014-09-30
* | locktorture: Cannot hold read and write lockDavidlohr Bueso2014-09-30
* | locktorture: Fix __acquire annotation for spinlock irqDavidlohr Bueso2014-09-30
* | locktorture: Support rwlocksDavidlohr Bueso2014-09-30
* | locktorture: Introduce torture contextDavidlohr Bueso2014-09-16
* | locktorture: Support rwsemsDavidlohr Bueso2014-09-16
* | locktorture: Add infrastructure for torturing read locksDavidlohr Bueso2014-09-16
* | torture: Address race in module cleanupDavidlohr Bueso2014-09-16
* | locktorture: Make statistics genericDavidlohr Bueso2014-09-16
* | locktorture: Teach about lock debuggingDavidlohr Bueso2014-09-16
* | locktorture: Support mutexesDavidlohr Bueso2014-09-16
* | locktorture: Rename locktorture_runnable parameterDavidlohr Bueso2014-09-16
|/
* arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso2014-07-17
* locking/lockdep: Only ask for /proc/lock_stat output when availableAndreas Gruenbacher2014-07-17
* Merge branch 'locking/urgent' into locking/core, before applying larger chang...Ingo Molnar2014-07-17
|\
| * locking/rwsem: Add CONFIG_RWSEM_SPIN_ON_OWNERDavidlohr Bueso2014-07-16
| * locking/rwsem: Rename 'activity' to 'count'Peter Zijlstra2014-07-16
| * locking/spinlocks/mcs: Micro-optimize osq_unlock()Jason Low2014-07-16
| * locking/spinlocks/mcs: Introduce and use init macro and function for osq locksJason Low2014-07-16
| * locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overheadJason Low2014-07-16
| * locking/spinlocks/mcs: Rename optimistic_spin_queue() to optimistic_spin_node()Jason Low2014-07-16
| * locking/rwsem: Allow conservative optimistic spinning when readers have lockJason Low2014-07-16
| * Merge branch 'locking-urgent-for-linus.patch' of git://git.kernel.org/pub/scm...Linus Torvalds2014-06-21
| |\
* | | locking/mutexes: Optimize mutex trylock slowpathJason Low2014-07-05
* | | locking/mutexes: Try to acquire mutex only if it is unlockedJason Low2014-07-05
* | | locking/mutexes: Delete the MUTEX_SHOW_NO_WAITER macroJason Low2014-07-05
* | | locking/mutexes: Correct documentation on mutex optimistic spinningJason Low2014-07-05
* | | rtmutex: Avoid pointless requeueing in the deadlock detection chain walkThomas Gleixner2014-06-21
* | | rtmutex: Cleanup deadlock detector debug logicThomas Gleixner2014-06-21
* | | rtmutex: Confine deadlock logic to futexThomas Gleixner2014-06-21
* | | rtmutex: Simplify remove_waiter()Thomas Gleixner2014-06-21
* | | rtmutex: Document pi chain walkThomas Gleixner2014-06-21
* | | rtmutex: Clarify the boost/deboost partThomas Gleixner2014-06-21
* | | rtmutex: No need to keep task ref for lock owner checkThomas Gleixner2014-06-21
* | | rtmutex: Simplify and document try_to_take_rtmutex()Thomas Gleixner2014-06-21
* | | rtmutex: Simplify rtmutex_slowtrylock()Thomas Gleixner2014-06-21