index
:
linux.git
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
mutex-debug.c
Age
Commit message (
Expand
)
Author
2025-07-14
locking/mutex: Add p->blocked_on wrappers for correctness checks
Valentin Schneider
2025-07-14
locking/mutex: Rework task_struct::blocked_on
Peter Zijlstra
2024-04-11
locking/mutex: Introduce devm_mutex_init()
George Stark
2021-08-17
locking/ww_mutex: Gather mutex_waiter initialization
Peter Zijlstra
2021-08-17
locking/mutex: Consolidate core headers, remove kernel/locking/mutex-debug.h
Thomas Gleixner
2021-05-18
locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signal
Zqiang
2020-03-21
lockdep: Introduce wait-type checks
Peter Zijlstra
2018-11-12
locking/mutex: Replace spin_is_locked() with lockdep
Lance Roy
2016-10-25
locking/mutex: Rework mutex::owner
Peter Zijlstra
2016-06-23
locking: avoid passing around 'thread_info' in mutex debugging code
Linus Torvalds
2015-01-09
mutex: Always clear owner field upon mutex_unlock()
Chris Wilson
2014-04-11
locking/mutex: Fix debug_mutexes
Peter Zijlstra
2014-03-12
locking/mutex: Fix debug checks
Peter Zijlstra
2013-12-17
mutexes: Give more informative mutex warning in the !lock->owner case
Chuansheng Liu
2013-11-06
locking: Move the mutex code to kernel/locking/
Peter Zijlstra