aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/lockdep.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-28lockdep: fix irqs on/off ip tracingHeiko Carstens1-7/+5
2008-10-28lockdep: minor fix for debug_show_all_locks()qinghuang feng1-2/+3
2008-08-27lockdep: fix invalid list_del_rcu in zap_classZhu Yi1-2/+2
2008-08-26lockstat: repair erronous contention statisticsJoe Korty1-1/+1
2008-08-18lockdep: fix spurious 'inconsistent lock state' warningDmitry Baryshkov1-1/+1
2008-08-13lockdep: use WARN() in kernel/lockdep.cArjan van de Ven1-4/+2
2008-08-11lockdep: fix debug_lock_allocPeter Zijlstra1-6/+0
2008-08-11lockdep: handle chains involving classes defined in modulesRabin Vincent1-0/+1
2008-08-11lockdep: lock protection locksPeter Zijlstra1-5/+21
2008-08-11lockdep: shrink held_lock structureDave Jones1-48/+65
2008-08-11lockdep: lock_set_subclass - reset a held lock's subclassPeter Zijlstra1-0/+69
2008-07-31lockdep: fix combinatorial explosion in lock subgraph traversalDavid Miller1-0/+86
2008-07-14Merge branch 'core/locking' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+43
2008-07-14lockdep: fix ftrace irq tracing false positiveIngo Molnar1-1/+2
2008-06-24lockdep: add lock_class information to lock_chain and output itHuang, Ying1-5/+11
2008-06-20lockdep: add lock_class information to lock_chain and output itHuang, Ying1-3/+35
2008-05-23lockdep: update lockdep_recursion on graph_lockSteven Rostedt1-0/+3
2008-05-23ftrace: use Makefile to remove tracing from lockdepSteven Rostedt1-13/+13
2008-05-23ftrace: lockdep notrace annotationsSteven Rostedt1-11/+12
2008-05-23ftrace: trace irq disabled critical timingsSteven Rostedt1-4/+19
2008-02-25Subject: lockdep: include all lock classes in all_lock_classesDale Farnsworth1-4/+4
2008-01-25softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar1-1/+11
2008-01-24lockdep: fix kernel crash on module unloadArjan van de Ven1-2/+5
2008-01-16lockdep: fix internal double unlock during self-testNick Piggin1-4/+8
2007-12-07lockdep: make cli/sti annotation warnings clearerIngo Molnar1-4/+9
2007-12-05lockdep: in_range() fixOleg Nesterov1-12/+10
2007-12-05lockdep: fix debug_show_all_locks()Ingo Molnar1-0/+7
2007-10-28lockdep: fix a typo in the __lock_acquire commentGautham R Shenoy1-1/+1
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-11/+11
2007-10-19workqueue: debug flushing deadlocks with lockdepJohannes Berg1-1/+1
2007-10-11lockdep: syscall exit checkPeter Zijlstra1-0/+16
2007-10-11lockdep: fix mismatched lockdep_depth/curr_chain_hashGregory Haskins1-5/+5
2007-07-19lockdep debugging: give stacktrace for init_errorJohannes Berg1-2/+11
2007-07-19lockstat: measure lock bouncingPeter Zijlstra1-12/+26
2007-07-19lockdep: various fixesPeter Zijlstra1-9/+12
2007-07-19lockstat: human readability tweaksPeter Zijlstra1-0/+44
2007-07-19lockstat: core infrastructurePeter Zijlstra1-0/+247
2007-07-19lockdep: reduce the ifdefferyPeter Zijlstra1-543/+628
2007-07-19lockdep: sanitise CONFIG_PROVE_LOCKINGPeter Zijlstra1-1/+12
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo1-2/+2
2007-05-08lockdep: removed unused ip argument in mark_lock & mark_held_locksJarek Poplawski1-23/+15
2007-05-08lockdep: lookup_chain_cache comment errataJarek Poplawski1-2/+3
2007-05-08Simplify kallsyms_lookup()Alexey Dobriyan1-4/+1
2007-05-08simplify the stacktrace codeChristoph Hellwig1-2/+1
2007-03-22[PATCH] lockdep: debug_show_all_locks & debug_show_held_locks vs. debug_locksJarek Poplawski1-0/+8
2007-03-01[PATCH] fix section mismatch warning in lockdepSam Ravnborg1-1/+1
2007-02-20[PATCH] lockdep: debug_locks check after check_chain_keyJarek Poplawski1-0/+4
2007-02-11[PATCH] lockdep: add graph depth information to /proc/lockdepJason Baron1-7/+12
2007-02-11[PATCH] lockdep: more unlock-on-error fixesJarek Poplawski1-4/+19
2006-12-30[PATCH] lockdep: printk warning fixAndrew Morton1-2/+6