aboutsummaryrefslogtreecommitdiff
path: root/include/linux/spinlock.h
AgeCommit message (Expand)Author
2019-04-08mmiowb: Hook up mmiowb helpers to spinlocks and generic I/O accessorsWill Deacon
2018-08-16ila: make lockdep happy againCong Wang
2018-07-17locking/spinlock, sched/core: Clarify requirements for smp_mb__after_spinlock()Andrea Parri
2018-06-12atomic: Add irqsave variant of atomic_dec_and_lock()Anna-Maria Gleixner
2018-05-15locking/spinlocks: Document the semantics of spin_is_locked()Andrea Parri
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-12locking/core: Remove break_lock field when CONFIG_GENERIC_LOCKBREAK=yWill Deacon
2017-12-11spinlock: Add library function to allocate spinlock buckets arrayTom Herbert
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Will Deacon
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-08-17locking: Remove spin_unlock_wait() generic definitionsPaul E. McKenney
2017-08-10locking: Remove smp_mb__before_spinlock()Peter Zijlstra
2017-08-10locking: Introduce smp_mb__after_spinlock()Peter Zijlstra
2017-07-25atomics: Revert addition of comment header to spin_unlock_wait()Paul E. McKenney
2017-06-08atomics: Add header comment so spin_unlock_wait()Paul E. McKenney
2017-01-12locking/spinlocks: Remove the unused spin_lock_bh_nested() APIWaiman Long
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-08-04rcu,locking: Privatize smp_mb__after_unlock_lock()Paul E. McKenney
2015-07-21locking/spinlocks: Force inlining of spinlock opsDenys Vlasenko
2015-05-27documentation: memory-barriers: Fix smp_mb__before_spinlock() semanticsWill Deacon
2015-01-03spinlock: Add spin_lock_bh_nested()Thomas Graf
2014-08-13locking/spinlocks: Always evaluate the second argument of spin_lock_nested()Bart Van Assche
2013-12-16locking: Add an smp_mb__after_unlock_lock() for UNLOCK+BLOCK barrierPaul E. McKenney
2013-08-13sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells
2012-02-28spinlock: macroize assert_spin_locked to avoid bug.h dependencyPaul Gortmaker
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-03-31Fix common misspellingsLucas De Marchi
2010-10-07Fix IRQ flag handling namingDavid Howells
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds
2010-03-13locking: Make sparse work with inline spinlocks and rwlocksLuca Barbieri
2010-03-03Rename .text.lock to .text..lock.Denys Vlasenko
2009-12-14locking: Cleanup the name space completelyThomas Gleixner
2009-12-14locking: Further name space cleanupsThomas Gleixner
2009-12-14locking: Implement new raw_spinlockThomas Gleixner
2009-12-14locking: Convert raw_rwlock to arch_rwlockThomas Gleixner
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner
2009-12-14locking: Split rwlock from spinlock headersThomas Gleixner
2009-11-24locking: Use __[SPIN|RW]_LOCK_UNLOCKED in [spin|rw]_lock_init()Thomas Gleixner
2009-11-24locking: Remove unused prototypeThomas Gleixner
2009-08-31locking: Simplify spinlock inliningHeiko Carstens
2009-08-31locking: Move spinlock function bodies to header fileHeiko Carstens
2009-07-09memory barrier: adding smp_mb__after_lockJiri Olsa
2009-04-02Allow rwlocks to re-enable interruptsRobin Holt