summaryrefslogtreecommitdiff
path: root/include/linux/spinlock.h
AgeCommit message (Expand)Author
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09kernel.h: drop unneeded <linux/kernel.h> inclusion from other headersAndy Shevchenko
2021-10-30locking: Remove spin_lock_flags() etcArnd Bergmann
2021-08-17locking/spinlock: Provide RT variant header: <linux/spinlock_rt.h>Thomas Gleixner
2021-08-17locking/spinlock: Split the lock types header, and move the raw types into <l...Thomas Gleixner
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-06-17lockdep: Split header file into lockdep and lockdep_typesHerbert Xu
2020-03-21lockdep: Introduce wait-type checksPeter Zijlstra
2019-07-31locking/spinlocks: Use CONFIG_PREEMPTIONThomas Gleixner
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