- 6623b02 locking/pvqspinlock: Correct the type of "old" variable in pv_kick_node() by Uros Bizjak · 8 months ago
- 720261c Merge tag 'bcachefs-2024-07-18.2' of https://evilpiepirate.org/git/bcachefs by Linus Torvalds · 8 months ago
- 5183594 Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 8 months ago
- 151647a Merge tag 'locking-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 months ago
- f8a8b94d Merge tag 'sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl by Linus Torvalds · 8 months ago
- f83e38f Merge tag 'for-linus-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 months ago
- 1a616c2 lockdep: lockdep_set_notrack_class() by Kent Overstreet · 1 year, 3 months ago
- 9fe6a8c x86/xen: remove deprecated xen_nopvspin boot parameter by Juergen Gross · 8 months ago
- e81859f locking/rwsem: Add __always_inline annotation to __down_write_common() and inlined callers by John Stultz · 8 months ago
- c5bcab7 locking/local_lock: Add local nested BH locking infrastructure. by Sebastian Andrzej Siewior · 9 months ago
- 2f7c624 locking: Remove superfluous sentinel element from kern_lockdep_table by Joel Granados · 9 months ago
- 6a081ba locktorture: Add MODULE_DESCRIPTION() by Jeff Johnson · 10 months ago
- f3033eb Merge tag 'leds-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/leds by Linus Torvalds · 10 months ago
- fea0e18 locking/pvqspinlock: Use try_cmpxchg() in qspinlock_paravirt.h by Uros Bizjak · 11 months ago
- 6a97734 locking/pvqspinlock: Use try_cmpxchg_acquire() in trylock_clear_pending() by Uros Bizjak · 12 months ago
- 4cd4722 locking/mutex: Introduce devm_mutex_init() by George Stark · 11 months ago
- 79a34e3 locking/qspinlock: Use atomic_try_cmpxchg_relaxed() in xchg_tail() by Uros Bizjak · 12 months ago
- 3774b28 locking/qspinlock: Always evaluate lockevent* non-event parameter once by Waiman Long · 12 months ago
- ce3576e locking/rtmutex: Use try_cmpxchg_relaxed() in mark_rt_mutex_waiters() by Uros Bizjak · 1 year, 2 months ago
- f3e3620 locking/percpu-rwsem: Trigger contention tracepoints only if contended by Namhyung Kim · 1 year, 4 months ago
- d566c78 locking/rwsem: Clarify that RWSEM_READER_OWNED is just a hint by Waiman Long · 1 year, 1 month ago
- ca4bc2e locking/qspinlock: Fix 'wait_early' set but not used warning by Waiman Long · 1 year, 1 month ago
- 23a80d4 Merge tag 'rcu.release.v6.8' of https://github.com/neeraju/linux by Linus Torvalds · 1 year, 2 months ago
- 78273df Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs by Linus Torvalds · 1 year, 2 months ago
- 67a1723 Merge tag 'v6.7-rc8' into locking/core, to pick up dependent changes by Ingo Molnar · 1 year, 2 months ago
- b106bcf locking/osq_lock: Clarify osq_wait_next() by David Laight · 1 year, 2 months ago
- 563adbf locking/osq_lock: Clarify osq_wait_next() calling convention by David Laight · 1 year, 2 months ago
- 7c22309 locking/osq_lock: Move the definition of optimistic_spin_node into osq_lock.c by David Laight · 1 year, 2 months ago
- f551103 sched.h: move pid helpers to pid.h by Kent Overstreet · 1 year, 3 months ago
- a51749a locking/mutex: Document that mutex_unlock() is non-atomic by Jann Horn · 1 year, 3 months ago
- bca4104 lockdep: Fix block chain corruption by Peter Zijlstra · 1 year, 4 months ago
- 69dcbbd locktorture: Increase Hamming distance between call_rcu_chain and rcu_call_chains by Paul E. McKenney · 1 year, 5 months ago
- 2656821 Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks by Linus Torvalds · 1 year, 4 months ago
- 3cf3fab Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 4 months ago
- 957e480 locking: export contention tracepoints for bcachefs six locks by Brian Foster · 1 year, 7 months ago
- ac8b60b locking/lockdep: Fix string sizing bug that triggers a format-truncation compiler-warning by Lucy Mielke · 1 year, 5 months ago
- cefe8ce locktorture: Check the correct variable for allocation failure by Dan Carpenter · 1 year, 6 months ago
- 8788c6c locking/debug: Fix debugfs API return value checks to use IS_ERR() by Atul Kumar Pant · 1 year, 7 months ago
- 2273799c2 locktorture: Rename readers_bind/writers_bind to bind_readers/bind_writers by Paul E. McKenney · 1 year, 7 months ago
- 7f99362 locktorture: Add call_rcu_chains module parameter by Paul E. McKenney · 1 year, 7 months ago
- 00c24c9 locktorture: Add new module parameters to lock_torture_print_module_parms() by Paul E. McKenney · 1 year, 7 months ago
- e3bdaef locktorture: Add acq_writer_lim to complain about long acquistion times by Paul E. McKenney · 1 year, 7 months ago
- 84cee9e locktorture: Consolidate "if" statements in lock_torture_writer() by Paul E. McKenney · 1 year, 7 months ago
- 31742a5 locktorture: Alphabetize torture_param() entries by Paul E. McKenney · 1 year, 7 months ago
- 73e3412 locktorture: Add readers_bind and writers_bind module parameters by Paul E. McKenney · 1 year, 8 months ago
- cfa92b6 locking/ww_mutex/test: Make sure we bail out instead of livelock by John Stultz · 1 year, 6 months ago
- bccdd80 locking/ww_mutex/test: Fix potential workqueue corruption by John Stultz · 1 year, 6 months ago
- 4812c54 locking/ww_mutex/test: Use prng instead of rng to avoid hangs at bootup by John Stultz · 1 year, 6 months ago
- 45f67f3 locking/rtmutex: Add a lockdep assert to catch potential nested blocking by Thomas Gleixner · 1 year, 6 months ago
- d14f9e9 locking/rtmutex: Use rt_mutex specific scheduler helpers by Sebastian Andrzej Siewior · 1 year, 6 months ago
- af9f006 locking/rtmutex: Avoid unconditional slowpath for DEBUG_RT_MUTEXES by Sebastian Andrzej Siewior · 1 year, 6 months ago
- d68b4b6 Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 6 months ago
- 97efd28 Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 7 months ago
- 68cadad Merge tag 'rcu.2023.08.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 1 year, 7 months ago
- 0a6b58c lockdep: fix static memory detection even more by Helge Deller · 1 year, 7 months ago
- 5d248bb torture: Add lock_torture writer_fifo module parameter by Dietmar Eggemann · 1 year, 9 months ago
- 8874a41 x86/qspinlock-paravirt: Fix missing-prototype warning by Arnd Bergmann · 1 year, 7 months ago
- f7853c3 locking/rtmutex: Fix task->pi_waiters integrity by Peter Zijlstra · 1 year, 8 months ago
- 77b1a7f Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 9 months ago
- bc6cb4d Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 9 months ago
- af96134 Merge tag 'rcu.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 1 year, 9 months ago
- ff71388 locking: add lockevent_read() prototype by Arnd Bergmann · 1 year, 10 months ago
- d8f14b8 Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 10 months ago
- eb1cfd0 lockdep: Add lock_set_cmp_fn() annotation by Kent Overstreet · 1 year, 10 months ago
- f8619c3 locktorture: Add long_hold to adjust lock-hold delays by Paul E. McKenney · 2 years ago
- 92cc5d0 locking/rwsem: Add __always_inline annotation to __down_read_common() and inlined callers by John Stultz · 1 year, 10 months ago
- b115d85 Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 10 months ago
- 0cce06b debugobjects,locking: Annotate debug_object_fill_pool() wait type violation by Peter Zijlstra · 1 year, 11 months ago
- 286deb7 locking/rwbase: Mitigate indefinite writer starvation by Sebastian Andrzej Siewior · 2 years ago
- 5dfb75e Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jfern/linux by Linus Torvalds · 1 year, 11 months ago
- 0471db44 locking/lockdep: Improve the deadlock scenario print for sync and read lock by Boqun Feng · 2 years, 2 months ago
- 60a1a64 locking: Reduce the number of locks in ww_mutex stress tests by Boqun Feng · 2 years ago
- 2f1f043 locking/lockdep: Introduce lock_sync() by Boqun Feng · 2 years, 2 months ago
- 5d65cf6 locktorture: Add raw_spinlock* torture tests for PREEMPT_RT kernels by Zqiang · 2 years, 1 month ago
- 45bcf0b locktorture: With nested locks, occasionally skip main lock by John Stultz · 2 years, 1 month ago
- ae4823e locktorture: Add nested locking to rtmutex torture tests by John Stultz · 2 years, 1 month ago
- 3e5aeaf locktorture: Add nested locking to mutex torture tests by John Stultz · 2 years, 1 month ago
- b633432 locktorture: Add nested_[un]lock() hooks and nlocks parameter by John Stultz · 2 years, 1 month ago
- 8cc01d4 Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu by Linus Torvalds · 2 years, 1 month ago
- 1f2d9ffc Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 2 years, 1 month ago
- 6e649d0 Merge tag 'locking-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 2 years, 1 month ago
- db370a8 rtmutex: Ensure that the top waiter is always woken up by Wander Lairson Costa · 2 years, 1 month ago
- 5a5d7e9 cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUG by Peter Zijlstra · 2 years, 1 month ago
- 1d61659 locking/rwsem: Disable preemption in all down_write*() and up_write() code paths by Waiman Long · 2 years, 2 months ago
- 3f524553 locking/rwsem: Disable preemption in all down_read*() and up_read() code paths by Waiman Long · 2 years, 2 months ago
- b613c7f locking/rwsem: Prevent non-first waiter from spinning in down_write() slowpath by Waiman Long · 2 years, 2 months ago
- c24501b locktorture: Make the rt_boost factor a tunable by Joel Fernandes (Google) · 2 years, 3 months ago
- e01f3a1 locktorture: Allow non-rtmutex lock types to be boosted by Joel Fernandes (Google) · 2 years, 3 months ago
- 4282494 locking/qspinlock: Micro-optimize pending state waiting for unlock by Guo Ren · 2 years, 2 months ago
- 95d248d Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 2 years, 2 months ago
- e2ca6ba Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 3 months ago
- 1c0908d rtmutex: Add acquire semantics for rtmutex lock acquisition slow path by Mel Gorman · 2 years, 3 months ago
- 1e8e4a7 lockdep: allow instrumenting lockdep.c with KMSAN by Alexander Potapenko · 2 years, 3 months ago
- 8032bf1 treewide: use get_random_u32_below() instead of deprecated function by Jason A. Donenfeld · 2 years, 5 months ago
- 81895a6 treewide: use prandom_u32_max() when possible, part 1 by Jason A. Donenfeld · 2 years, 5 months ago
- 27bc50f Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 5 months ago
- 3e71f01 Merge tag 'locking-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 2 years, 5 months ago
- 79dbd006 kmsan: disable instrumentation of unsupported common kernel code by Alexander Potapenko · 2 years, 6 months ago
- 76e64c7 locking/lockdep: Print more debug information - report name and key when look_up_lock_class() got confused by Tetsuo Handa · 2 years, 6 months ago
- 74656d0 Merge tag 'v6.0-rc6' into locking/core, to refresh the branch by Ingo Molnar · 2 years, 6 months ago