summaryrefslogtreecommitdiffstats
path: root/kernel/lockdep.c
AgeCommit message (Expand)Author
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2008-12-04lockdep: change a held lock's classPeter Zijlstra
2008-12-04Merge commit 'v2.6.28-rc7' into core/lockingIngo Molnar
2008-12-03ftrace: replace raw_local_irq_save with local_irq_saveSteven Rostedt
2008-11-25lockdep: fix unused function warning in kernel/lockdep.cIngo Molnar
2008-11-21lockdep: consistent alignement for lockdep infoLi Zefan
2008-11-12Merge branch 'linus' into core/lockingIngo Molnar
2008-10-28lockdep: fix irqs on/off ip tracingHeiko Carstens
2008-10-28lockdep: minor fix for debug_show_all_locks()qinghuang feng
2008-10-20lockstat: contend with pointsPeter Zijlstra
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