index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
/
locking
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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/linux/kernel/git/akpm/mm
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/kernel/git/tip/tip
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/linux/kernel/git/akpm/mm
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/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2025-03-30
Merge tag 'locking-urgent-2025-03-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+3
2025-03-30
Merge tag 'bpf_res_spin_lock' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
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
2025-01-21
Merge tag 'rcu.release.v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linux
Linus Torvalds
1
-3
/
+3
2024-12-22
Merge tag 'lockdep-for-tip.20241220' of git://git.kernel.org/pub/scm/linux/kernel/git/boqun/linux into locking/core
Peter Zijlstra
3
-8
/
+8
2024-12-20
sched/wake_q: Add helper to call wake_up_q after unlock with preemption disabled
John Stultz
2
-39
/
+9
2024-12-19
lockdep: Move lockdep_assert_locked() under #ifdef CONFIG_PROVE_LOCKING
Andy Shevchenko
1
-0
/
+2
2024-12-19
lockdep: Mark chain_hlock_class_idx() with __maybe_unused
Andy Shevchenko
1
-1
/
+1
2024-12-17
locking/rtmutex: Make sure we wake anything on the wake_q when we release the lock->wait_lock
John Stultz
2
-3
/
+17
2024-12-15
lockdep: Document MAX_LOCKDEP_CHAIN_HLOCKS calculation
Carlos Llamas
1
-1
/
+2
2024-12-15
locking/ww_mutex/test: Use swap() macro
Thorsten Blum
1
-6
/
+3
2024-12-14
torture: Add dowarn argument to torture_sched_setaffinity()
Paul E. McKenney
1
-3
/
+3
2024-12-02
locking: rtmutex: Fix wake_q logic in task_blocks_on_rt_mutex
John Stultz
1
-3
/
+0
2024-11-19
Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
9
-81
/
+139
2024-10-25
locking/osq_lock: Use atomic_try_cmpxchg_release() in osq_unlock()
Uros Bizjak
1
-2
/
+1
2024-10-24
locking/rtmutex: Fix misleading comment
Peter Zijlstra
1
-4
/
+4
2024-10-24
locking/rt: Annotate unlock followed by lock for sparse.
Sebastian Andrzej Siewior
1
-0
/
+2
2024-10-24
locking/rt: Add sparse annotation for RCU.
Sebastian Andrzej Siewior
1
-7
/
+7
2024-10-17
locking/pvqspinlock: Convert fields of 'enum vcpu_state' to uppercase
Qiuxu Zhuo
1
-18
/
+18
2024-10-17
lockdep: Use info level for lockdep initial info messages
Jiri Slaby (SUSE)
1
-11
/
+11
[next]