summaryrefslogtreecommitdiff
path: root/kernel/locking
AgeCommit message (Expand)Author
2024-09-29Merge tag 'locking-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-09-29Merge branch 'locking/core' into locking/urgent, to pick up pending commitsIngo Molnar
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-09-19Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-17Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-10locking/rwsem: Move is_rwsem_reader_owned() and rwsem_owner() under CONFIG_DE...Waiman Long
2024-09-01locking/ww_mutex/test: add MODULE_DESCRIPTION()Jeff Johnson
2024-08-21lockdep: Mark emergency sections in lockdep splatsJohn Ogness
2024-08-15rtmutex: Drop rt_mutex::wait_lock before schedulingRoland Xu
2024-08-08Merge tag 'bcachefs-2024-08-08' of git://evilpiepirate.org/bcachefsLinus Torvalds
2024-08-07sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()Qais Yousef
2024-08-07sched/rt: Clean up usage of rt_task()Qais Yousef
2024-08-07lockdep: Fix lockdep_set_notrack_class() for CONFIG_LOCK_STATKent Overstreet
2024-08-06locking/lockdep: Simplify character output in seq_line()Markus Elfring
2024-08-06lockdep: fix deadlock issue between lockdep and rcuZhiguo Niu
2024-08-06lockdep: Use str_plural() to fix Coccinelle warningThorsten Blum
2024-08-05lockdep: suggest the fix for "lockdep bfs error:-1" on print_bfs_bugLuis Claudio R. Goncalves
2024-07-29locking/pvqspinlock: Correct the type of "old" variable in pv_kick_node()Uros Bizjak
2024-07-18Merge tag 'bcachefs-2024-07-18.2' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-07-16Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-07-16Merge tag 'locking-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-07-16Merge tag 'sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-07-16Merge tag 'for-linus-6.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-07-14lockdep: lockdep_set_notrack_class()Kent Overstreet
2024-07-11x86/xen: remove deprecated xen_nopvspin boot parameterJuergen Gross
2024-07-09locking/rwsem: Add __always_inline annotation to __down_write_common() and in...John Stultz
2024-06-24locking/local_lock: Add local nested BH locking infrastructure.Sebastian Andrzej Siewior
2024-06-13locking: Remove superfluous sentinel element from kern_lockdep_tableJoel Granados
2024-05-30locktorture: Add MODULE_DESCRIPTION()Jeff Johnson
2024-05-22Merge tag 'leds-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2024-04-12locking/pvqspinlock: Use try_cmpxchg() in qspinlock_paravirt.hUros Bizjak
2024-04-12locking/pvqspinlock: Use try_cmpxchg_acquire() in trylock_clear_pending()Uros Bizjak
2024-04-11locking/mutex: Introduce devm_mutex_init()George Stark
2024-04-11locking/qspinlock: Use atomic_try_cmpxchg_relaxed() in xchg_tail()Uros Bizjak
2024-03-21locking/qspinlock: Always evaluate lockevent* non-event parameter onceWaiman Long
2024-03-01locking/rtmutex: Use try_cmpxchg_relaxed() in mark_rt_mutex_waiters()Uros Bizjak
2024-02-28locking/percpu-rwsem: Trigger contention tracepoints only if contendedNamhyung Kim
2024-02-28locking/rwsem: Clarify that RWSEM_READER_OWNED is just a hintWaiman Long
2024-02-28locking/qspinlock: Fix 'wait_early' set but not used warningWaiman Long
2024-01-12Merge tag 'rcu.release.v6.8' of https://github.com/neeraju/linuxLinus Torvalds
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-01-02Merge tag 'v6.7-rc8' into locking/core, to pick up dependent changesIngo Molnar
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-12-20sched.h: move pid helpers to pid.hKent Overstreet
2023-12-01locking/mutex: Document that mutex_unlock() is non-atomicJann Horn
2023-11-24lockdep: Fix block chain corruptionPeter Zijlstra
2023-11-23locktorture: Increase Hamming distance between call_rcu_chain and rcu_call_ch...Paul E. McKenney
2023-10-30Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds