summaryrefslogtreecommitdiffstats
path: root/kernel/locking
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds2023-10-301-52/+162
|\
| * locktorture: Check the correct variable for allocation failureDan Carpenter2023-10-111-1/+1
| * locktorture: Rename readers_bind/writers_bind to bind_readers/bind_writersPaul E. McKenney2023-09-241-14/+14
| * locktorture: Add call_rcu_chains module parameterPaul E. McKenney2023-09-241-2/+60
| * locktorture: Add new module parameters to lock_torture_print_module_parms()Paul E. McKenney2023-09-241-41/+23
| * locktorture: Add acq_writer_lim to complain about long acquistion timesPaul E. McKenney2023-09-241-2/+13
| * locktorture: Consolidate "if" statements in lock_torture_writer()Paul E. McKenney2023-09-241-3/+2
| * locktorture: Alphabetize torture_param() entriesPaul E. McKenney2023-09-241-6/+6
| * locktorture: Add readers_bind and writers_bind module parametersPaul E. McKenney2023-09-241-2/+62
* | Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-308-25/+96
|\ \
| * | locking/lockdep: Fix string sizing bug that triggers a format-truncation comp...Lucy Mielke2023-10-121-1/+1
| * | locking/debug: Fix debugfs API return value checks to use IS_ERR()Atul Kumar Pant2023-10-031-5/+5
| * | locking/ww_mutex/test: Make sure we bail out instead of livelockJohn Stultz2023-09-221-4/+5
| * | locking/ww_mutex/test: Fix potential workqueue corruptionJohn Stultz2023-09-221-8/+12
| * | locking/ww_mutex/test: Use prng instead of rng to avoid hangs at bootupJohn Stultz2023-09-221-2/+17
| * | locking/rtmutex: Add a lockdep assert to catch potential nested blockingThomas Gleixner2023-09-203-0/+6
| * | locking/rtmutex: Use rt_mutex specific scheduler helpersSebastian Andrzej Siewior2023-09-204-3/+29
| * | locking/rtmutex: Avoid unconditional slowpath for DEBUG_RT_MUTEXESSebastian Andrzej Siewior2023-09-202-2/+21
| |/
* / locking: export contention tracepoints for bcachefs six locksBrian Foster2023-10-191-0/+3
|/
* Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-22/+14
|\
| * lockdep: fix static memory detection even moreHelge Deller2023-08-211-22/+14
* | Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-08-281-10/+10
|\ \
| * | x86/qspinlock-paravirt: Fix missing-prototype warningArnd Bergmann2023-08-031-10/+10
| |/
* | Merge tag 'rcu.2023.08.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-08-281-5/+7
|\ \ | |/ |/|
| * torture: Add lock_torture writer_fifo module parameterDietmar Eggemann2023-08-141-5/+7
* | locking/rtmutex: Fix task->pi_waiters integrityPeter Zijlstra2023-07-174-76/+155
|/
* Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-06-281-0/+4
|\
| * locking: add lockevent_read() prototypeArnd Bergmann2023-06-091-0/+4
* | Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-271-31/+87
|\ \
| * | lockdep: Add lock_set_cmp_fn() annotationKent Overstreet2023-05-191-31/+87
* | | Merge tag 'rcu.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-271-29/+22
|\ \ \ | |_|/ |/| |
| * | locktorture: Add long_hold to adjust lock-hold delaysPaul E. McKenney2023-05-111-29/+22
* | | Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-05-281-7/+21
|\ \ \ | |_|/ |/| |
| * | debugobjects,locking: Annotate debug_object_fill_pool() wait type violationPeter Zijlstra2023-05-021-7/+21
* | | locking/rwsem: Add __always_inline annotation to __down_read_common() and inl...John Stultz2023-05-081-4/+4
| |/ |/|
* | Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-051-9/+0
|\ \
| * | locking/rwbase: Mitigate indefinite writer starvationSebastian Andrzej Siewior2023-04-291-9/+0
| |/
* | Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-242-8/+58
|\ \
| * | locking/lockdep: Improve the deadlock scenario print for sync and read lockBoqun Feng2023-03-271-16/+32
| * | locking: Reduce the number of locks in ww_mutex stress testsBoqun Feng2023-03-271-1/+1
| * | locking/lockdep: Introduce lock_sync()Boqun Feng2023-03-271-0/+34
| |/
* | locktorture: Add raw_spinlock* torture tests for PREEMPT_RT kernelsZqiang2023-03-071-1/+55
* | locktorture: With nested locks, occasionally skip main lockJohn Stultz2023-03-071-10/+27
* | locktorture: Add nested locking to rtmutex torture testsJohn Stultz2023-03-071-0/+35
* | locktorture: Add nested locking to mutex torture testsJohn Stultz2023-03-071-0/+35
* | locktorture: Add nested_[un]lock() hooks and nlocks parameterJohn Stultz2023-03-071-4/+19
|/
* Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-211-43/+58
|\
| * locktorture: Make the rt_boost factor a tunableJoel Fernandes (Google)2023-01-051-5/+7
| * locktorture: Allow non-rtmutex lock types to be boostedJoel Fernandes (Google)2023-01-051-43/+56
* | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-201-0/+3
|\ \