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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2025-05-06
locking/lockdep: Move hlock_equal() to the respective #ifdeffery
Andy Shevchenko
1
-35
/
+35
2025-04-07
locking/percpu-rwsem: add freezable alternative to down_read
James Bottomley
1
-5
/
+8
2025-04-01
Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+14
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2025-03-30
Merge tag 'locking-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+3
2025-03-30
Merge tag 'bpf_res_spin_lock' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-197
/
+269
2025-03-27
locking/lockdep: Decrease nr_unused_locks if lock unused in zap_class()
Boqun Feng
1
-0
/
+3
2025-03-21
hung_task: show the blocker task if the task is hung on mutex
Masami Hiramatsu (Google)
1
-0
/
+14
2025-03-19
rqspinlock: Add locktorture support
Kumar Kartikeya Dwivedi
1
-0
/
+57
2025-03-19
rqspinlock: Protect pending bit owners from stalls
Kumar Kartikeya Dwivedi
1
-0
/
+5
2025-03-19
locking: Allow obtaining result of arch_mcs_spin_lock_contended
Kumar Kartikeya Dwivedi
1
-3
/
+1
2025-03-19
locking: Move common qspinlock helpers to a private header
Kumar Kartikeya Dwivedi
2
-188
/
+206
2025-03-18
locking: Move MCS struct definition to public header
Kumar Kartikeya Dwivedi
1
-6
/
+0
2025-03-16
percpu: use TYPEOF_UNQUAL() in variable declarations
Uros Bizjak
1
-1
/
+1
2025-03-08
locking/lockdep: Add kasan_check_byte() check in lock_acquire()
Waiman Long
1
-0
/
+9
2025-03-08
locking/lockdep: Disable KASAN instrumentation of lockdep.c
Waiman Long
1
-1
/
+2
2025-03-08
locking/lock_events: Add locking events for lockdep
Waiman Long
2
-1
/
+14
2025-03-08
locking/lock_events: Add locking events for rtmutex slow paths
Waiman Long
2
-5
/
+45
2025-03-08
Merge branch 'locking/urgent' into locking/core, to pick up locking fixes
Ingo Molnar
2
-6
/
+11
2025-03-08
locking/semaphore: Use wake_q to wake up processes outside lock critical section
Waiman Long
1
-4
/
+9
2025-03-08
locking/rtmutex: Use the 'struct' keyword in kernel-doc comment
Randy Dunlap
1
-2
/
+2
2025-02-21
locking/mutex: Add MUTEX_WARN_ON() into fast path
Yunhui Cui
1
-0
/
+2
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
[next]