aboutsummaryrefslogtreecommitdiff
path: root/kernel/lockdep.c
AgeCommit message (Expand)Author
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
2006-12-13[PATCH] lockdep: fix possible races while disabling lock-debuggingIngo Molnar
2006-12-13[PATCH] lockdep: print irq-trace info on assertsIngo Molnar
2006-12-13[PATCH] lockdep: use chain hash on CONFIG_DEBUG_LOCKDEP tooIngo Molnar
2006-12-13[PATCH] lockdep: clean up VERY_VERBOSE defineIngo Molnar
2006-12-13[PATCH] lockdep: improve lockdep_reset()Ingo Molnar
2006-12-13[PATCH] lockdep: improve verbose messagesIngo Molnar
2006-12-13[PATCH] lockdep: filter off by defaultIngo Molnar
2006-12-07Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds
2006-12-07[PATCH] lockdep: register_lock_class() fixIngo Molnar
2006-12-07[PATCH] remove kernel/lockdep.c:lockdep_internalAdrian Bunk
2006-12-07[PATCH] lockdep: misc fixes in lockdep.cJarek Poplawski
2006-12-07[PATCH] lockdep: internal locking fixesJarek Poplawski
2006-12-07[PATCH] lockdep: annotate nfs/nfsd in-kernel socketsPeter Zijlstra
2006-12-07[PATCH] unwinder: Remove lockdep disabling of nested locks for unwinderAndi Kleen
2006-11-17[PATCH] lockdep: fix static keys in module-allocated percpu areasIngo Molnar
2006-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds
2006-10-17[PATCH] lockdep: increase max allowed recursion depthIngo Molnar
2006-10-11[PATCH] lockdep: use BUILD_BUG_ONAlexey Dobriyan
2006-10-11Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass()Peter Zijlstra
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn
2006-09-29[PATCH] lockdep core: improve the lock-chain-hashIngo Molnar