summaryrefslogtreecommitdiff
path: root/kernel/locking
AgeCommit message (Expand)Author
2023-12-30locking/osq_lock: Clarify osq_wait_next()David Laight
2023-12-30locking/osq_lock: Clarify osq_wait_next() calling conventionDavid Laight
2023-12-30locking/osq_lock: Move the definition of optimistic_spin_node into osq_lock.cDavid Laight
2023-11-24lockdep: Fix block chain corruptionPeter Zijlstra
2023-10-30Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-10-19locking: export contention tracepoints for bcachefs six locksBrian Foster
2023-10-12locking/lockdep: Fix string sizing bug that triggers a format-truncation comp...Lucy Mielke
2023-10-11locktorture: Check the correct variable for allocation failureDan Carpenter
2023-10-03locking/debug: Fix debugfs API return value checks to use IS_ERR()Atul Kumar Pant
2023-09-24locktorture: Rename readers_bind/writers_bind to bind_readers/bind_writersPaul E. McKenney
2023-09-24locktorture: Add call_rcu_chains module parameterPaul E. McKenney
2023-09-24locktorture: Add new module parameters to lock_torture_print_module_parms()Paul E. McKenney
2023-09-24locktorture: Add acq_writer_lim to complain about long acquistion timesPaul E. McKenney
2023-09-24locktorture: Consolidate "if" statements in lock_torture_writer()Paul E. McKenney
2023-09-24locktorture: Alphabetize torture_param() entriesPaul E. McKenney
2023-09-24locktorture: Add readers_bind and writers_bind module parametersPaul E. McKenney
2023-09-22locking/ww_mutex/test: Make sure we bail out instead of livelockJohn Stultz
2023-09-22locking/ww_mutex/test: Fix potential workqueue corruptionJohn Stultz
2023-09-22locking/ww_mutex/test: Use prng instead of rng to avoid hangs at bootupJohn Stultz
2023-09-20locking/rtmutex: Add a lockdep assert to catch potential nested blockingThomas Gleixner
2023-09-20locking/rtmutex: Use rt_mutex specific scheduler helpersSebastian Andrzej Siewior
2023-09-20locking/rtmutex: Avoid unconditional slowpath for DEBUG_RT_MUTEXESSebastian Andrzej Siewior
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-28Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-08-28Merge tag 'rcu.2023.08.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-08-21lockdep: fix static memory detection even moreHelge Deller
2023-08-14torture: Add lock_torture writer_fifo module parameterDietmar Eggemann
2023-08-03x86/qspinlock-paravirt: Fix missing-prototype warningArnd Bergmann
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