aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/spinlock_types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-17locking/spinlock/rt: Prepare for RT local_lockThomas Gleixner1-0/+6
2021-08-17locking/spinlock: Provide RT specific spinlock_tThomas Gleixner1-0/+26
2021-08-17locking/spinlock: Split the lock types header, and move the raw types into <linux/spinlock_types_raw.h>Thomas Gleixner1-58/+1
2020-06-17lockdep: Split header file into lockdep and lockdep_typesHerbert Xu1-1/+1
2020-03-21lockdep: Introduce wait-type checksPeter Zijlstra1-4/+20
2017-12-12locking/core: Remove break_lock field when CONFIG_GENERIC_LOCKBREAK=yWill Deacon1-3/+0
2011-01-27locking: Remove deprecated lock initializersThomas Gleixner1-8/+0
2009-12-14locking: Implement new raw_spinlockThomas Gleixner1-11/+38
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner1-2/+2
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner1-1/+1
2009-12-14locking: Split rwlock from spinlock headersThomas Gleixner1-37/+6
2008-01-30spinlock: lockbreak cleanupNick Piggin1-2/+2
2007-07-19fix raw_spinlock_t vs lockdepPeter Zijlstra1-2/+2
2007-05-08Document SPIN_LOCK_UNLOCKED/RW_LOCK_UNLOCKED deprecationMichael Ellerman1-0/+6
2006-07-03[PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar1-4/+28
2006-07-03[PATCH] lockdep: locking init debugging improvementIngo Molnar1-6/+9
2005-09-10[PATCH] spinlock consolidationIngo Molnar1-0/+67