aboutsummaryrefslogtreecommitdiff
path: root/include/linux/spinlock.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-21Merge tag 'header_cleanup-2024-01-20' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-6/+6
2024-01-15spinlock: Fix failing build for PREEMPT_RTGravatar Leonardo Bras 1-6/+6
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-0/+31
2023-12-20sched.h: Move (spin|rwlock)_needbreak() to spinlock.hGravatar Kent Overstreet 1-0/+31
2023-11-29ptrace: Convert ptrace_attach() to use lock guardsGravatar Peter Zijlstra 1-0/+26
2023-11-15cleanup: Add conditional guard supportGravatar Peter Zijlstra 1-0/+15
2023-06-26locking: Introduce __cleanup() based infrastructureGravatar Peter Zijlstra 1-0/+31
2023-01-31perf: Fix perf_event_pmu_context serializationGravatar James Clark 1-0/+9
2022-09-15locking: Detect includes rwlock.h outside of spinlock.hGravatar Sebastian Andrzej Siewior 1-0/+2
2021-12-09locking/barriers, kcsan: Add instrumentation for barriersGravatar Marco Elver 1-1/+1
2021-11-09Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+0
2021-11-09kernel.h: drop unneeded <linux/kernel.h> inclusion from other headersGravatar Andy Shevchenko 1-1/+0
2021-10-30locking: Remove spin_lock_flags() etcGravatar Arnd Bergmann 1-13/+0
2021-08-17locking/spinlock: Provide RT variant header: <linux/spinlock_rt.h>Gravatar Thomas Gleixner 1-1/+10
2021-08-17locking/spinlock: Split the lock types header, and move the raw types into <l...Gravatar Thomas Gleixner 1-0/+4
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 1-1/+1
2020-06-17lockdep: Split header file into lockdep and lockdep_typesGravatar Herbert Xu 1-0/+1
2020-03-21lockdep: Introduce wait-type checksGravatar Peter Zijlstra 1-10/+25
2019-07-31locking/spinlocks: Use CONFIG_PREEMPTIONGravatar Thomas Gleixner 1-1/+1
2019-04-08mmiowb: Hook up mmiowb helpers to spinlocks and generic I/O accessorsGravatar Will Deacon 1-1/+10
2018-08-16ila: make lockdep happy againGravatar Cong Wang 1-3/+14
2018-07-17locking/spinlock, sched/core: Clarify requirements for smp_mb__after_spinlock()Gravatar Andrea Parri 1-17/+36
2018-06-12atomic: Add irqsave variant of atomic_dec_and_lock()Gravatar Anna-Maria Gleixner 1-0/+5
2018-05-15locking/spinlocks: Document the semantics of spin_is_locked()Gravatar Andrea Parri 1-0/+18
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-5/+0
2017-12-12locking/core: Remove break_lock field when CONFIG_GENERIC_LOCKBREAK=yGravatar Will Deacon 1-5/+0
2017-12-11spinlock: Add library function to allocate spinlock buckets arrayGravatar Tom Herbert 1-0/+6
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsGravatar Will Deacon 1-0/+4
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Gravatar Will Deacon 1-11/+0
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-9/+32
2017-08-17locking: Remove spin_unlock_wait() generic definitionsGravatar Paul E. McKenney 1-11/+0
2017-08-10locking: Remove smp_mb__before_spinlock()Gravatar Peter Zijlstra 1-13/+0
2017-08-10locking: Introduce smp_mb__after_spinlock()Gravatar Peter Zijlstra 1-0/+36
2017-07-25atomics: Revert addition of comment header to spin_unlock_wait()Gravatar Paul E. McKenney 1-20/+0
2017-06-08atomics: Add header comment so spin_unlock_wait()Gravatar Paul E. McKenney 1-0/+20
2017-01-12locking/spinlocks: Remove the unused spin_lock_bh_nested() APIGravatar Waiman Long 1-8/+0
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-15/+15
2015-08-04rcu,locking: Privatize smp_mb__after_unlock_lock()Gravatar Paul E. McKenney 1-10/+0
2015-07-21locking/spinlocks: Force inlining of spinlock opsGravatar Denys Vlasenko 1-15/+15
2015-05-27documentation: memory-barriers: Fix smp_mb__before_spinlock() semanticsGravatar Will Deacon 1-1/+1
2015-01-03spinlock: Add spin_lock_bh_nested()Gravatar Thomas Graf 1-0/+8
2014-08-13locking/spinlocks: Always evaluate the second argument of spin_lock_nested()Gravatar Bart Van Assche 1-1/+7
2013-12-16locking: Add an smp_mb__after_unlock_lock() for UNLOCK+BLOCK barrierGravatar Paul E. McKenney 1-0/+10
2013-08-13sched: fix the theoretical signal_wake_up() vs schedule() raceGravatar Oleg Nesterov 1-3/+11
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 1-1/+1
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-03-28Add #includes needed to permit the removal of asm/system.hGravatar David Howells 1-0/+1
2012-02-28spinlock: macroize assert_spin_locked to avoid bug.h dependencyGravatar Paul Gortmaker 1-4/+1