aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking
AgeCommit message (Expand)Author
2023-09-02lockdep: fix static memory detection even moreHelge Deller
2023-07-17locking/rtmutex: Fix task->pi_waiters integrityPeter Zijlstra
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-27Merge tag 'rcu.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-09locking: add lockevent_read() prototypeArnd Bergmann
2023-05-28Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-05-19lockdep: Add lock_set_cmp_fn() annotationKent Overstreet
2023-05-11locktorture: Add long_hold to adjust lock-hold delaysPaul E. McKenney
2023-05-08locking/rwsem: Add __always_inline annotation to __down_read_common() and inl...John Stultz
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-05-02debugobjects,locking: Annotate debug_object_fill_pool() wait type violationPeter Zijlstra
2023-04-29locking/rwbase: Mitigate indefinite writer starvationSebastian Andrzej Siewior
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-03-27locking/lockdep: Improve the deadlock scenario print for sync and read lockBoqun Feng
2023-03-27locking: Reduce the number of locks in ww_mutex stress testsBoqun Feng
2023-03-27locking/lockdep: Introduce lock_sync()Boqun Feng
2023-03-07locktorture: Add raw_spinlock* torture tests for PREEMPT_RT kernelsZqiang
2023-03-07locktorture: With nested locks, occasionally skip main lockJohn Stultz
2023-03-07locktorture: Add nested locking to rtmutex torture testsJohn Stultz
2023-03-07locktorture: Add nested locking to mutex torture testsJohn Stultz
2023-03-07locktorture: Add nested_[un]lock() hooks and nlocks parameterJohn Stultz
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-20Merge tag 'locking-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-02-06rtmutex: Ensure that the top waiter is always woken upWander Lairson Costa
2023-01-31cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUGPeter Zijlstra
2023-01-26locking/rwsem: Disable preemption in all down_write*() and up_write() code pathsWaiman Long
2023-01-26locking/rwsem: Disable preemption in all down_read*() and up_read() code pathsWaiman Long
2023-01-26locking/rwsem: Prevent non-first waiter from spinning in down_write() slowpathWaiman Long
2023-01-05locktorture: Make the rt_boost factor a tunableJoel Fernandes (Google)
2023-01-05locktorture: Allow non-rtmutex lock types to be boostedJoel Fernandes (Google)
2023-01-05locking/qspinlock: Micro-optimize pending state waiting for unlockGuo Ren
2023-01-01Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-12rtmutex: Add acquire semantics for rtmutex lock acquisition slow pathMel Gorman
2022-12-11lockdep: allow instrumenting lockdep.c with KMSANAlexander Potapenko
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'locking-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-03kmsan: disable instrumentation of unsupported common kernel codeAlexander Potapenko
2022-09-21locking/lockdep: Print more debug information - report name and key when look...Tetsuo Handa
2022-09-21Merge tag 'v6.0-rc6' into locking/core, to refresh the branchIngo Molnar
2022-09-15locking: Add __sched to semaphore functionsNamhyung Kim
2022-09-15locking/rwsem: Disable preemption while trying for rwsem lockGokul krishna Krishnakumar
2022-08-30locking/percpu-rwsem: Add percpu_is_write_locked() and percpu_is_read_locked()Marco Elver
2022-08-19locking: Add __lockfunc to slow path functionsNamhyung Kim
2022-08-04locking/spinlocks: Mark spinlocks noinline when inline spinlocks are disabledAndi Kleen
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds