aboutsummaryrefslogtreecommitdiffstats
path: root/lib/spinlock_debug.c
Commit message (Expand)AuthorAgeFilesLines
* locking: Further name space cleanupsThomas Gleixner2009-12-141-9/+9
* locking: Implement new raw_spinlockThomas Gleixner2009-12-141-12/+12
* locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner2009-12-141-8/+8
* locking: Convert raw_rwlock to arch_rwlockThomas Gleixner2009-12-141-1/+1
* locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-141-4/+4
* locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-141-1/+1
* locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-141-1/+1
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-4/+4
* [PATCH] x86: all cpu backtraceAndrew Morton2006-12-071-0/+4
* Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass()Peter Zijlstra2006-10-111-2/+2
* [PATCH] spinlock_debug: don't recompute (jiffies_per_loop * HZ) in spinloopChuck Ebbert2006-09-291-6/+9
* [PATCH] disable debugging version of write_lock()Andrew Morton2006-08-061-4/+6
* [PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar2006-07-031-0/+36
* [PATCH] lockdep: better lock debuggingIngo Molnar2006-07-031-36/+26
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] Fix spinlock debugging delays to not time out too earlyIngo Molnar2006-02-071-3/+3
* [PATCH] printk levels for spinlock debugDave Jones2006-01-101-7/+11
* [PATCH] fix spinlock-debugging smp_processor_id() usageIngo Molnar2005-12-201-8/+10
* [PATCH] spinlock consolidationIngo Molnar2005-09-101-0/+257