summaryrefslogtreecommitdiffstats
path: root/kernel/lockdep.c
AgeCommit message (Expand)AuthorLines
2008-11-21lockdep: consistent alignement for lockdep infoLi Zefan-2/+2
2008-10-28lockdep: fix irqs on/off ip tracingHeiko Carstens-7/+5
2008-10-28lockdep: minor fix for debug_show_all_locks()qinghuang feng-2/+3
2008-08-27lockdep: fix invalid list_del_rcu in zap_classZhu Yi-2/+2
2008-08-26lockstat: repair erronous contention statisticsJoe Korty-1/+1
2008-08-18lockdep: fix spurious 'inconsistent lock state' warningDmitry Baryshkov-1/+1
2008-08-13lockdep: use WARN() in kernel/lockdep.cArjan van de Ven-4/+2
2008-08-11lockdep: fix debug_lock_allocPeter Zijlstra-6/+0
2008-08-11lockdep: handle chains involving classes defined in modulesRabin Vincent-0/+1
2008-08-11lockdep: lock protection locksPeter Zijlstra-5/+21
2008-08-11lockdep: shrink held_lock structureDave Jones-48/+65
2008-08-11lockdep: lock_set_subclass - reset a held lock's subclassPeter Zijlstra-0/+69
2008-07-31lockdep: fix combinatorial explosion in lock subgraph traversalDavid Miller-0/+86
2008-07-14Merge branch 'core/locking' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+43
2008-07-14lockdep: fix ftrace irq tracing false positiveIngo Molnar-1/+2
2008-06-24lockdep: add lock_class information to lock_chain and output itHuang, Ying-5/+11
2008-06-20lockdep: add lock_class information to lock_chain and output itHuang, Ying-3/+35
2008-05-23lockdep: update lockdep_recursion on graph_lockSteven Rostedt-0/+3
2008-05-23ftrace: use Makefile to remove tracing from lockdepSteven Rostedt-13/+13
2008-05-23ftrace: lockdep notrace annotationsSteven Rostedt-11/+12
2008-05-23ftrace: trace irq disabled critical timingsSteven Rostedt-4/+19
2008-02-25Subject: lockdep: include all lock classes in all_lock_classesDale Farnsworth-4/+4
2008-01-25softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar-1/+11
2008-01-24lockdep: fix kernel crash on module unloadArjan van de Ven-2/+5
2008-01-16lockdep: fix internal double unlock during self-testNick Piggin-4/+8
2007-12-07lockdep: make cli/sti annotation warnings clearerIngo Molnar-4/+9
2007-12-05lockdep: in_range() fixOleg Nesterov-12/+10
2007-12-05lockdep: fix debug_show_all_locks()Ingo Molnar-0/+7
2007-10-28lockdep: fix a typo in the __lock_acquire commentGautham R Shenoy-1/+1
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov-11/+11
2007-10-19workqueue: debug flushing deadlocks with lockdepJohannes Berg-1/+1
2007-10-11lockdep: syscall exit checkPeter Zijlstra-0/+16
2007-10-11lockdep: fix mismatched lockdep_depth/curr_chain_hashGregory Haskins-5/+5
2007-07-19lockdep debugging: give stacktrace for init_errorJohannes Berg-2/+11
2007-07-19lockstat: measure lock bouncingPeter Zijlstra-12/+26
2007-07-19lockdep: various fixesPeter Zijlstra-9/+12
2007-07-19lockstat: human readability tweaksPeter Zijlstra-0/+44
2007-07-19lockstat: core infrastructurePeter Zijlstra-0/+247
2007-07-19lockdep: reduce the ifdefferyPeter Zijlstra-543/+628
2007-07-19lockdep: sanitise CONFIG_PROVE_LOCKINGPeter Zijlstra-1/+12
2007-07-17kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo-2/+2
2007-05-08lockdep: removed unused ip argument in mark_lock & mark_held_locksJarek Poplawski-23/+15
2007-05-08lockdep: lookup_chain_cache comment errataJarek Poplawski-2/+3
2007-05-08Simplify kallsyms_lookup()Alexey Dobriyan-4/+1
2007-05-08simplify the stacktrace codeChristoph Hellwig-2/+1
2007-03-22[PATCH] lockdep: debug_show_all_locks & debug_show_held_locks vs. debug_locksJarek Poplawski-0/+8
2007-03-01[PATCH] fix section mismatch warning in lockdepSam Ravnborg-1/+1
2007-02-20[PATCH] lockdep: debug_locks check after check_chain_keyJarek Poplawski-0/+4
2007-02-11[PATCH] lockdep: add graph depth information to /proc/lockdepJason Baron-7/+12
2007-02-11[PATCH] lockdep: more unlock-on-error fixesJarek Poplawski-4/+19