index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
mutex.c
Age
Commit message (
Expand
)
Author
Lines
2026-04-23
locking/mutex: Fix ww_mutex wait_list operations
Peter Zijlstra
-13
/
+27
2026-04-14
Merge tag 'sched-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-14
/
+26
2026-04-03
sched/locking: Add special p->blocked_on==PROXY_WAKING value for proxy return...
John Stultz
-1
/
+1
2026-04-03
locking: Add task::blocked_lock to serialize blocked_on state
John Stultz
-14
/
+26
2026-03-08
locking/mutex: Add context analysis
Peter Zijlstra
-5
/
+28
2026-03-08
locking/mutex: Remove the list_head from struct mutex
Matthew Wilcox (Oracle)
-22
/
+27
2026-02-23
locking/mutex: Rename mutex_init_lockep()
Davidlohr Bueso
-2
/
+2
2025-12-01
locking/mutex: Redo __mutex_init() to reduce generated code size
Sebastian Andrzej Siewior
-6
/
+22
2025-07-29
Merge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-4
/
+0
2025-07-14
locking/mutex: Remove redundant #ifdefs
Ran Xiaokai
-4
/
+0
2025-07-14
locking/mutex: Add p->blocked_on wrappers for correctness checks
Valentin Schneider
-18
/
+14
2025-07-14
locking/mutex: Rework task_struct::blocked_on
Peter Zijlstra
-0
/
+22
2025-06-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-6
/
+15
2025-05-27
locking/mutex: implement mutex_lock_killable_nest_lock
Maxim Levitsky
-3
/
+4
2025-05-27
locking/mutex: implement mutex_trylock_nested
Maxim Levitsky
-3
/
+11
2025-05-11
hung_task: replace blocker_mutex with encoded blocker
Lance Yang
-2
/
+3
2025-04-01
Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-0
/
+14
2025-03-21
hung_task: show the blocker task if the task is hung on mutex
Masami Hiramatsu (Google)
-0
/
+14
2025-02-21
locking/mutex: Add MUTEX_WARN_ON() into fast path
Yunhui Cui
-0
/
+2
2024-12-20
sched/wake_q: Add helper to call wake_up_q after unlock with preemption disabled
John Stultz
-12
/
+4
2024-10-14
locking/mutex: Expose __mutex_owner()
Juri Lelli
-25
/
+0
2024-10-14
locking/mutex: Make mutex::wait_lock irq safe
Juri Lelli
-8
/
+10
2024-10-14
locking/mutex: Remove wakeups from under mutex::wait_lock
Peter Zijlstra
-4
/
+12
2023-12-01
locking/mutex: Document that mutex_unlock() is non-atomic
Jann Horn
-0
/
+5
2023-10-19
locking: export contention tracepoints for bcachefs six locks
Brian Foster
-0
/
+3
2022-04-05
locking/mutex: Make contention tracepoints more consistent wrt adaptive spinning
Peter Zijlstra
-4
/
+12
2022-04-05
locking: Apply contention tracepoints in the slow path
Namhyung Kim
-0
/
+3
2022-04-05
locking: Add lock contention tracepoints
Namhyung Kim
-0
/
+3
2021-12-04
locking: Make owner_on_cpu() into <linux/sched.h>
Kefeng Wang
-9
/
+2
2021-10-19
locking: Remove rcu_read_{,un}lock() for preempt_{dis,en}able()
Yanfei Xu
-7
/
+15
2021-09-17
kernel/locking: Add context to ww_mutex_trylock()
Maarten Lankhorst
-0
/
+41
2021-08-20
locking/ww_mutex: Initialize waiter.ww_ctx properly
Sebastian Andrzej Siewior
-1
/
+1
2021-08-17
locking/rtmutex: Add mutex variant for RT
Thomas Gleixner
-1
/
+3
2021-08-17
locking/ww_mutex: Split out the W/W implementation logic into kernel/locking/...
Peter Zijlstra (Intel)
-371
/
+1
2021-08-17
locking/ww_mutex: Split up ww_mutex_unlock()
Peter Zijlstra (Intel)
-11
/
+15
2021-08-17
locking/ww_mutex: Gather mutex_waiter initialization
Peter Zijlstra
-9
/
+3
2021-08-17
locking/ww_mutex: Simplify lockdep annotations
Peter Zijlstra
-9
/
+10
2021-08-17
locking/mutex: Make mutex::wait_lock raw
Thomas Gleixner
-11
/
+11
2021-08-17
locking/mutex: Consolidate core headers, remove kernel/locking/mutex-debug.h
Thomas Gleixner
-2
/
+2
2021-08-17
Merge tag 'v5.14-rc6' into locking/core, to pick up fixes
Ingo Molnar
-8
/
+16
2021-07-07
locking/mutex: Add MUTEX_WARN_ON
Peter Zijlstra
-20
/
+10
2021-07-07
locking/mutex: Introduce __mutex_trylock_or_handoff()
Peter Zijlstra
-24
/
+36
2021-07-07
locking/mutex: Fix HANDOFF condition
Peter Zijlstra
-10
/
+5
2021-07-07
locking/mutex: Use try_cmpxchg()
Peter Zijlstra
-21
/
+6
2021-06-18
sched: Change task_struct::state
Peter Zijlstra
-3
/
+3
2021-05-18
locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signal
Zqiang
-5
/
+13
2021-03-22
locking: Fix typos in comments
Ingo Molnar
-2
/
+2
2021-03-17
locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handling
Waiman Long
-11
/
+14
2021-02-10
locking/mutex: Kill mutex_trylock_recursive()
Sebastian Andrzej Siewior
-10
/
+0
2019-12-11
Revert "locking/mutex: Complain upon mutex API misuse in IRQ contexts"
Davidlohr Bueso
-4
/
+0
[next]