aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/lockdep.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-13[PATCH] lockdep: fix possible races while disabling lock-debuggingIngo Molnar1-65/+105
2006-12-13[PATCH] lockdep: print irq-trace info on assertsIngo Molnar1-5/+1
2006-12-13[PATCH] lockdep: use chain hash on CONFIG_DEBUG_LOCKDEP tooIngo Molnar1-8/+0
2006-12-13[PATCH] lockdep: clean up VERY_VERBOSE defineIngo Molnar1-3/+1
2006-12-13[PATCH] lockdep: improve lockdep_reset()Ingo Molnar1-0/+3
2006-12-13[PATCH] lockdep: improve verbose messagesIngo Molnar1-2/+6
2006-12-13[PATCH] lockdep: filter off by defaultIngo Molnar1-2/+2
2006-12-07Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-4/+0
2006-12-07[PATCH] lockdep: register_lock_class() fixIngo Molnar1-0/+6
2006-12-07[PATCH] remove kernel/lockdep.c:lockdep_internalAdrian Bunk1-7/+0
2006-12-07[PATCH] lockdep: misc fixes in lockdep.cJarek Poplawski1-3/+6
2006-12-07[PATCH] lockdep: internal locking fixesJarek Poplawski1-10/+15