index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
locking
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
Merge tag 'sched-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-24
/
+42
2026-04-03
sched/locking: Add special p->blocked_on==PROXY_WAKING value for proxy return...
John Stultz
2
-9
/
+9
2026-04-03
locking: Add task::blocked_lock to serialize blocked_on state
John Stultz
4
-18
/
+36
2026-03-16
locking: Add lock context annotations in the spinlock implementation
Bart Van Assche
1
-4
/
+8
2026-03-16
locking/rwsem: Fix logic error in rwsem_del_waiter()
Andrei Vagin
1
-2
/
+2
2026-03-08
locking/rwsem: Add context analysis
Peter Zijlstra
3
-3
/
+26
2026-03-08
locking/rtmutex: Add context analysis
Peter Zijlstra
6
-14
/
+56
2026-03-08
locking/mutex: Add context analysis
Peter Zijlstra
4
-5
/
+43
2026-03-08
locking/mutex: Remove the list_head from struct mutex
Matthew Wilcox (Oracle)
3
-44
/
+35
2026-03-08
locking/semaphore: Remove the list_head from struct semaphore
Matthew Wilcox (Oracle)
1
-10
/
+31
2026-03-08
locking/rwsem: Remove the list_head from struct rw_semaphore
Matthew Wilcox (Oracle)
1
-32
/
+58
2026-02-23
locking/mutex: Rename mutex_init_lockep()
Davidlohr Bueso
1
-2
/
+2
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-6
/
+5
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-5
/
+5
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2
-22
/
+18
2025-12-18
test-ww_mutex: Allow test to be run (and re-run) from userland
John Stultz
1
-2
/
+49
2025-12-18
test-ww_mutex: Move work to its own UNBOUND workqueue
John Stultz
1
-2
/
+2
2025-12-18
test-ww_mutex: Extend ww_mutex tests to test both classes of ww_mutexes
John Stultz
1
-41
/
+73
2025-12-03
Merge tag 'rcu.release.v6.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+6
2025-12-01
locking/mutex: Redo __mutex_init() to reduce generated code size
Sebastian Andrzej Siewior
4
-22
/
+40
2025-11-06
locktorture: Fix memory leak in param_set_cpumask()
Wang Liang
1
-2
/
+6
2025-10-21
locking/spinlock/debug: Fix data-race in do_raw_write_lock
Alexander Sverdlin
1
-2
/
+2
2025-09-29
locking/local_lock: Introduce local_lock_is_locked().
Alexei Starovoitov
1
-9
/
+0
2025-08-17
Merge tag 'locking_urgent_for_v6.17_rc2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-1
/
+5
2025-08-13
locking: Fix __clear_task_blocked_on() warning from __ww_mutex_wound() path
John Stultz
1
-1
/
+5
2025-08-03
Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-8
/
+23
2025-07-29
Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+18
2025-07-29
Merge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-33
/
+34
2025-07-23
locking/rtmutex: Move max_lock_depth into rtmutex.c
Joel Granados
1
-0
/
+18
2025-07-19
hung_task: extend hung task blocker tracking to rwsems
Lance Yang
1
-1
/
+16
2025-07-19
locking/rwsem: make owner helpers globally available
Lance Yang
1
-7
/
+7
2025-07-14
lockdep: Speed up lockdep_unregister_key() with expedited RCU synchronization
Breno Leitao
1
-2
/
+10
2025-07-14
locking/mutex: Remove redundant #ifdefs
Ran Xiaokai
1
-4
/
+0
2025-07-14
locking/lockdep: Change 'static const' variables to enum values
Arnd Bergmann
1
-8
/
+10
2025-07-14
locking/lockdep: Avoid struct return in lock_stats()
Arnd Bergmann
2
-16
/
+13
2025-07-14
sched: Start blocked_on chain processing in find_proxy_task()
Peter Zijlstra
1
-1
/
+2
2025-07-14
locking/mutex: Add p->blocked_on wrappers for correctness checks
Valentin Schneider
3
-25
/
+19
2025-07-14
locking/mutex: Rework task_struct::blocked_on
Peter Zijlstra
3
-6
/
+43
2025-07-11
locking/rwsem: Use OWNER_NONSPINNABLE directly instead of OWNER_SPINNABLE
Jinliang Zheng
1
-3
/
+1
2025-06-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-18
/
+36
2025-06-02
rtmutex_api: provide correct extern functions
Paolo Bonzini
1
-12
/
+21
2025-05-31
Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2
-8
/
+54
2025-05-27
locking/mutex: implement mutex_lock_killable_nest_lock
Maxim Levitsky
1
-3
/
+4
2025-05-27
locking/mutex: implement mutex_trylock_nested
Maxim Levitsky
1
-3
/
+11
2025-05-26
Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-35
/
+44
2025-05-11
hung_task: show the blocker task if the task is hung on semaphore
Lance Yang
1
-6
/
+51
2025-05-11
hung_task: replace blocker_mutex with encoded blocker
Lance Yang
1
-2
/
+3
2025-05-06
locking/lockdep: Add number of dynamic keys to /proc/lockdep_stats
Waiman Long
3
-0
/
+6
2025-05-06
locking/lockdep: Prevent abuse of lockdep subclass
Waiman Long
1
-0
/
+3
[next]