aboutsummaryrefslogtreecommitdiff
path: root/kernel/locking
AgeCommit message (Expand)AuthorFilesLines
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-22/+14
2023-08-28Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-10/+10
2023-08-28Merge tag 'rcu.2023.08.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-5/+7
2023-08-21lockdep: fix static memory detection even moreGravatar Helge Deller 1-22/+14
2023-08-14torture: Add lock_torture writer_fifo module parameterGravatar Dietmar Eggemann 1-5/+7
2023-08-03x86/qspinlock-paravirt: Fix missing-prototype warningGravatar Arnd Bergmann 1-10/+10
2023-07-17locking/rtmutex: Fix task->pi_waiters integrityGravatar Peter Zijlstra 4-76/+155
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-0/+4
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-31/+87
2023-06-27Merge tag 'rcu.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-29/+22
2023-06-09locking: add lockevent_read() prototypeGravatar Arnd Bergmann 1-0/+4
2023-05-28Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-7/+21
2023-05-19lockdep: Add lock_set_cmp_fn() annotationGravatar Kent Overstreet 1-31/+87
2023-05-11locktorture: Add long_hold to adjust lock-hold delaysGravatar Paul E. McKenney 1-29/+22
2023-05-08locking/rwsem: Add __always_inline annotation to __down_read_common() and inl...Gravatar John Stultz 1-4/+4
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-9/+0
2023-05-02debugobjects,locking: Annotate debug_object_fill_pool() wait type violationGravatar Peter Zijlstra 1-7/+21
2023-04-29locking/rwbase: Mitigate indefinite writer starvationGravatar Sebastian Andrzej Siewior 1-9/+0
2023-04-24Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-8/+58
2023-03-27locking/lockdep: Improve the deadlock scenario print for sync and read lockGravatar Boqun Feng 1-16/+32
2023-03-27locking: Reduce the number of locks in ww_mutex stress testsGravatar Boqun Feng 1-1/+1
2023-03-27locking/lockdep: Introduce lock_sync()Gravatar Boqun Feng 1-0/+34
2023-03-07locktorture: Add raw_spinlock* torture tests for PREEMPT_RT kernelsGravatar Zqiang 1-1/+55
2023-03-07locktorture: With nested locks, occasionally skip main lockGravatar John Stultz 1-10/+27
2023-03-07locktorture: Add nested locking to rtmutex torture testsGravatar John Stultz 1-0/+35
2023-03-07locktorture: Add nested locking to mutex torture testsGravatar John Stultz 1-0/+35
2023-03-07locktorture: Add nested_[un]lock() hooks and nlocks parameterGravatar John Stultz 1-4/+19
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-43/+58
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+3
2023-02-20Merge tag 'locking-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-37/+54
2023-02-06rtmutex: Ensure that the top waiter is always woken upGravatar Wander Lairson Costa 1-2/+3
2023-01-31cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUGGravatar Peter Zijlstra 1-0/+3
2023-01-26locking/rwsem: Disable preemption in all down_write*() and up_write() code pathsGravatar Waiman Long 1-19/+19
2023-01-26locking/rwsem: Disable preemption in all down_read*() and up_read() code pathsGravatar Waiman Long 1-6/+24
2023-01-26locking/rwsem: Prevent non-first waiter from spinning in down_write() slowpathGravatar Waiman Long 1-10/+9
2023-01-05locktorture: Make the rt_boost factor a tunableGravatar Joel Fernandes (Google) 1-5/+7
2023-01-05locktorture: Allow non-rtmutex lock types to be boostedGravatar Joel Fernandes (Google) 1-43/+56
2023-01-05locking/qspinlock: Micro-optimize pending state waiting for unlockGravatar Guo Ren 1-2/+2
2023-01-01Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-12/+49
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2022-12-12rtmutex: Add acquire semantics for rtmutex lock acquisition slow pathGravatar Mel Gorman 2-12/+49
2022-12-11lockdep: allow instrumenting lockdep.c with KMSANGravatar Alexander Potapenko 1-1/+0
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionGravatar Jason A. Donenfeld 1-2/+2
2022-10-11treewide: use prandom_u32_max() when possible, part 1Gravatar Jason A. Donenfeld 1-2/+2
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+2
2022-10-10Merge tag 'locking-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 7-43/+55
2022-10-03kmsan: disable instrumentation of unsupported common kernel codeGravatar Alexander Potapenko 1-1/+2
2022-09-21locking/lockdep: Print more debug information - report name and key when look...Gravatar Tetsuo Handa 1-2/+4
2022-09-21Merge tag 'v6.0-rc6' into locking/core, to refresh the branchGravatar Ingo Molnar 1-1/+1
2022-09-15locking: Add __sched to semaphore functionsGravatar Namhyung Kim 1-6/+6