summaryrefslogtreecommitdiffstats
path: root/kernel/lockdep.c
Commit message (Expand)AuthorAgeFilesLines
* lockdep: fix invalid list_del_rcu in zap_classZhu Yi2008-08-271-2/+2
* lockstat: repair erronous contention statisticsJoe Korty2008-08-261-1/+1
* lockdep: fix spurious 'inconsistent lock state' warningDmitry Baryshkov2008-08-181-1/+1
* lockdep: use WARN() in kernel/lockdep.cArjan van de Ven2008-08-131-4/+2
* lockdep: fix debug_lock_allocPeter Zijlstra2008-08-111-6/+0
* lockdep: handle chains involving classes defined in modulesRabin Vincent2008-08-111-0/+1
* lockdep: lock protection locksPeter Zijlstra2008-08-111-5/+21
* lockdep: shrink held_lock structureDave Jones2008-08-111-48/+65
* lockdep: lock_set_subclass - reset a held lock's subclassPeter Zijlstra2008-08-111-0/+69
* lockdep: fix combinatorial explosion in lock subgraph traversalDavid Miller2008-07-311-0/+86
* Merge branch 'core/locking' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2008-07-141-4/+43
|\
| * lockdep: fix ftrace irq tracing false positiveIngo Molnar2008-07-141-1/+2
| * lockdep: add lock_class information to lock_chain and output itHuang, Ying2008-06-241-5/+11
| * lockdep: add lock_class information to lock_chain and output itHuang, Ying2008-06-201-3/+35
* | lockdep: update lockdep_recursion on graph_lockSteven Rostedt2008-05-231-0/+3
* | ftrace: use Makefile to remove tracing from lockdepSteven Rostedt2008-05-231-13/+13
* | ftrace: lockdep notrace annotationsSteven Rostedt2008-05-231-11/+12
* | ftrace: trace irq disabled critical timingsSteven Rostedt2008-05-231-4/+19
|/
* Subject: lockdep: include all lock classes in all_lock_classesDale Farnsworth2008-02-251-4/+4
* softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar2008-01-251-1/+11
* lockdep: fix kernel crash on module unloadArjan van de Ven2008-01-241-2/+5
* lockdep: fix internal double unlock during self-testNick Piggin2008-01-161-4/+8
* lockdep: make cli/sti annotation warnings clearerIngo Molnar2007-12-071-4/+9
* lockdep: in_range() fixOleg Nesterov2007-12-051-12/+10
* lockdep: fix debug_show_all_locks()Ingo Molnar2007-12-051-0/+7
* lockdep: fix a typo in the __lock_acquire commentGautham R Shenoy2007-10-281-1/+1
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-11/+11
* workqueue: debug flushing deadlocks with lockdepJohannes Berg2007-10-191-1/+1
* lockdep: syscall exit checkPeter Zijlstra2007-10-111-0/+16
* lockdep: fix mismatched lockdep_depth/curr_chain_hashGregory Haskins2007-10-111-5/+5
* lockdep debugging: give stacktrace for init_errorJohannes Berg2007-07-191-2/+11
* lockstat: measure lock bouncingPeter Zijlstra2007-07-191-12/+26
* lockdep: various fixesPeter Zijlstra2007-07-191-9/+12
* lockstat: human readability tweaksPeter Zijlstra2007-07-191-0/+44
* lockstat: core infrastructurePeter Zijlstra2007-07-191-0/+247
* lockdep: reduce the ifdefferyPeter Zijlstra2007-07-191-543/+628
* lockdep: sanitise CONFIG_PROVE_LOCKINGPeter Zijlstra2007-07-191-1/+12
* kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo2007-07-171-2/+2
* lockdep: removed unused ip argument in mark_lock & mark_held_locksJarek Poplawski2007-05-081-23/+15
* lockdep: lookup_chain_cache comment errataJarek Poplawski2007-05-081-2/+3
* Simplify kallsyms_lookup()Alexey Dobriyan2007-05-081-4/+1
* simplify the stacktrace codeChristoph Hellwig2007-05-081-2/+1
* [PATCH] lockdep: debug_show_all_locks & debug_show_held_locks vs. debug_locksJarek Poplawski2007-03-221-0/+8
* [PATCH] fix section mismatch warning in lockdepSam Ravnborg2007-03-011-1/+1
* [PATCH] lockdep: debug_locks check after check_chain_keyJarek Poplawski2007-02-201-0/+4
* [PATCH] lockdep: add graph depth information to /proc/lockdepJason Baron2007-02-111-7/+12
* [PATCH] lockdep: more unlock-on-error fixesJarek Poplawski2007-02-111-4/+19
* [PATCH] lockdep: printk warning fixAndrew Morton2006-12-301-2/+6
* [PATCH] lockdep: fix possible races while disabling lock-debuggingIngo Molnar2006-12-131-65/+105
* [PATCH] lockdep: print irq-trace info on assertsIngo Molnar2006-12-131-5/+1