aboutsummaryrefslogtreecommitdiffstats
path: root/lib/spinlock_debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-06lib/spinlock_debug: avoid livelock in do_raw_spin_lock()Vikram Mulukutla1-14/+18
2012-07-30spinlock_debug: print offset in addition to symbol nameStephen Boyd1-1/+1
2012-06-06spinlock: Indicate that a lockup is only suspectedChristian Borntraeger1-1/+1
2012-05-29spinlock_debug: print kallsyms name for lockStephen Boyd1-1/+1
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2011-10-31lib/spinlock_debug.c: print owner on spinlock lockupAkinobu Mita1-9/+10
2009-12-14locking: Further name space cleanupsThomas Gleixner1-9/+9
2009-12-14locking: Implement new raw_spinlockThomas Gleixner1-12/+12
2009-12-14locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner1-8/+8
2009-12-14locking: Convert raw_rwlock to arch_rwlockThomas Gleixner1-1/+1
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner1-4/+4
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner1-1/+1
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner1-1/+1
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-4/+4
2006-12-07[PATCH] x86: all cpu backtraceAndrew Morton1-0/+4
2006-10-11Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass()Peter Zijlstra1-2/+2
2006-09-29[PATCH] spinlock_debug: don't recompute (jiffies_per_loop * HZ) in spinloopChuck Ebbert1-6/+9
2006-08-06[PATCH] disable debugging version of write_lock()Andrew Morton1-4/+6
2006-07-03[PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar1-0/+36
2006-07-03[PATCH] lockdep: better lock debuggingIngo Molnar1-36/+26
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-02-07[PATCH] Fix spinlock debugging delays to not time out too earlyIngo Molnar1-3/+3
2006-01-10[PATCH] printk levels for spinlock debugDave Jones1-7/+11
2005-12-20[PATCH] fix spinlock-debugging smp_processor_id() usageIngo Molnar1-8/+10
2005-09-10[PATCH] spinlock consolidationIngo Molnar1-0/+257