| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'core/locking' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2008-07-14 | 1 | -4/+43 |
|\ |
|
| * | lockdep: fix ftrace irq tracing false positive | Ingo Molnar | 2008-07-14 | 1 | -1/+2 |
| * | lockdep: add lock_class information to lock_chain and output it | Huang, Ying | 2008-06-24 | 1 | -5/+11 |
| * | lockdep: add lock_class information to lock_chain and output it | Huang, Ying | 2008-06-20 | 1 | -3/+35 |
* | | lockdep: update lockdep_recursion on graph_lock | Steven Rostedt | 2008-05-23 | 1 | -0/+3 |
* | | ftrace: use Makefile to remove tracing from lockdep | Steven Rostedt | 2008-05-23 | 1 | -13/+13 |
* | | ftrace: lockdep notrace annotations | Steven Rostedt | 2008-05-23 | 1 | -11/+12 |
* | | ftrace: trace irq disabled critical timings | Steven Rostedt | 2008-05-23 | 1 | -4/+19 |
|/ |
|
* | Subject: lockdep: include all lock classes in all_lock_classes | Dale Farnsworth | 2008-02-25 | 1 | -4/+4 |
* | softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasks | Ingo Molnar | 2008-01-25 | 1 | -1/+11 |
* | lockdep: fix kernel crash on module unload | Arjan van de Ven | 2008-01-24 | 1 | -2/+5 |
* | lockdep: fix internal double unlock during self-test | Nick Piggin | 2008-01-16 | 1 | -4/+8 |
* | lockdep: make cli/sti annotation warnings clearer | Ingo Molnar | 2007-12-07 | 1 | -4/+9 |
* | lockdep: in_range() fix | Oleg Nesterov | 2007-12-05 | 1 | -12/+10 |
* | lockdep: fix debug_show_all_locks() | Ingo Molnar | 2007-12-05 | 1 | -0/+7 |
* | lockdep: fix a typo in the __lock_acquire comment | Gautham R Shenoy | 2007-10-28 | 1 | -1/+1 |
* | Use helpers to obtain task pid in printks | Pavel Emelyanov | 2007-10-19 | 1 | -11/+11 |
* | workqueue: debug flushing deadlocks with lockdep | Johannes Berg | 2007-10-19 | 1 | -1/+1 |
* | lockdep: syscall exit check | Peter Zijlstra | 2007-10-11 | 1 | -0/+16 |
* | lockdep: fix mismatched lockdep_depth/curr_chain_hash | Gregory Haskins | 2007-10-11 | 1 | -5/+5 |
* | lockdep debugging: give stacktrace for init_error | Johannes Berg | 2007-07-19 | 1 | -2/+11 |
* | lockstat: measure lock bouncing | Peter Zijlstra | 2007-07-19 | 1 | -12/+26 |
* | lockdep: various fixes | Peter Zijlstra | 2007-07-19 | 1 | -9/+12 |
* | lockstat: human readability tweaks | Peter Zijlstra | 2007-07-19 | 1 | -0/+44 |
* | lockstat: core infrastructure | Peter Zijlstra | 2007-07-19 | 1 | -0/+247 |
* | lockdep: reduce the ifdeffery | Peter Zijlstra | 2007-07-19 | 1 | -543/+628 |
* | lockdep: sanitise CONFIG_PROVE_LOCKING | Peter Zijlstra | 2007-07-19 | 1 | -1/+12 |
* | kallsyms: make KSYM_NAME_LEN include space for trailing '\0' | Tejun Heo | 2007-07-17 | 1 | -2/+2 |
* | lockdep: removed unused ip argument in mark_lock & mark_held_locks | Jarek Poplawski | 2007-05-08 | 1 | -23/+15 |
* | lockdep: lookup_chain_cache comment errata | Jarek Poplawski | 2007-05-08 | 1 | -2/+3 |
* | Simplify kallsyms_lookup() | Alexey Dobriyan | 2007-05-08 | 1 | -4/+1 |
* | simplify the stacktrace code | Christoph Hellwig | 2007-05-08 | 1 | -2/+1 |
* | [PATCH] lockdep: debug_show_all_locks & debug_show_held_locks vs. debug_locks | Jarek Poplawski | 2007-03-23 | 1 | -0/+8 |
* | [PATCH] fix section mismatch warning in lockdep | Sam Ravnborg | 2007-03-01 | 1 | -1/+1 |
* | [PATCH] lockdep: debug_locks check after check_chain_key | Jarek Poplawski | 2007-02-21 | 1 | -0/+4 |
* | [PATCH] lockdep: add graph depth information to /proc/lockdep | Jason Baron | 2007-02-11 | 1 | -7/+12 |
* | [PATCH] lockdep: more unlock-on-error fixes | Jarek Poplawski | 2007-02-11 | 1 | -4/+19 |
* | [PATCH] lockdep: printk warning fix | Andrew Morton | 2006-12-30 | 1 | -2/+6 |
* | [PATCH] lockdep: fix possible races while disabling lock-debugging | Ingo Molnar | 2006-12-13 | 1 | -65/+105 |
* | [PATCH] lockdep: print irq-trace info on asserts | Ingo Molnar | 2006-12-13 | 1 | -5/+1 |
* | [PATCH] lockdep: use chain hash on CONFIG_DEBUG_LOCKDEP too | Ingo Molnar | 2006-12-13 | 1 | -8/+0 |
* | [PATCH] lockdep: clean up VERY_VERBOSE define | Ingo Molnar | 2006-12-13 | 1 | -3/+1 |
* | [PATCH] lockdep: improve lockdep_reset() | Ingo Molnar | 2006-12-13 | 1 | -0/+3 |
* | [PATCH] lockdep: improve verbose messages | Ingo Molnar | 2006-12-13 | 1 | -2/+6 |
* | [PATCH] lockdep: filter off by default | Ingo Molnar | 2006-12-13 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 2006-12-07 | 1 | -4/+0 |
|\ |
|
| * | [PATCH] unwinder: Remove lockdep disabling of nested locks for unwinder | Andi Kleen | 2006-12-07 | 1 | -4/+0 |
* | | [PATCH] lockdep: register_lock_class() fix | Ingo Molnar | 2006-12-07 | 1 | -0/+6 |
* | | [PATCH] remove kernel/lockdep.c:lockdep_internal | Adrian Bunk | 2006-12-07 | 1 | -7/+0 |
* | | [PATCH] lockdep: misc fixes in lockdep.c | Jarek Poplawski | 2006-12-07 | 1 | -3/+6 |