summaryrefslogtreecommitdiffstats
path: root/kernel/locking/mutex.h
Commit message (Expand)AuthorAgeFilesLines
* locking/mutex: Move the 'struct mutex_waiter' definition from <linux/mutex.h>...Thomas Gleixner2021-08-171-0/+13
* locking/mutex: Consolidate core headers, remove kernel/locking/mutex-debug.hThomas Gleixner2021-08-171-14/+23
* locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signalZqiang2021-05-181-3/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* locking/mutex: Fix lockdep_assert_held() failPeter Zijlstra2017-01-301-4/+0
* locking/mutex: Rework mutex::ownerPeter Zijlstra2016-10-251-26/+0
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-251-2/+8
|\
| * locking/mutex: Set and clear owner using WRITE_ONCE()Jason Low2016-06-031-2/+8
* | locking: avoid passing around 'thread_info' in mutex debugging codeLinus Torvalds2016-06-231-1/+1
|/
* locking/mutexes: Use MUTEX_SPIN_ON_OWNER when appropriateDavidlohr Bueso2014-08-131-1/+1
* locking: Move the mutex code to kernel/locking/Peter Zijlstra2013-11-061-0/+48