summaryrefslogtreecommitdiff
path: root/kernel/locking/mutex.c
AgeCommit message (Expand)Author
2017-01-14locking/ww_mutex: Optimize ww-mutexes by waking at most one waiter for backof...Nicolai Hähnle
2017-01-14locking/ww_mutex: Notify waiters that have to back off while adding tasks to ...Nicolai Hähnle
2017-01-14locking/ww_mutex: Add waiters in stamp orderNicolai Hähnle
2017-01-14locking/ww_mutex: Remove the __ww_mutex_lock*() inline wrappersNicolai Hähnle
2017-01-14locking/ww_mutex: Set use_ww_ctx even when locking without a contextNicolai Hähnle
2017-01-14locking/ww_mutex: Extract stamp comparison to __ww_mutex_stamp_after()Nicolai Hähnle
2017-01-14locking/mutex: Fix mutex handoffPeter Zijlstra
2017-01-14sched/core: Remove set_task_state()Davidlohr Bueso
2017-01-14kernel/locking: Compute 'current' directlyDavidlohr Bueso
2016-11-22locking/mutex: Break out of expensive busy-loop on {mutex,rwsem}_spin_on_owne...Pan Xinhui
2016-11-21sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long
2016-11-16locking/core: Remove cpu_relax_lowlatency() usersChristian Borntraeger
2016-10-25locking/mutex: Enable optimistic spinning of woken waiterWaiman Long
2016-10-25locking/mutex: Simplify some ww_mutex code in __mutex_lock_common()Waiman Long
2016-10-25locking/mutex: Restructure wait loopPeter Zijlstra
2016-10-25locking/mutex: Add lock handoff to avoid starvationPeter Zijlstra
2016-10-25locking/mutex: Rework mutex::ownerPeter Zijlstra
2016-06-23locking: avoid passing around 'thread_info' in mutex debugging codeLinus Torvalds
2016-06-03locking/ww_mutex: Report recursive ww_mutex locking earlyChris Wilson
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