aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking/mutex.c
Commit message (Expand)AuthorAge
* locking/mutex: Further simplify mutex_spin_on_owner()Jason Low2015-04-09
* locking: Remove ACCESS_ONCE() usageDavidlohr Bueso2015-02-24
* locking/rwsem: Set lock ownership ASAPDavidlohr Bueso2015-02-18
* locking/mutex: Refactor mutex_spin_on_owner()Jason Low2015-02-18
* locking/mutex: In mutex_spin_on_owner(), return true when owner changesJason Low2015-02-18
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-09
|\
| * sched/Documentation: Remove unneeded wordSharon Dvir2015-02-04
* | locking/mutex: Explicitly mark task as running after wakeupDavidlohr Bueso2015-02-04
* | locking/mutex: Introduce ww_mutex_set_context_slowpath()Davidlohr Bueso2015-01-14
* | locking/mutex: Move MCS related comments to proper locationDavidlohr Bueso2015-01-14
* | locking/mutex: Checking the stamp is WW onlyDavidlohr Bueso2015-01-14
|/
* locking/mutex: Don't assume TASK_RUNNINGPeter Zijlstra2014-10-28
* locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso2014-08-13
* locking/mutexes: Refactor optimistic spinning codeDavidlohr 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
* arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso2014-07-17
* Merge branch 'locking/urgent' into locking/core, before applying larger chang...Ingo Molnar2014-07-17
|\
| * 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/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
|/
* Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-03-31
|\
| * asmlinkage, mutex: Mark __visibleAndi Kleen2014-02-13
* | locking/mutex: Fix debug checksPeter Zijlstra2014-03-12
* | locking/mutexes: Add extra reschedule pointPeter Zijlstra2014-03-11
* | locking/mutexes: Introduce cancelable MCS lock for adaptive spinningPeter Zijlstra2014-03-11
* | locking/mutexes: Unlock the mutex without the wait_lockJason Low2014-03-11
* | locking/mutexes: Modify the way optimistic spinners are queuedJason Low2014-03-11
* | locking/mutexes: Return false if task need_resched() in mutex_can_spin_on_own...Jason Low2014-03-11
* | locking: Move mcs_spinlock.h into kernel/locking/Peter Zijlstra2014-03-11
* | locking/mutexes/mcs: Restructure the MCS lock defines and locking code into i...Tim Chen2014-01-28
* | locking/mutexes/mcs: Correct barrier usageWaiman Long2014-01-28
|/
* locking/doc: Update references to kernel/mutex.cPeter Zijlstra2013-11-11
* locking: Move the mutex code to kernel/locking/Peter Zijlstra2013-11-06