summaryrefslogtreecommitdiff
path: root/include/linux/mutex.h
Commit message (Expand)AuthorAge
* Merge branch 'linus' into locking/core, to pick up fixes and dependenciesIngo Molnar2018-03-10
|\
| * locking/mutex: Add comment to __mutex_owner() to deter usagePeter Zijlstra2018-02-21
* | mutex: Drop linkage.h from mutex.hRandy Dunlap2018-02-25
|/
* kernel/mutex: mutex_is_locked can be booleanYaowei Bai2018-02-06
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* mutex, futex: adjust kernel-doc markups to generate ReSTMauro Carvalho Chehab2017-05-16
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-20
|\
| * locking/ww_mutex: Add waiters in stamp orderNicolai Hähnle2017-01-14
| * locking/mutex: Fix mutex handoffPeter Zijlstra2017-01-14
* | locking/mutex, sched/wait: Fix the mutex_lock_io_nested() defineIngo Molnar2017-01-14
* | locking/mutex, sched/wait: Add mutex_lock_io()Tejun Heo2017-01-14
|/
* locking/mutex: Don't mark mutex_trylock_recursive() as deprecated, temporarilyIngo Molnar2016-11-16
* locking/mutex, drm: Introduce mutex_trylock_recursive()Peter Zijlstra2016-11-15
* locking/mutex: Rework mutex::ownerPeter Zijlstra2016-10-25
* mutex: remove unused field "name" in debug modeAdrien Schildknecht2015-02-14
* 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
* arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso2014-07-17
* 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/mutexes: Introduce cancelable MCS lock for adaptive spinningPeter Zijlstra2014-03-11
* locking/mutexes/mcs: Restructure the MCS lock defines and locking code into i...Tim Chen2014-01-28
* locking/doc: Update references to kernel/mutex.cPeter Zijlstra2013-11-11
* mutex: replace CONFIG_HAVE_ARCH_MUTEX_CPU_RELAX with simple ifdefHeiko Carstens2013-09-28
* mutex: Move ww_mutex definitions to ww_mutex.hMaarten Lankhorst2013-07-12
* mutex: Add w/w mutex slowpath debuggingDaniel Vetter2013-06-26
* mutex: Add support for wound/wait style locksMaarten Lankhorst2013-06-26
* mutex: Queue mutex spinners with MCS lock to reduce cacheline contentionWaiman Long2013-04-19
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* mutex: Make mutex_destroy() an inline functionJean Delvare2011-07-21
* lockdep, mutex: provide mutex_lock_nest_lockPeter Zijlstra2011-05-25
* mutex: Use p->on_cpu for the adaptive spinPeter Zijlstra2011-04-14
* mutexes, sched: Introduce arch_mutex_cpu_relax()Gerald Schaefer2010-11-26
* mutex: Fix annotations to include it in kernel-locking docbookRandy Dunlap2010-09-03
* mutex: add atomic_dec_and_mutex_lock(), fixAndrew Morton2009-04-30
* mutex: add atomic_dec_and_mutex_lock()Eric Paris2009-04-29
* mutex: implement adaptive spinningPeter Zijlstra2009-01-14
* mutex: improve header comment to be actually informative about the APIArjan van de Ven2008-10-30
* Remove fastcall from linux/includeHarvey Harrison2008-02-08
* Add mutex_lock_killableLiam R. Howlett2007-12-06
* Mutex documentation is unclear about software interrupts, tasklets and timersMatti Linnanvuori2007-10-17
* lockdep: fixup mutex annotationsPeter Zijlstra2007-10-11
* mutex_lock_interruptible(): add __must_checkAndrew Morton2007-05-09
* [PATCH] fix various kernel-doc in header filesRobert P. J. Day2007-01-26
* [PATCH] lockdep: avoid lockdep warning in mdNeilBrown2006-12-08
* [PATCH] lockdep: name some old style locksPeter Zijlstra2006-12-07
* [PATCH] lockdep: prove mutex locking correctnessIngo Molnar2006-07-03
* [PATCH] lockdep: better lock debuggingIngo Molnar2006-07-03
* [PATCH] fix/simplify mutex debugging codeDavid Woodhouse2006-01-11
* [MUTEX]: linux/mutex.h needs linux/linkage.h tooDavid S. Miller2006-01-11