summaryrefslogtreecommitdiff
path: root/kernel/locking
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Stephen Rothwell2023-05-181-29/+22
|\
| * locktorture: Add long_hold to adjust lock-hold delaysPaul E. McKenney2023-05-111-29/+22
* | Merge branch into tip/master: 'core/debugobjects'Ingo Molnar2023-05-171-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
|\ \
| * | cpuidle: lib/bug: Disable rcu_is_watching() during WARN/BUGPeter Zijlstra2023-01-311-0/+3
* | | Merge tag 'locking-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-02-202-37/+54
|\ \ \
| * | | locking/rwsem: Disable preemption in all down_write*() and up_write() code pathsWaiman Long2023-01-261-19/+19
| * | | locking/rwsem: Disable preemption in all down_read*() and up_read() code pathsWaiman Long2023-01-261-6/+24
| * | | locking/rwsem: Prevent non-first waiter from spinning in down_write() slowpathWaiman Long2023-01-261-10/+9
| * | | locking/qspinlock: Micro-optimize pending state waiting for unlockGuo Ren2023-01-051-2/+2
| |/ /
* | | rtmutex: Ensure that the top waiter is always woken upWander Lairson Costa2023-02-061-2/+3
|/ /
* | Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-01-012-12/+49
|\ \ | |/ |/|
| * rtmutex: Add acquire semantics for rtmutex lock acquisition slow pathMel Gorman2022-12-122-12/+49
* | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-1/+0
|\ \
| * | lockdep: allow instrumenting lockdep.c with KMSANAlexander Potapenko2022-12-111-1/+0
| |/
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
|/
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-2/+2
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-1/+2
|\
| * kmsan: disable instrumentation of unsupported common kernel codeAlexander Potapenko2022-10-031-1/+2
* | Merge tag 'locking-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-107-43/+55
|\ \
| * | locking/lockdep: Print more debug information - report name and key when look...Tetsuo Handa2022-09-211-2/+4
| * | Merge tag 'v6.0-rc6' into locking/core, to refresh the branchIngo Molnar2022-09-211-1/+1
| |\ \ | | |/
| * | locking: Add __sched to semaphore functionsNamhyung Kim2022-09-151-6/+6
| * | locking/rwsem: Disable preemption while trying for rwsem lockGokul krishna Krishnakumar2022-09-151-2/+12
| * | locking: Add __lockfunc to slow path functionsNamhyung Kim2022-08-193-5/+5
| * | locking/spinlocks: Mark spinlocks noinline when inline spinlocks are disabledAndi Kleen2022-08-041-28/+28
* | | locking/percpu-rwsem: Add percpu_is_write_locked() and percpu_is_read_locked()Marco Elver2022-08-301-0/+6
| |/ |/|
* | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-021-1/+1
|\ \ | |/ |/|
| * context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker2022-07-051-1/+1
* | Merge tag 'locking-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-011-3/+4
|\ \
| * | locking/lockdep: Fix lockdep_init_map_*() confusionPeter Zijlstra2022-06-241-3/+4
| |/
* | locking/rwsem: Allow slowpath writer to ignore handoff bit if not set by firs...Waiman Long2022-07-301-10/+20
|/
* locking/lockdep: Use sched_clock() for random numbersSebastian Andrzej Siewior2022-06-131-1/+1
* Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-261-2/+33
|\