| Commit message (Expand) | Author | Age | Files | Lines |
* | locking: Move the spinlock code to kernel/locking/ | Peter Zijlstra | 2013-11-06 | 1 | -302/+0 |
* | lib/spinlock_debug: avoid livelock in do_raw_spin_lock() | Vikram Mulukutla | 2012-10-05 | 1 | -14/+18 |
* | spinlock_debug: print offset in addition to symbol name | Stephen Boyd | 2012-07-31 | 1 | -1/+1 |
* | spinlock: Indicate that a lockup is only suspected | Christian Borntraeger | 2012-06-06 | 1 | -1/+1 |
* | spinlock_debug: print kallsyms name for lock | Stephen Boyd | 2012-05-30 | 1 | -1/+1 |
* | lib: reduce the use of module.h wherever possible | Paul Gortmaker | 2012-03-07 | 1 | -1/+1 |
* | lib/spinlock_debug.c: print owner on spinlock lockup | Akinobu Mita | 2011-11-01 | 1 | -9/+10 |
* | locking: Further name space cleanups | Thomas Gleixner | 2009-12-14 | 1 | -9/+9 |
* | locking: Implement new raw_spinlock | Thomas Gleixner | 2009-12-14 | 1 | -12/+12 |
* | locking: Convert raw_rwlock functions to arch_rwlock | Thomas Gleixner | 2009-12-14 | 1 | -8/+8 |
* | locking: Convert raw_rwlock to arch_rwlock | Thomas Gleixner | 2009-12-14 | 1 | -1/+1 |
* | locking: Convert __raw_spin* functions to arch_spin* | Thomas Gleixner | 2009-12-14 | 1 | -4/+4 |
* | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED | Thomas Gleixner | 2009-12-14 | 1 | -1/+1 |
* | locking: Convert raw_spinlock to arch_spinlock | Thomas Gleixner | 2009-12-14 | 1 | -1/+1 |
* | Use helpers to obtain task pid in printks | Pavel Emelyanov | 2007-10-19 | 1 | -4/+4 |
* | [PATCH] x86: all cpu backtrace | Andrew Morton | 2006-12-07 | 1 | -0/+4 |
* | Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass() | Peter Zijlstra | 2006-10-11 | 1 | -2/+2 |
* | [PATCH] spinlock_debug: don't recompute (jiffies_per_loop * HZ) in spinloop | Chuck Ebbert | 2006-09-29 | 1 | -6/+9 |
* | [PATCH] disable debugging version of write_lock() | Andrew Morton | 2006-08-06 | 1 | -4/+6 |
* | [PATCH] lockdep: prove spinlock rwlock locking correctness | Ingo Molnar | 2006-07-04 | 1 | -0/+36 |
* | [PATCH] lockdep: better lock debugging | Ingo Molnar | 2006-07-04 | 1 | -36/+26 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] Fix spinlock debugging delays to not time out too early | Ingo Molnar | 2006-02-08 | 1 | -3/+3 |
* | [PATCH] printk levels for spinlock debug | Dave Jones | 2006-01-10 | 1 | -7/+11 |
* | [PATCH] fix spinlock-debugging smp_processor_id() usage | Ingo Molnar | 2005-12-20 | 1 | -8/+10 |
* | [PATCH] spinlock consolidation | Ingo Molnar | 2005-09-10 | 1 | -0/+257 |