index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
locking
Age
Commit message (
Expand
)
Author
4 days
Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4 days
Merge tag 'locking-core-2025-07-29' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
11 days
locking/rtmutex: Move max_lock_depth into rtmutex.c
Joel Granados
2025-07-14
lockdep: Speed up lockdep_unregister_key() with expedited RCU synchronization
Breno Leitao
2025-07-14
locking/mutex: Remove redundant #ifdefs
Ran Xiaokai
2025-07-14
locking/lockdep: Change 'static const' variables to enum values
Arnd Bergmann
2025-07-14
locking/lockdep: Avoid struct return in lock_stats()
Arnd Bergmann
2025-07-14
sched: Start blocked_on chain processing in find_proxy_task()
Peter Zijlstra
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
2025-07-11
locking/rwsem: Use OWNER_NONSPINNABLE directly instead of OWNER_SPINNABLE
Jinliang Zheng
2025-06-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2025-06-02
rtmutex_api: provide correct extern functions
Paolo Bonzini
2025-05-31
Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2025-05-27
locking/mutex: implement mutex_lock_killable_nest_lock
Maxim Levitsky
2025-05-27
locking/mutex: implement mutex_trylock_nested
Maxim Levitsky
2025-05-26
Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-05-11
hung_task: show the blocker task if the task is hung on semaphore
Lance Yang
2025-05-11
hung_task: replace blocker_mutex with encoded blocker
Lance Yang
2025-05-06
locking/lockdep: Add number of dynamic keys to /proc/lockdep_stats
Waiman Long
2025-05-06
locking/lockdep: Prevent abuse of lockdep subclass
Waiman Long
2025-05-06
locking/lockdep: Move hlock_equal() to the respective #ifdeffery
Andy Shevchenko
2025-04-07
locking/percpu-rwsem: add freezable alternative to down_read
James Bottomley
2025-04-01
Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-30
Merge tag 'locking-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2025-03-30
Merge tag 'bpf_res_spin_lock' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-03-27
locking/lockdep: Decrease nr_unused_locks if lock unused in zap_class()
Boqun Feng
2025-03-21
hung_task: show the blocker task if the task is hung on mutex
Masami Hiramatsu (Google)
2025-03-19
rqspinlock: Add locktorture support
Kumar Kartikeya Dwivedi
2025-03-19
rqspinlock: Protect pending bit owners from stalls
Kumar Kartikeya Dwivedi
2025-03-19
locking: Allow obtaining result of arch_mcs_spin_lock_contended
Kumar Kartikeya Dwivedi
2025-03-19
locking: Move common qspinlock helpers to a private header
Kumar Kartikeya Dwivedi
2025-03-18
locking: Move MCS struct definition to public header
Kumar Kartikeya Dwivedi
2025-03-16
percpu: use TYPEOF_UNQUAL() in variable declarations
Uros Bizjak
2025-03-08
locking/lockdep: Add kasan_check_byte() check in lock_acquire()
Waiman Long
2025-03-08
locking/lockdep: Disable KASAN instrumentation of lockdep.c
Waiman Long
2025-03-08
locking/lock_events: Add locking events for lockdep
Waiman Long
2025-03-08
locking/lock_events: Add locking events for rtmutex slow paths
Waiman Long
2025-03-08
Merge branch 'locking/urgent' into locking/core, to pick up locking fixes
Ingo Molnar
2025-03-08
locking/semaphore: Use wake_q to wake up processes outside lock critical section
Waiman Long
2025-03-08
locking/rtmutex: Use the 'struct' keyword in kernel-doc comment
Randy Dunlap
2025-02-21
locking/mutex: Add MUTEX_WARN_ON() into fast path
Yunhui Cui
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2025-01-21
Merge tag 'rcu.release.v6.14' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-12-22
Merge tag 'lockdep-for-tip.20241220' of git://git.kernel.org/pub/scm/linux/ke...
Peter Zijlstra
2024-12-20
sched/wake_q: Add helper to call wake_up_q after unlock with preemption disabled
John Stultz
2024-12-19
lockdep: Move lockdep_assert_locked() under #ifdef CONFIG_PROVE_LOCKING
Andy Shevchenko
2024-12-19
lockdep: Mark chain_hlock_class_idx() with __maybe_unused
Andy Shevchenko
2024-12-17
locking/rtmutex: Make sure we wake anything on the wake_q when we release the...
John Stultz
[next]