aboutsummaryrefslogtreecommitdiff
path: root/lib/spinlock_debug.c
AgeCommit message (Expand)Author
2012-10-06lib/spinlock_debug: avoid livelock in do_raw_spin_lock()Vikram Mulukutla
2012-07-30spinlock_debug: print offset in addition to symbol nameStephen Boyd
2012-06-06spinlock: Indicate that a lockup is only suspectedChristian Borntraeger
2012-05-29spinlock_debug: print kallsyms name for lockStephen Boyd
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker
2011-10-31lib/spinlock_debug.c: print owner on spinlock lockupAkinobu Mita
2009-12-14locking: Further name space cleanupsThomas Gleixner
2009-12-14locking: Implement new raw_spinlockThomas Gleixner
2009-12-14locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner
2009-12-14locking: Convert raw_rwlock to arch_rwlockThomas Gleixner
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2006-12-07[PATCH] x86: all cpu backtraceAndrew Morton
2006-10-11Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass()Peter Zijlstra
2006-09-29[PATCH] spinlock_debug: don't recompute (jiffies_per_loop * HZ) in spinloopChuck Ebbert
2006-08-06[PATCH] disable debugging version of write_lock()Andrew Morton
2006-07-03[PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar
2006-07-03[PATCH] lockdep: better lock debuggingIngo Molnar
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-02-07[PATCH] Fix spinlock debugging delays to not time out too earlyIngo Molnar
2006-01-10[PATCH] printk levels for spinlock debugDave Jones
2005-12-20[PATCH] fix spinlock-debugging smp_processor_id() usageIngo Molnar
2005-09-10[PATCH] spinlock consolidationIngo Molnar