Age | Commit message (Expand) | Author |
2023-04-29 | locking/rwbase: Mitigate indefinite writer starvation | Sebastian Andrzej Siewior |
2023-04-24 | Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-03-27 | locking/lockdep: Improve the deadlock scenario print for sync and read lock | Boqun Feng |
2023-03-27 | locking: Reduce the number of locks in ww_mutex stress tests | Boqun Feng |
2023-03-27 | locking/lockdep: Introduce lock_sync() | Boqun Feng |
2023-03-07 | locktorture: Add raw_spinlock* torture tests for PREEMPT_RT kernels | Zqiang |
2023-03-07 | locktorture: With nested locks, occasionally skip main lock | John Stultz |
2023-03-07 | locktorture: Add nested locking to rtmutex torture tests | John Stultz |
2023-03-07 | locktorture: Add nested locking to mutex torture tests | John Stultz |
2023-03-07 | locktorture: Add nested_[un]lock() hooks and nlocks parameter | John Stultz |
2023-02-21 | Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-02-20 | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-02-20 | Merge tag 'locking-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-02-06 | rtmutex: Ensure that the top waiter is always woken up | Wander Lairson Costa |
2023-01-31 | cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUG | Peter Zijlstra |
2023-01-26 | locking/rwsem: Disable preemption in all down_write*() and up_write() code paths | Waiman Long |
2023-01-26 | locking/rwsem: Disable preemption in all down_read*() and up_read() code paths | Waiman Long |
2023-01-26 | locking/rwsem: Prevent non-first waiter from spinning in down_write() slowpath | Waiman Long |
2023-01-05 | locktorture: Make the rt_boost factor a tunable | Joel Fernandes (Google) |
2023-01-05 | locktorture: Allow non-rtmutex lock types to be boosted | Joel Fernandes (Google) |
2023-01-05 | locking/qspinlock: Micro-optimize pending state waiting for unlock | Guo Ren |
2023-01-01 | Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2022-12-13 | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-12-12 | rtmutex: Add acquire semantics for rtmutex lock acquisition slow path | Mel Gorman |
2022-12-11 | lockdep: allow instrumenting lockdep.c with KMSAN | Alexander Potapenko |
2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld |
2022-10-11 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld |
2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-10-10 | Merge tag 'locking-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2022-10-03 | kmsan: disable instrumentation of unsupported common kernel code | Alexander Potapenko |
2022-09-21 | locking/lockdep: Print more debug information - report name and key when look... | Tetsuo Handa |
2022-09-21 | Merge tag 'v6.0-rc6' into locking/core, to refresh the branch | Ingo Molnar |
2022-09-15 | locking: Add __sched to semaphore functions | Namhyung Kim |
2022-09-15 | locking/rwsem: Disable preemption while trying for rwsem lock | Gokul krishna Krishnakumar |
2022-08-30 | locking/percpu-rwsem: Add percpu_is_write_locked() and percpu_is_read_locked() | Marco Elver |
2022-08-19 | locking: Add __lockfunc to slow path functions | Namhyung Kim |
2022-08-04 | locking/spinlocks: Mark spinlocks noinline when inline spinlocks are disabled | Andi Kleen |
2022-08-02 | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-08-01 | Merge tag 'locking-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2022-07-30 | locking/rwsem: Allow slowpath writer to ignore handoff bit if not set by firs... | Waiman Long |
2022-07-05 | context_tracking: Take idle eqs entrypoints over RCU | Frederic Weisbecker |
2022-06-24 | locking/lockdep: Fix lockdep_init_map_*() confusion | Peter Zijlstra |
2022-06-13 | locking/lockdep: Use sched_clock() for random numbers | Sebastian Andrzej Siewior |
2022-05-26 | Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-05-11 | locking/qrwlock: Change "queue rwlock" to "queued rwlock" | Waiman Long |
2022-04-06 | kernel/lockdep: move lockdep sysctls to its own file | tangmeng |
2022-04-05 | locking/mutex: Make contention tracepoints more consistent wrt adaptive spinning | Peter Zijlstra |
2022-04-05 | locking: Apply contention tracepoints in the slow path | Namhyung Kim |
2022-04-05 | locking: Add lock contention tracepoints | Namhyung Kim |
2022-04-05 | locking/rwsem: Always try to wake waiters in out_nolock path | Waiman Long |