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