aboutsummaryrefslogtreecommitdiff
path: root/include/linux/lockdep.h
AgeCommit message (Expand)Author
2009-08-02lockdep: Reintroduce generation count to make BFS fasterMing Lei
2009-08-02lockdep: Deal with many similar locksPeter Zijlstra
2009-08-02lockdep: Introduce lockdep_assert_held()Peter Zijlstra
2009-07-24lockdep: BFS cleanupPeter Zijlstra
2009-07-24lockdep: Print the shortest dependency chain if finding a circleMing Lei
2009-06-22vfs: Set special lockdep map for dirs only if not set by fsJan Kara
2009-04-02Factor out #ifdefs from kernel/spinlock.c to LOCK_CONTENDED_FLAGSRobin Holt
2009-02-14lockdep: move state bit definitions aroundPeter Zijlstra
2009-02-14lockdep: sanitize reclaim bit namesPeter Zijlstra
2009-02-14lockdep: sanitize bit namesPeter Zijlstra
2009-02-14lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin
2008-12-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-12-18locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEPKOSAKI Motohiro
2008-12-04lockdep: change a held lock's classPeter Zijlstra
2008-11-13lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.cIngo Molnar
2008-11-12lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.cIngo Molnar
2008-10-20lockstat: contend with pointsPeter Zijlstra
2008-09-10lockdep: add might_lock() / might_lock_read()Peter Zijlstra
2008-08-11lockdep: increase MAX_LOCKDEP_KEYSIngo Molnar
2008-08-11lockdep: fix overflow in the hlock shrinkage codePeter Zijlstra
2008-08-11lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]()Ingo Molnar
2008-08-11lockdep: spin_lock_nest_lock()Peter Zijlstra
2008-08-11lockdep: lock protection locksPeter Zijlstra
2008-08-11lockdep: map_acquirePeter 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-06-24lockdep: remove duplicate definition of STATIC_LOCKDEP_MAP_INITLi Zefan
2008-06-20lockdep: add lock_class information to lock_chain and output itHuang, Ying
2007-10-19workqueue: debug flushing deadlocks with lockdepJohannes Berg
2007-10-11lockdep: annotate rcu_read_{,un}lock{,_bh}Peter Zijlstra
2007-10-11lockdep: syscall exit checkPeter Zijlstra
2007-07-19lockstat: measure lock bouncingPeter Zijlstra
2007-07-19lockdep: various fixesPeter Zijlstra
2007-07-19lockstat: core infrastructurePeter Zijlstra
2007-03-22[PATCH] lockdep: lockdep_depth vs. debug_locksJarek Poplawski
2007-02-12[PATCH] lockdep: forward declare struct task_structHeiko Carstens
2007-02-11[PATCH] lockdep: add graph depth information to /proc/lockdepJason Baron
2006-12-13[PATCH] lockdep: print irq-trace info on assertsIngo Molnar
2006-12-07[PATCH] remove kernel/lockdep.c:lockdep_internalAdrian Bunk
2006-12-07[PATCH] debug: workqueue locking sanityPeter Zijlstra
2006-10-11Lockdep: fix compile error in drivers/input/serio/serio.cAndrew Morton
2006-10-11Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass()Peter Zijlstra
2006-09-29[PATCH] lockdep: don't pull in includes when lockdep disabledMichael S. Tsirkin
2006-07-10[PATCH] lockdep: core, reduce per-lock class-cache sizeIngo Molnar
2006-07-03[PATCH] lockdep: annotate genirqIngo Molnar
2006-07-03[PATCH] lockdep: coreIngo Molnar