aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking/mutex-debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-17locking/ww_mutex: Gather mutex_waiter initializationPeter Zijlstra1-0/+1
2021-08-17locking/mutex: Consolidate core headers, remove kernel/locking/mutex-debug.hThomas Gleixner1-3/+1
2021-05-18locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signalZqiang1-2/+2
2020-03-21lockdep: Introduce wait-type checksPeter Zijlstra1-1/+1
2018-11-12locking/mutex: Replace spin_is_locked() with lockdepLance Roy1-2/+2
2016-10-25locking/mutex: Rework mutex::ownerPeter Zijlstra1-13/+0
2016-06-23locking: avoid passing around 'thread_info' in mutex debugging codeLinus Torvalds1-6/+6
2015-01-09mutex: Always clear owner field upon mutex_unlock()Chris Wilson1-1/+1
2014-04-11locking/mutex: Fix debug_mutexesPeter Zijlstra1-10/+9
2014-03-12locking/mutex: Fix debug checksPeter Zijlstra1-0/+6
2013-12-17mutexes: Give more informative mutex warning in the !lock->owner caseChuansheng Liu1-1/+6
2013-11-06locking: Move the mutex code to kernel/locking/Peter Zijlstra1-0/+110