aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/spinlock.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-21lockdep: Introduce wait-type checksPeter Zijlstra1-10/+25
2019-07-31locking/spinlocks: Use CONFIG_PREEMPTIONThomas Gleixner1-1/+1
2019-04-08mmiowb: Hook up mmiowb helpers to spinlocks and generic I/O accessorsWill Deacon1-1/+10
2018-08-16ila: make lockdep happy againCong Wang1-3/+14
2018-07-17locking/spinlock, sched/core: Clarify requirements for smp_mb__after_spinlock()Andrea Parri1-17/+36
2018-06-12atomic: Add irqsave variant of atomic_dec_and_lock()Anna-Maria Gleixner1-0/+5
2018-05-15locking/spinlocks: Document the semantics of spin_is_locked()Andrea Parri1-0/+18
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+0
2017-12-12locking/core: Remove break_lock field when CONFIG_GENERIC_LOCKBREAK=yWill Deacon1-5/+0
2017-12-11spinlock: Add library function to allocate spinlock buckets arrayTom Herbert1-0/+6
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/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon1-0/+4
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Will Deacon1-11/+0
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+32
2017-08-17locking: Remove spin_unlock_wait() generic definitionsPaul E. McKenney1-11/+0
2017-08-10locking: Remove smp_mb__before_spinlock()Peter Zijlstra1-13/+0
2017-08-10locking: Introduce smp_mb__after_spinlock()Peter Zijlstra1-0/+36
2017-07-25atomics: Revert addition of comment header to spin_unlock_wait()Paul E. McKenney1-20/+0
2017-06-08atomics: Add header comment so spin_unlock_wait()Paul E. McKenney1-0/+20
2017-01-12locking/spinlocks: Remove the unused spin_lock_bh_nested() APIWaiman Long1-8/+0
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+15
2015-08-04rcu,locking: Privatize smp_mb__after_unlock_lock()Paul E. McKenney1-10/+0
2015-07-21locking/spinlocks: Force inlining of spinlock opsDenys Vlasenko1-15/+15
2015-05-27documentation: memory-barriers: Fix smp_mb__before_spinlock() semanticsWill Deacon1-1/+1
2015-01-03spinlock: Add spin_lock_bh_nested()Thomas Graf1-0/+8
2014-08-13locking/spinlocks: Always evaluate the second argument of spin_lock_nested()Bart Van Assche1-1/+7
2013-12-16locking: Add an smp_mb__after_unlock_lock() for UNLOCK+BLOCK barrierPaul E. McKenney1-0/+10
2013-08-13sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov1-3/+11
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells1-0/+1
2012-02-28spinlock: macroize assert_spin_locked to avoid bug.h dependencyPaul Gortmaker1-4/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-07Fix IRQ flag handling namingDavid Howells1-0/+1
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds1-1/+1
2010-03-13locking: Make sparse work with inline spinlocks and rwlocksLuca Barbieri1-5/+8
2010-03-03Rename .text.lock to .text..lock.Denys Vlasenko1-1/+1
2009-12-14locking: Cleanup the name space completelyThomas Gleixner1-17/+20
2009-12-14locking: Further name space cleanupsThomas Gleixner1-8/+8
2009-12-14locking: Implement new raw_spinlockThomas Gleixner1-64/+194
2009-12-14locking: Convert raw_rwlock to arch_rwlockThomas Gleixner1-2/+2
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner1-11/+11
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner1-2/+2
2009-12-14locking: Split rwlock from spinlock headersThomas Gleixner1-92/+8
2009-11-24locking: Use __[SPIN|RW]_LOCK_UNLOCKED in [spin|rw]_lock_init()Thomas Gleixner1-2/+2
2009-11-24locking: Remove unused prototypeThomas Gleixner1-2/+0
2009-08-31locking: Simplify spinlock inliningHeiko Carstens1-40/+6
2009-08-31locking: Move spinlock function bodies to header fileHeiko Carstens1-9/+9