summaryrefslogtreecommitdiff
path: root/include/linux/spinlock_types.h
AgeCommit message (Expand)Author
2021-08-17locking/spinlock/rt: Prepare for RT local_lockThomas Gleixner
2021-08-17locking/spinlock: Provide RT specific spinlock_tThomas Gleixner
2021-08-17locking/spinlock: Split the lock types header, and move the raw types into <l...Thomas Gleixner
2020-06-17lockdep: Split header file into lockdep and lockdep_typesHerbert Xu
2020-03-21lockdep: Introduce wait-type checksPeter Zijlstra
2017-12-12locking/core: Remove break_lock field when CONFIG_GENERIC_LOCKBREAK=yWill Deacon
2011-01-27locking: Remove deprecated lock initializersThomas Gleixner
2009-12-14locking: Implement new raw_spinlockThomas Gleixner
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner
2009-12-14locking: Split rwlock from spinlock headersThomas Gleixner
2008-01-30spinlock: lockbreak cleanupNick Piggin
2007-07-19fix raw_spinlock_t vs lockdepPeter Zijlstra
2007-05-08Document SPIN_LOCK_UNLOCKED/RW_LOCK_UNLOCKED deprecationMichael Ellerman
2006-07-03[PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar
2006-07-03[PATCH] lockdep: locking init debugging improvementIngo Molnar
2005-09-10[PATCH] spinlock consolidationIngo Molnar