aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/spinlock.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells1-0/+1
2012-02-28spinlock: macroize assert_spin_locked to avoid bug.h dependencyPaul Gortmaker1-4/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-07Fix IRQ flag handling namingDavid Howells1-0/+1
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds1-1/+1
2010-03-13locking: Make sparse work with inline spinlocks and rwlocksLuca Barbieri1-5/+8
2010-03-03Rename .text.lock to .text..lock.Denys Vlasenko1-1/+1
2009-12-14locking: Cleanup the name space completelyThomas Gleixner1-17/+20
2009-12-14locking: Further name space cleanupsThomas Gleixner1-8/+8
2009-12-14locking: Implement new raw_spinlockThomas Gleixner1-64/+194
2009-12-14locking: Convert raw_rwlock to arch_rwlockThomas Gleixner1-2/+2
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner1-11/+11
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner1-2/+2
2009-12-14locking: Split rwlock from spinlock headersThomas Gleixner1-92/+8
2009-11-24locking: Use __[SPIN|RW]_LOCK_UNLOCKED in [spin|rw]_lock_init()Thomas Gleixner1-2/+2
2009-11-24locking: Remove unused prototypeThomas Gleixner1-2/+0
2009-08-31locking: Simplify spinlock inliningHeiko Carstens1-40/+6
2009-08-31locking: Move spinlock function bodies to header fileHeiko Carstens1-9/+9
2009-07-09memory barrier: adding smp_mb__after_lockJiri Olsa1-0/+5
2009-04-02Allow rwlocks to re-enable interruptsRobin Holt1-0/+6
2009-02-09x86: spinlocks: define dummy __raw_spin_is_contendedKyle McMartin1-0/+5
2008-08-11lockdep: spin_lock_nest_lock()Peter Zijlstra1-0/+6
2008-07-25locking: add typecheck on irqsave and friends for correct flagsSteven Rostedt1-16/+56
2008-04-17locking: remove unused double_spin_lock()Oleg Nesterov1-37/+0
2008-04-11Spell out behavior of atomic_dec_and_lock() in kerneldocJ. Bruce Fields1-0/+3
2008-02-08Remove fastcall from linux/includeHarvey Harrison1-1/+1
2008-01-30spinlock: lockbreak cleanupNick Piggin1-0/+6
2007-07-16introduce write_trylock_irqsave()Satyam Sharma1-0/+7
2007-03-05[PATCH] timer/hrtimer: take per cpu locks in sane orderHeiko Carstens1-0/+37
2007-02-11[PATCH] Fix sparse annotation of spin unlock macros in one casePavel Roskin1-9/+24
2006-12-07[PATCH] add bottom_half.hAndrew Morton1-0/+1
2006-11-26Revert "[PATCH] Enforce "unsigned long flags;" when spinlocking"Linus Torvalds1-54/+15
2006-11-25[PATCH] lockdep: spin_lock_irqsave_nested()Arjan van de Ven1-0/+18
2006-11-25[PATCH] Enforce "unsigned long flags;" when spinlockingAlexey Dobriyan1-9/+44
2006-09-29[PATCH] Pass a lock expression to __cond_lock, like __acquire and __releaseJosh Triplett1-5/+5
2006-09-29[PATCH] Replace _spin_trylock with spin_trylock in the IRQ variants to use __cond_lockJosh Triplett1-2/+2
2006-07-03[PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar1-17/+46
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2005-12-26kbuild: set correct KBUILD_MODNAME when using well known kernel symbols as module namesUstyugov Roman1-2/+1
2005-10-30[PATCH] x86: inline spin_unlock if !CONFIG_DEBUG_SPINLOCK and !CONFIG_PREEMPTIngo Molnar1-6/+25
2005-09-10[PATCH] spinlock consolidationIngo Molnar1-502/+125
2005-05-21[PATCH] spin_unlock_bh() and preempt_check_resched()Samuel Thibault1-4/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+606