summaryrefslogtreecommitdiffstats
path: root/kernel/locking/spinlock.c
Commit message (Expand)AuthorAgeFilesLines
* locking/spinlocks: Mark spinlocks noinline when inline spinlocks are disabledAndi Kleen2022-08-041-28/+28
* locking/rwlocks: introduce write_lock_nestedMinchan Kim2022-01-221-0/+10
* locking: Remove spin_lock_flags() etcArnd Bergmann2021-10-301-2/+1
* locking/rwlock: Provide RT variantThomas Gleixner2021-08-171-0/+7
* locking: Fix typos in commentsIngo Molnar2021-03-221-2/+2
* asm-generic/mmiowb: Add generic implementation of mmiowb() trackingWill Deacon2019-04-081-0/+7
* locking/core: Remove break_lock field when CONFIG_GENERIC_LOCKBREAK=yWill Deacon2017-12-121-8/+1
* locking/core: Fix deadlock during boot on systems with GENERIC_LOCKBREAKWill Deacon2017-12-121-4/+4
* locking/rwlocks: Fix commentsCheng Jian2017-11-071-1/+2
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | locking/core: Remove {read,spin,write}_can_lock()Will Deacon2017-10-101-4/+2
|/
* locking/spinlocks: Remove the unused spin_lock_bh_nested() APIWaiman Long2017-01-121-8/+0
* spinlock: Add spin_lock_bh_nested()Thomas Graf2015-01-031-0/+8
* locking: Move the spinlock code to kernel/locking/Peter Zijlstra2013-11-061-0/+399