aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/lockdep.c
Commit message (Expand)AuthorAgeFilesLines
...
* lockdep: simplify mark_lock()Peter Zijlstra2009-02-141-12/+7
* lockdep: simplify mark_held_locksPeter Zijlstra2009-02-141-24/+14
* lockdep: sanitize reclaim bit namesPeter Zijlstra2009-02-141-19/+19
* lockdep: sanitize bit namesPeter Zijlstra2009-02-141-42/+42
* lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin2009-02-141-12/+217
* Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-301-28/+32
|\
| * lockdep: change a held lock's classPeter Zijlstra2008-12-041-15/+9
| * Merge commit 'v2.6.28-rc7' into core/lockingIngo Molnar2008-12-041-2/+2
| |\
| * | lockdep: fix unused function warning in kernel/lockdep.cIngo Molnar2008-11-251-1/+2
| * | Merge branch 'linus' into core/lockingIngo Molnar2008-11-121-9/+8
| |\ \
| * | | lockstat: contend with pointsPeter Zijlstra2008-10-201-12/+21
* | | | ftrace: replace raw_local_irq_save with local_irq_saveSteven Rostedt2008-12-031-0/+1
| |_|/ |/| |
* | | lockdep: consistent alignement for lockdep infoLi Zefan2008-11-211-2/+2
| |/ |/|
* | lockdep: fix irqs on/off ip tracingHeiko Carstens2008-10-281-7/+5
* | lockdep: minor fix for debug_show_all_locks()qinghuang feng2008-10-281-2/+3
|/
* lockdep: fix invalid list_del_rcu in zap_classZhu Yi2008-08-271-2/+2
* lockstat: repair erronous contention statisticsJoe Korty2008-08-261-1/+1
* lockdep: fix spurious 'inconsistent lock state' warningDmitry Baryshkov2008-08-181-1/+1
* lockdep: use WARN() in kernel/lockdep.cArjan van de Ven2008-08-131-4/+2
* lockdep: fix debug_lock_allocPeter Zijlstra2008-08-111-6/+0
* lockdep: handle chains involving classes defined in modulesRabin Vincent2008-08-111-0/+1
* lockdep: lock protection locksPeter Zijlstra2008-08-111-5/+21
* lockdep: shrink held_lock structureDave Jones2008-08-111-48/+65
* lockdep: lock_set_subclass - reset a held lock's subclassPeter Zijlstra2008-08-111-0/+69
* lockdep: fix combinatorial explosion in lock subgraph traversalDavid Miller2008-07-311-0/+86
* Merge branch 'core/locking' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2008-07-141-4/+43
|\
| * lockdep: fix ftrace irq tracing false positiveIngo Molnar2008-07-141-1/+2
| * lockdep: add lock_class information to lock_chain and output itHuang, Ying2008-06-241-5/+11
| * lockdep: add lock_class information to lock_chain and output itHuang, Ying2008-06-201-3/+35
* | lockdep: update lockdep_recursion on graph_lockSteven Rostedt2008-05-231-0/+3
* | ftrace: use Makefile to remove tracing from lockdepSteven Rostedt2008-05-231-13/+13
* | ftrace: lockdep notrace annotationsSteven Rostedt2008-05-231-11/+12
* | ftrace: trace irq disabled critical timingsSteven Rostedt2008-05-231-4/+19
|/
* Subject: lockdep: include all lock classes in all_lock_classesDale Farnsworth2008-02-251-4/+4
* softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasksIngo Molnar2008-01-251-1/+11
* lockdep: fix kernel crash on module unloadArjan van de Ven2008-01-241-2/+5
* lockdep: fix internal double unlock during self-testNick Piggin2008-01-161-4/+8
* lockdep: make cli/sti annotation warnings clearerIngo Molnar2007-12-071-4/+9
* lockdep: in_range() fixOleg Nesterov2007-12-051-12/+10
* lockdep: fix debug_show_all_locks()Ingo Molnar2007-12-051-0/+7
* lockdep: fix a typo in the __lock_acquire commentGautham R Shenoy2007-10-281-1/+1
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-11/+11
* workqueue: debug flushing deadlocks with lockdepJohannes Berg2007-10-191-1/+1
* lockdep: syscall exit checkPeter Zijlstra2007-10-111-0/+16
* lockdep: fix mismatched lockdep_depth/curr_chain_hashGregory Haskins2007-10-111-5/+5
* lockdep debugging: give stacktrace for init_errorJohannes Berg2007-07-191-2/+11
* lockstat: measure lock bouncingPeter Zijlstra2007-07-191-12/+26
* lockdep: various fixesPeter Zijlstra2007-07-191-9/+12
* lockstat: human readability tweaksPeter Zijlstra2007-07-191-0/+44
* lockstat: core infrastructurePeter Zijlstra2007-07-191-0/+247