summaryrefslogtreecommitdiff
path: root/include/linux/spinlock.h
AgeCommit message (Expand)Author
2008-08-11lockdep: spin_lock_nest_lock()Peter Zijlstra
2008-07-25locking: add typecheck on irqsave and friends for correct flagsSteven Rostedt
2008-04-17locking: remove unused double_spin_lock()Oleg Nesterov
2008-04-11Spell out behavior of atomic_dec_and_lock() in kerneldocJ. Bruce Fields
2008-02-08Remove fastcall from linux/includeHarvey Harrison
2008-01-30spinlock: lockbreak cleanupNick Piggin
2007-07-16introduce write_trylock_irqsave()Satyam Sharma
2007-03-05[PATCH] timer/hrtimer: take per cpu locks in sane orderHeiko Carstens
2007-02-11[PATCH] Fix sparse annotation of spin unlock macros in one casePavel Roskin
2006-12-07[PATCH] add bottom_half.hAndrew Morton
2006-11-26Revert "[PATCH] Enforce "unsigned long flags;" when spinlocking"Linus Torvalds
2006-11-25[PATCH] lockdep: spin_lock_irqsave_nested()Arjan van de Ven
2006-11-25[PATCH] Enforce "unsigned long flags;" when spinlockingAlexey Dobriyan
2006-09-29[PATCH] Pass a lock expression to __cond_lock, like __acquire and __releaseJosh Triplett
2006-09-29[PATCH] Replace _spin_trylock with spin_trylock in the IRQ variants to use __...Josh Triplett
2006-07-03[PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse
2005-12-26kbuild: set correct KBUILD_MODNAME when using well known kernel symbols as mo...Ustyugov Roman
2005-10-30[PATCH] x86: inline spin_unlock if !CONFIG_DEBUG_SPINLOCK and !CONFIG_PREEMPTIngo Molnar
2005-09-10[PATCH] spinlock consolidationIngo Molnar
2005-05-21[PATCH] spin_unlock_bh() and preempt_check_resched()Samuel Thibault
2005-02-01[PATCH] assert_spin_locked()Herbert Pƶtzl
2005-01-19[PATCH] nonintrusive spin-polling loop in kernel/spinlock.cIngo Molnar
2005-01-19[PATCH] x86 rwlock *_can_lock() primitivesIngo Molnar
2005-01-19[PATCH] minor spinlock cleanupsIngo Molnar
2005-01-07[PATCH] Lock initializer cleanup (common headers)Thomas Gleixner
2005-01-07[PATCH] improve preemption on SMPIngo Molnar
2005-01-04[PATCH] SELinux scalability: add spin_trylock_irq and spin_trylock_irqsaveJames Morris
2004-10-30Annotate UP spinlock stubs with lock annotations.Linus Torvalds
2004-10-30Add sparse checker rules for conditional lock functions: trylockLinus Torvalds
2004-10-30Make "atomic_dec_and_lock()" a macro.Linus Torvalds
2004-10-28Make x86 semaphore routines use register calling convention.Linus Torvalds
2004-10-24Un-inline the big kernel lock.Linus Torvalds
2004-10-23Annotate the trivial unconditional lock/unlock functions on SMP.Linus Torvalds
2004-09-09[PATCH] Move __preempt_*lock into kernel_spinlock, clean up.Anton Blanchard
2004-09-04[PATCH] out-of-line locks / genericZwane Mwaikambo
2004-05-10[PATCH] Allow architectures to reenable interrupts on contended spinlocksAndrew Morton
2003-06-25[PATCH] GCC 2.95.4 needs the spinlock workaroundAndrew Morton
2003-06-20[PATCH] Remove spinlock workaround for pre 2.95 gccsAndi Kleen
2003-06-17[PATCH] JBD: fix race over access to b_committed_dataAndrew Morton
2003-06-06[PATCH] Make spinlock debugging compile on x86-64Andi Kleen
2003-05-14[PATCH] Make debugging variant of spinlocks a bit more robustAndrew Morton
2003-02-11[PATCH] provide uniproc write_trylock()Andrew Morton
2003-02-05[PATCH] spinlock debugging on uniprocessorsAndrew Morton
2003-01-10[PATCH] Fix an SMP+preempt latency problemAndrew Morton
2002-12-04[SPINLOCK]: Fix non-SMP nopping spin/rwlock macros.David S. Miller
2002-08-21Cset exclude: rml@tech9.net|ChangeSet|20020820192302|03508Linus Torvalds
2002-08-19[PATCH] spinlock.h cleanupRobert Love
2002-07-23[PATCH] irqlock patch 2.5.27-H6Ingo Molnar
2002-07-21[PATCH] "big IRQ lock" removal, IRQ cleanupsIngo Molnar