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