aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/spinlock.c
Commit message (Expand)AuthorAgeFilesLines
* locking: Cleanup the name space completelyThomas Gleixner2009-12-141-96/+96
* locking: Further name space cleanupsThomas Gleixner2009-12-141-6/+6
* locking: Implement new raw_spinlockThomas Gleixner2009-12-141-16/+18
* locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-141-2/+2
* locking: Reorder functions in spinlock.cThomas Gleixner2009-12-141-123/+123
* locking: Reduce ifdefs in kernel/spinlock.cThomas Gleixner2009-11-131-131/+127
* locking: Make inlining decision Kconfig basedThomas Gleixner2009-11-131-28/+28
* locking: Allow arch-inlined spinlocksHeiko Carstens2009-08-311-0/+56
* locking: Move spinlock function bodies to header fileHeiko Carstens2009-08-311-146/+28
* Allow rwlocks to re-enable interruptsRobin Holt2009-04-021-2/+4
* Factor out #ifdefs from kernel/spinlock.c to LOCK_CONTENDED_FLAGSRobin Holt2009-04-021-10/+2
* lockdep: spin_lock_nest_lock(), checkpatch fixesAndrew Morton2008-08-131-3/+0
* lockdep: spin_lock_nest_lock()Peter Zijlstra2008-08-111-0/+11
* ftrace: lockdep notrace annotationsSteven Rostedt2008-05-231-1/+1
* spinlock: lockbreak cleanupNick Piggin2008-01-301-2/+1
* lockstat: hook into spinlock_t, rwlock_t, rwsem and mutexPeter Zijlstra2007-07-191-14/+14
* lockdep: sanitise CONFIG_PROVE_LOCKINGPeter Zijlstra2007-07-191-2/+2
* [PATCH] lockdep: spin_lock_irqsave_nested()Arjan van de Ven2006-11-251-0/+21
* [PATCH] Directed yield: cpu_relax variants for spinlocks and rw-locksMartin Schwidefsky2006-10-011-2/+2
* [PATCH] remove generic__raw_read_trylock()Matthew Wilcox2006-09-291-11/+0
* [PATCH] i386: Account spinlocks to the caller during profiling for !FP kernelsAndi Kleen2006-09-261-0/+5
* [PATCH] lockdep ifdef fixJarek Poplawski2006-09-061-1/+1
* [PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar2006-07-031-9/+70
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] BUILD_LOCK_OPS: cleanup preempt_disable() usageOleg Nesterov2006-03-231-5/+4
* [PATCH] spinlock consolidationIngo Molnar2005-09-101-6/+9
* [PATCH] spin_unlock_bh() and preempt_check_resched()Samuel Thibault2005-05-211-4/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+371