index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
mutex.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-08
locking/mutex: Add context analysis
Peter Zijlstra
1
-1
/
+1
2026-03-08
locking/mutex: Remove the list_head from struct mutex
Matthew Wilcox (Oracle)
1
-1
/
+1
2026-02-23
locking/mutex: Add killable flavor to guard definitions
Davidlohr Bueso
1
-0
/
+3
2026-02-23
locking/mutex: Fix wrong comment for CONFIG_DEBUG_LOCK_ALLOC
Davidlohr Bueso
1
-1
/
+1
2026-02-23
locking/mutex: Rename mutex_init_lockep()
Davidlohr Bueso
1
-2
/
+2
2026-01-28
compiler-context-analysis: Remove __assume_ctx_lock from initializers
Marco Elver
1
-1
/
+0
2026-01-28
compiler-context-analysis: Introduce scoped init guards
Marco Elver
1
-0
/
+3
2026-01-05
locking/mutex: Support Clang's context analysis
Marco Elver
1
-15
/
+23
2025-12-01
locking/mutex: Redo __mutex_init() to reduce generated code size
Sebastian Andrzej Siewior
1
-10
/
+35
2025-08-02
Merge tag 'cxl-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
1
-1
/
+1
2025-07-16
cleanup: Introduce ACQUIRE() and ACQUIRE_ERR() for conditional locks
Peter Zijlstra
1
-1
/
+1
2025-07-12
locking/mutex: Mark devm_mutex_init() as __must_check
Thomas Weißschuh
1
-4
/
+7
2025-05-27
locking/mutex: implement mutex_lock_killable_nest_lock
Maxim Levitsky
1
-4
/
+13
2025-05-27
locking/mutex: implement mutex_trylock_nested
Maxim Levitsky
1
-0
/
+15
2025-03-22
hung_task: show the blocker task if the task is hung on mutex
Masami Hiramatsu (Google)
1
-0
/
+2
2024-09-13
locking/mutex: Introduce mutex_init_with_key()
Bart Van Assche
1
-0
/
+11
2024-09-13
locking/mutex: Define mutex_init() once
Bart Van Assche
1
-7
/
+1
2024-04-11
locking/mutex: Introduce devm_mutex_init()
George Stark
1
-0
/
+27
2024-02-28
locking/mutex: Simplify <linux/mutex.h>
Waiman Long
1
-6
/
+2
2024-01-11
Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
1
-51
/
+1
2023-12-21
locking/mutex: split out mutex_types.h
Kent Overstreet
1
-51
/
+1
2023-11-15
cleanup: Add conditional guard support
Peter Zijlstra
1
-1
/
+2
2023-06-26
locking: Introduce __cleanup() based infrastructure
Peter Zijlstra
1
-0
/
+4
2021-08-17
locking/rtmutex: Add mutex variant for RT
Thomas Gleixner
1
-10
/
+56
2021-08-17
locking/mutex: Make mutex::wait_lock raw
Thomas Gleixner
1
-2
/
+2
2021-08-17
locking/ww_mutex: Move the ww_mutex definitions from <linux/mutex.h> into <li...
Thomas Gleixner
1
-11
/
+0
2021-08-17
locking/mutex: Move the 'struct mutex_waiter' definition from <linux/mutex.h>...
Thomas Gleixner
1
-13
/
+0
2021-03-29
Merge tag 'v5.12-rc5' into locking/core, to pick up fixes
Ingo Molnar
1
-1
/
+1
2021-03-25
locking/mutex: Remove repeated declaration
Shaokun Zhang
1
-3
/
+1
2021-03-23
locking/mutex: Fix non debug version of mutex_lock_io_nested()
Thomas Gleixner
1
-1
/
+1
2021-02-10
locking/mutex: Kill mutex_trylock_recursive()
Sebastian Andrzej Siewior
1
-25
/
+0
2020-08-06
locking/seqlock, headers: Untangle the spaghetti monster
Peter Zijlstra
1
-0
/
+11
2020-03-21
lockdep: Introduce wait-type checks
Peter Zijlstra
1
-2
/
+5
2019-08-08
mutex: Fix up mutex_waiter usage
Peter Zijlstra
1
-0
/
+13
2019-08-06
locking/mutex: Make __mutex_owner static to mutex.c
Mukesh Ojha
1
-35
/
+3
2019-07-15
docs: locking: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
1
-1
/
+1
2018-05-15
locking/spinlocks: Clean up comment and #ifndef for {,queued_}spin_is_locked()
Andrea Parri
1
-3
/
+0
2018-03-10
Merge branch 'linus' into locking/core, to pick up fixes and dependencies
Ingo Molnar
1
-0
/
+5
2018-02-25
mutex: Drop linkage.h from mutex.h
Randy Dunlap
1
-1
/
+0
2018-02-21
locking/mutex: Add comment to __mutex_owner() to deter usage
Peter Zijlstra
1
-0
/
+5
2018-02-07
kernel/mutex: mutex_is_locked can be boolean
Yaowei Bai
1
-2
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-05-16
mutex, futex: adjust kernel-doc markups to generate ReST
Mauro Carvalho Chehab
1
-3
/
+3
2017-02-21
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+4
2017-01-14
locking/mutex, sched/wait: Fix the mutex_lock_io_nested() define
Ingo Molnar
1
-1
/
+1
2017-01-14
locking/mutex, sched/wait: Add mutex_lock_io()
Tejun Heo
1
-0
/
+4
2017-01-14
locking/ww_mutex: Add waiters in stamp order
Nicolai Hähnle
1
-0
/
+3
2017-01-14
locking/mutex: Fix mutex handoff
Peter Zijlstra
1
-1
/
+1
2016-11-16
locking/mutex: Don't mark mutex_trylock_recursive() as deprecated, temporarily
Ingo Molnar
1
-1
/
+1
2016-11-15
locking/mutex, drm: Introduce mutex_trylock_recursive()
Peter Zijlstra
1
-0
/
+31
[next]