Age | Commit message (Expand) | Author |
2009-02-14 | lockdep: add comments to mark_lock_irq() | Peter Zijlstra |
2009-02-14 | lockdep: remove macro usage from mark_held_locks() | Peter Zijlstra |
2009-02-14 | lockdep: fully reduce mark_lock_irq() | Peter Zijlstra |
2009-02-14 | lockdep: merge the !_READ mark_lock_irq() helpers | Peter Zijlstra |
2009-02-14 | lockdep: merge the _READ mark_lock_irq() helpers | Peter Zijlstra |
2009-02-14 | lockdep: simplify mark_lock_irq() helpers #3 | Peter Zijlstra |
2009-02-14 | lockdep: further simplify mark_lock_irq() helpers | Peter Zijlstra |
2009-02-14 | lockdep: simplify the mark_lock_irq() helpers | Peter Zijlstra |
2009-02-14 | lockdep: split up mark_lock_irq() | Peter Zijlstra |
2009-02-14 | lockdep: generate usage strings | Peter Zijlstra |
2009-02-14 | lockdep: simplify mark_lock() | Peter Zijlstra |
2009-02-14 | lockdep: simplify mark_held_locks | Peter Zijlstra |
2009-02-14 | lockdep: sanitize reclaim bit names | Peter Zijlstra |
2009-02-14 | lockdep: sanitize bit names | Peter Zijlstra |
2009-02-14 | lockdep: annotate reclaim context (__GFP_NOFS) | Nick Piggin |
2008-12-30 | Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2008-12-04 | lockdep: change a held lock's class | Peter Zijlstra |
2008-12-04 | Merge commit 'v2.6.28-rc7' into core/locking | Ingo Molnar |
2008-12-03 | ftrace: replace raw_local_irq_save with local_irq_save | Steven Rostedt |
2008-11-25 | lockdep: fix unused function warning in kernel/lockdep.c | Ingo Molnar |
2008-11-21 | lockdep: consistent alignement for lockdep info | Li Zefan |
2008-11-12 | Merge branch 'linus' into core/locking | Ingo Molnar |
2008-10-28 | lockdep: fix irqs on/off ip tracing | Heiko Carstens |
2008-10-28 | lockdep: minor fix for debug_show_all_locks() | qinghuang feng |
2008-10-20 | lockstat: contend with points | Peter Zijlstra |
2008-08-27 | lockdep: fix invalid list_del_rcu in zap_class | Zhu Yi |
2008-08-26 | lockstat: repair erronous contention statistics | Joe Korty |
2008-08-18 | lockdep: fix spurious 'inconsistent lock state' warning | Dmitry Baryshkov |
2008-08-13 | lockdep: use WARN() in kernel/lockdep.c | Arjan van de Ven |
2008-08-11 | lockdep: fix debug_lock_alloc | Peter Zijlstra |
2008-08-11 | lockdep: handle chains involving classes defined in modules | Rabin Vincent |
2008-08-11 | lockdep: lock protection locks | Peter Zijlstra |
2008-08-11 | lockdep: shrink held_lock structure | Dave Jones |
2008-08-11 | lockdep: lock_set_subclass - reset a held lock's subclass | Peter Zijlstra |
2008-07-31 | lockdep: fix combinatorial explosion in lock subgraph traversal | David Miller |
2008-07-14 | Merge branch 'core/locking' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2008-07-14 | lockdep: fix ftrace irq tracing false positive | Ingo Molnar |
2008-06-24 | lockdep: add lock_class information to lock_chain and output it | Huang, Ying |
2008-06-20 | lockdep: add lock_class information to lock_chain and output it | Huang, Ying |
2008-05-23 | lockdep: update lockdep_recursion on graph_lock | Steven Rostedt |
2008-05-23 | ftrace: use Makefile to remove tracing from lockdep | Steven Rostedt |
2008-05-23 | ftrace: lockdep notrace annotations | Steven Rostedt |
2008-05-23 | ftrace: trace irq disabled critical timings | Steven Rostedt |
2008-02-25 | Subject: lockdep: include all lock classes in all_lock_classes | Dale Farnsworth |
2008-01-25 | softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasks | Ingo Molnar |
2008-01-24 | lockdep: fix kernel crash on module unload | Arjan van de Ven |
2008-01-16 | lockdep: fix internal double unlock during self-test | Nick Piggin |
2007-12-07 | lockdep: make cli/sti annotation warnings clearer | Ingo Molnar |
2007-12-05 | lockdep: in_range() fix | Oleg Nesterov |
2007-12-05 | lockdep: fix debug_show_all_locks() | Ingo Molnar |