summaryrefslogtreecommitdiffstats
path: root/kernel/locking/mutex.h
AgeCommit message (Expand)AuthorLines
2024-10-14locking/mutex: Expose __mutex_owner()Juri Lelli-0/+27
2021-08-17locking/mutex: Move the 'struct mutex_waiter' definition from <linux/mutex.h>...Thomas Gleixner-0/+13
2021-08-17locking/mutex: Consolidate core headers, remove kernel/locking/mutex-debug.hThomas Gleixner-14/+23
2021-05-18locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signalZqiang-3/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-01-30locking/mutex: Fix lockdep_assert_held() failPeter Zijlstra-4/+0
2016-10-25locking/mutex: Rework mutex::ownerPeter Zijlstra-26/+0
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+8
2016-06-23locking: avoid passing around 'thread_info' in mutex debugging codeLinus Torvalds-1/+1
2016-06-03locking/mutex: Set and clear owner using WRITE_ONCE()Jason Low-2/+8
2014-08-13locking/mutexes: Use MUTEX_SPIN_ON_OWNER when appropriateDavidlohr Bueso-1/+1
2013-11-06locking: Move the mutex code to kernel/locking/Peter Zijlstra-0/+48