summaryrefslogtreecommitdiff
path: root/kernel/locking/Makefile
AgeCommit message (Expand)Author
2022-12-11lockdep: allow instrumenting lockdep.c with KMSANAlexander Potapenko
2022-10-03kmsan: disable instrumentation of unsupported common kernel codeAlexander Potapenko
2021-08-17locking/ww_mutex: Implement rtmutex based ww_mutex API functionsPeter Zijlstra
2021-08-17locking/spinlock: Provide RT variantThomas Gleixner
2021-08-17locking/rtmutex: Split API from implementationThomas Gleixner
2021-03-29locking/rtmutex: Move debug functions as inlines into common headerThomas Gleixner
2021-01-22lockdep: report broken irq restorationMark Rutland
2020-03-21kcsan: Make KCSAN compatible with lockdepMarco Elver
2019-06-17locking/rwsem: Merge rwsem.h and rwsem-xadd.c into rwsem.cWaiman Long
2019-04-10locking/lock_events: Make lock_events available for all archs & other locksWaiman Long
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-01-14locking/ww_mutex: Begin kselftests for ww_mutexChris Wilson
2016-09-22locking/lglock: Remove lglock implementationPeter Zijlstra
2016-03-22kernel: add kcov code coverageDmitry Vyukov
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-08-15percpu-rwsem: kill CONFIG_PERCPU_RWSEMOleg Nesterov
2015-07-20rtmutex: Delete scriptable testerDavidlohr Bueso
2015-05-12locking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKSWaiman Long
2015-05-11locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKSIngo Molnar
2015-05-08locking/qspinlock: Introduce a simple generic 4-byte queued spinlockWaiman Long
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2015-01-29ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens
2015-01-14locking/mcs: Better differentiate between MCS variantsDavidlohr Bueso
2014-06-06locking/rwlocks: Introduce 'qrwlocks' - fair, queued rwlocksWaiman Long
2014-04-07lglock: map to spinlock when !CONFIG_SMPJosh Triplett
2014-03-31Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-03-11locking/mutexes: Introduce cancelable MCS lock for adaptive spinningPeter Zijlstra
2014-02-23locktorture: Add a lock-torture kernel modulePaul E. McKenney
2013-11-06locking: Move the percpu-rwsem code to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the lglocks code to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the rwsem code to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the rtmutex code to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the semaphore core to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the spinlock code to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the lockdep code to kernel/locking/Peter Zijlstra
2013-11-06locking: Move the mutex code to kernel/locking/Peter Zijlstra