summaryrefslogtreecommitdiffstats
path: root/kernel/locking/mutex-debug.c
Commit message (Expand)AuthorAgeFilesLines
* locking/ww_mutex: Gather mutex_waiter initializationPeter Zijlstra2021-08-171-0/+1
* locking/mutex: Consolidate core headers, remove kernel/locking/mutex-debug.hThomas Gleixner2021-08-171-3/+1
* locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signalZqiang2021-05-181-2/+2
* lockdep: Introduce wait-type checksPeter Zijlstra2020-03-211-1/+1
* locking/mutex: Replace spin_is_locked() with lockdepLance Roy2018-11-121-2/+2
* locking/mutex: Rework mutex::ownerPeter Zijlstra2016-10-251-13/+0
* locking: avoid passing around 'thread_info' in mutex debugging codeLinus Torvalds2016-06-231-6/+6
* mutex: Always clear owner field upon mutex_unlock()Chris Wilson2015-01-091-1/+1
* locking/mutex: Fix debug_mutexesPeter Zijlstra2014-04-111-10/+9
* locking/mutex: Fix debug checksPeter Zijlstra2014-03-121-0/+6
* mutexes: Give more informative mutex warning in the !lock->owner caseChuansheng Liu2013-12-171-1/+6
* locking: Move the mutex code to kernel/locking/Peter Zijlstra2013-11-061-0/+110