Age | Commit message (Expand) | Author |
2011-11-14 | printk, lockdep: Disable lock debugging on zap_locks() | Peter Zijlstra |
2011-09-28 | rcu: Restore checks for blocking in RCU read-side critical sections | Paul E. McKenney |
2011-05-25 | lockdep, mutex: provide mutex_lock_nest_lock | Peter Zijlstra |
2011-01-21 | Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2011-01-20 | lockdep: Move early boot local IRQ enable/disable status to init/main.c | Tejun Heo |
2011-01-11 | workqueue: relax lockdep annotation on flush_work() | Tejun Heo |
2010-10-21 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2010-10-18 | lockdep: Add improved subclass caching | Hitoshi Mitake |
2010-10-12 | genirq: Remove early_init_irq_lock_class() | Thomas Gleixner |
2010-05-21 | lockdep: Add novalidate class for dev->mutex conversion | Peter Zijlstra |
2010-03-12 | sysctl extern cleanup: lockdep | Dave Young |
2010-02-25 | rcu: Integrate rcu_dereference_check() message into lockdep | Paul E. McKenney |
2009-08-02 | lockdep: Reintroduce generation count to make BFS faster | Ming Lei |
2009-08-02 | lockdep: Deal with many similar locks | Peter Zijlstra |
2009-08-02 | lockdep: Introduce lockdep_assert_held() | Peter Zijlstra |
2009-07-24 | lockdep: BFS cleanup | Peter Zijlstra |
2009-07-24 | lockdep: Print the shortest dependency chain if finding a circle | Ming Lei |
2009-06-22 | vfs: Set special lockdep map for dirs only if not set by fs | Jan Kara |
2009-04-02 | Factor out #ifdefs from kernel/spinlock.c to LOCK_CONTENDED_FLAGS | Robin Holt |
2009-02-14 | lockdep: move state bit definitions around | 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 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2008-12-18 | locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEP | KOSAKI Motohiro |
2008-12-04 | lockdep: change a held lock's class | Peter Zijlstra |
2008-11-13 | lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.c | Ingo Molnar |
2008-11-12 | lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.c | Ingo Molnar |
2008-10-20 | lockstat: contend with points | Peter Zijlstra |
2008-09-10 | lockdep: add might_lock() / might_lock_read() | Peter Zijlstra |
2008-08-11 | lockdep: increase MAX_LOCKDEP_KEYS | Ingo Molnar |
2008-08-11 | lockdep: fix overflow in the hlock shrinkage code | Peter Zijlstra |
2008-08-11 | lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]() | Ingo Molnar |
2008-08-11 | lockdep: spin_lock_nest_lock() | Peter Zijlstra |
2008-08-11 | lockdep: lock protection locks | Peter Zijlstra |
2008-08-11 | lockdep: map_acquire | 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-06-24 | lockdep: remove duplicate definition of STATIC_LOCKDEP_MAP_INIT | Li Zefan |
2008-06-20 | lockdep: add lock_class information to lock_chain and output it | Huang, Ying |
2007-10-19 | workqueue: debug flushing deadlocks with lockdep | Johannes Berg |
2007-10-11 | lockdep: annotate rcu_read_{,un}lock{,_bh} | Peter Zijlstra |
2007-10-11 | lockdep: syscall exit check | Peter Zijlstra |
2007-07-19 | lockstat: measure lock bouncing | Peter Zijlstra |
2007-07-19 | lockdep: various fixes | Peter Zijlstra |
2007-07-19 | lockstat: core infrastructure | Peter Zijlstra |
2007-03-22 | [PATCH] lockdep: lockdep_depth vs. debug_locks | Jarek Poplawski |
2007-02-12 | [PATCH] lockdep: forward declare struct task_struct | Heiko Carstens |
2007-02-11 | [PATCH] lockdep: add graph depth information to /proc/lockdep | Jason Baron |