summaryrefslogtreecommitdiffstats
path: root/kernel/locking
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bcachefs-2024-07-18.2' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-07-181-1/+8
|\
| * lockdep: lockdep_set_notrack_class()Kent Overstreet2024-07-141-1/+8
* | Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-07-161-0/+8
|\ \
| * | locking/local_lock: Add local nested BH locking infrastructure.Sebastian Andrzej Siewior2024-06-241-0/+8
| |/
* | Merge tag 'locking-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-161-3/+3
|\ \
| * | locking/rwsem: Add __always_inline annotation to __down_write_common() and in...John Stultz2024-07-091-3/+3
| |/
* | Merge tag 'sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-07-161-1/+0
|\ \
| * | locking: Remove superfluous sentinel element from kern_lockdep_tableJoel Granados2024-06-131-1/+0
| |/
* | Merge tag 'for-linus-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-161-1/+1
|\ \
| * | x86/xen: remove deprecated xen_nopvspin boot parameterJuergen Gross2024-07-111-1/+1
| |/
* / locktorture: Add MODULE_DESCRIPTION()Jeff Johnson2024-05-301-0/+1
|/
* Merge tag 'leds-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2024-05-221-0/+12
|\
| * locking/mutex: Introduce devm_mutex_init()George Stark2024-04-111-0/+12
* | locking/pvqspinlock: Use try_cmpxchg() in qspinlock_paravirt.hUros Bizjak2024-04-121-8/+8
* | locking/pvqspinlock: Use try_cmpxchg_acquire() in trylock_clear_pending()Uros Bizjak2024-04-121-18/+13
* | locking/qspinlock: Use atomic_try_cmpxchg_relaxed() in xchg_tail()Uros Bizjak2024-04-111-8/+5
* | locking/qspinlock: Always evaluate lockevent* non-event parameter onceWaiman Long2024-03-212-3/+3
|/
* locking/rtmutex: Use try_cmpxchg_relaxed() in mark_rt_mutex_waiters()Uros Bizjak2024-03-011-4/+5
* locking/percpu-rwsem: Trigger contention tracepoints only if contendedNamhyung Kim2024-02-281-3/+8
* locking/rwsem: Clarify that RWSEM_READER_OWNED is just a hintWaiman Long2024-02-281-3/+3
* locking/qspinlock: Fix 'wait_early' set but not used warningWaiman Long2024-02-281-1/+1
* Merge tag 'rcu.release.v6.8' of https://github.com/neeraju/linuxLinus Torvalds2024-01-121-9/+9
|\
| * locktorture: Increase Hamming distance between call_rcu_chain and rcu_call_ch...Paul E. McKenney2023-11-231-9/+9
* | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-0/+1
|\ \
| * | sched.h: move pid helpers to pid.hKent Overstreet2023-12-201-0/+1
* | | Merge tag 'v6.7-rc8' into locking/core, to pick up dependent changesIngo Molnar2024-01-022-18/+22
|\ \ \
| * | | locking/osq_lock: Clarify osq_wait_next()David Laight2023-12-301-5/+4
| * | | locking/osq_lock: Clarify osq_wait_next() calling conventionDavid Laight2023-12-301-12/+9
| * | | locking/osq_lock: Move the definition of optimistic_spin_node into osq_lock.cDavid Laight2023-12-301-0/+7
| |/ /
| * / lockdep: Fix block chain corruptionPeter Zijlstra2023-11-241-1/+2
| |/
* / locking/mutex: Document that mutex_unlock() is non-atomicJann Horn2023-12-011-0/+5
|/
* 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
|/