summaryrefslogtreecommitdiffstats
path: root/kernel/locking/mutex.c
AgeCommit message (Expand)AuthorLines
2015-04-09locking/mutex: Further simplify mutex_spin_on_owner()Jason Low-10/+4
2015-02-24locking: Remove ACCESS_ONCE() usageDavidlohr Bueso-4/+4
2015-02-18locking/rwsem: Set lock ownership ASAPDavidlohr Bueso-1/+1
2015-02-18locking/mutex: Refactor mutex_spin_on_owner()Jason Low-25/+22
2015-02-18locking/mutex: In mutex_spin_on_owner(), return true when owner changesJason Low-4/+4
2015-02-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2015-02-04locking/mutex: Explicitly mark task as running after wakeupDavidlohr Bueso-0/+2
2015-02-04sched/Documentation: Remove unneeded wordSharon Dvir-1/+1
2015-01-14locking/mutex: Introduce ww_mutex_set_context_slowpath()Davidlohr Bueso-18/+26
2015-01-14locking/mutex: Move MCS related comments to proper locationDavidlohr Bueso-11/+5
2015-01-14locking/mutex: Checking the stamp is WW onlyDavidlohr Bueso-2/+2
2014-10-28locking/mutex: Don't assume TASK_RUNNINGPeter Zijlstra-1/+7
2014-08-13locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso-1/+1
2014-08-13locking/mutexes: Refactor optimistic spinning codeDavidlohr Bueso-182/+214
2014-08-13locking/mutexes: Document quick lock release when unlockingDavidlohr Bueso-2/+9
2014-08-13locking/mutexes: Standardize arguments in lock/unlock slowpathsDavidlohr Bueso-3/+4
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso-2/+2
2014-07-17Merge branch 'locking/urgent' into locking/core, before applying larger chang...Ingo Molnar-1/+1
2014-07-16locking/spinlocks/mcs: Introduce and use init macro and function for osq locksJason Low-1/+1
2014-07-16locking/spinlocks/mcs: Convert osq lock to atomic_t to reduce overheadJason Low-1/+1
2014-07-05locking/mutexes: Optimize mutex trylock slowpathJason Low-0/+4
2014-07-05locking/mutexes: Try to acquire mutex only if it is unlockedJason Low-3/+4
2014-07-05locking/mutexes: Delete the MUTEX_SHOW_NO_WAITER macroJason Low-10/+8
2014-07-05locking/mutexes: Correct documentation on mutex optimistic spinningJason Low-6/+4
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-5/+5
2014-03-12locking/mutex: Fix debug checksPeter Zijlstra-0/+7
2014-03-11locking/mutexes: Add extra reschedule pointPeter Zijlstra-0/+7
2014-03-11locking/mutexes: Introduce cancelable MCS lock for adaptive spinningPeter Zijlstra-4/+6
2014-03-11locking/mutexes: Unlock the mutex without the wait_lockJason Low-4/+4
2014-03-11locking/mutexes: Modify the way optimistic spinners are queuedJason Low-9/+6
2014-03-11locking/mutexes: Return false if task need_resched() in mutex_can_spin_on_own...Jason Low-0/+3
2014-03-11locking: Move mcs_spinlock.h into kernel/locking/Peter Zijlstra-1/+1
2014-02-13asmlinkage, mutex: Mark __visibleAndi Kleen-5/+5
2014-01-28locking/mutexes/mcs: Restructure the MCS lock defines and locking code into i...Tim Chen-61/+7
2014-01-28locking/mutexes/mcs: Correct barrier usageWaiman Long-5/+13
2013-11-11locking/doc: Update references to kernel/mutex.cPeter Zijlstra-1/+1
2013-11-06locking: Move the mutex code to kernel/locking/Peter Zijlstra-0/+960