summaryrefslogtreecommitdiffstats
path: root/kernel/locking/spinlock.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-04locking/spinlocks: Mark spinlocks noinline when inline spinlocks are disabledAndi Kleen1-28/+28
2022-01-22locking/rwlocks: introduce write_lock_nestedMinchan Kim1-0/+10
2021-10-30locking: Remove spin_lock_flags() etcArnd Bergmann1-2/+1
2021-08-17locking/rwlock: Provide RT variantThomas Gleixner1-0/+7
2021-03-22locking: Fix typos in commentsIngo Molnar1-2/+2
2019-04-08asm-generic/mmiowb: Add generic implementation of mmiowb() trackingWill Deacon1-0/+7
2017-12-12locking/core: Remove break_lock field when CONFIG_GENERIC_LOCKBREAK=yWill Deacon1-8/+1
2017-12-12locking/core: Fix deadlock during boot on systems with GENERIC_LOCKBREAKWill Deacon1-4/+4
2017-11-07locking/rwlocks: Fix commentsCheng Jian1-1/+2
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Will Deacon1-4/+2
2017-01-12locking/spinlocks: Remove the unused spin_lock_bh_nested() APIWaiman Long1-8/+0
2015-01-03spinlock: Add spin_lock_bh_nested()Thomas Graf1-0/+8
2013-11-06locking: Move the spinlock code to kernel/locking/Peter Zijlstra1-0/+399