aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/lockdep.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-21Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+3
2011-01-20lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo1-8/+0
2011-01-11workqueue: relax lockdep annotation on flush_work()Tejun Heo1-0/+3
2010-10-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-8/+0
2010-10-18lockdep: Add improved subclass cachingHitoshi Mitake1-1/+12
2010-10-12genirq: Remove early_init_irq_lock_class()Thomas Gleixner1-8/+0
2010-05-21lockdep: Add novalidate class for dev->mutex conversionPeter Zijlstra1-0/+8
2010-03-12sysctl extern cleanup: lockdepDave Young1-0/+4
2010-02-25rcu: Integrate rcu_dereference_check() message into lockdepPaul E. McKenney1-0/+4
2009-08-02lockdep: Reintroduce generation count to make BFS fasterMing Lei1-0/+1
2009-08-02lockdep: Deal with many similar locksPeter Zijlstra1-1/+3
2009-08-02lockdep: Introduce lockdep_assert_held()Peter Zijlstra1-0/+8
2009-07-24lockdep: BFS cleanupPeter Zijlstra1-4/+3
2009-07-24lockdep: Print the shortest dependency chain if finding a circleMing Lei1-0/+6
2009-06-22vfs: Set special lockdep map for dirs only if not set by fsJan Kara1-0/+15
2009-04-02Factor out #ifdefs from kernel/spinlock.c to LOCK_CONTENDED_FLAGSRobin Holt1-0/+17
2009-02-14lockdep: move state bit definitions aroundPeter Zijlstra1-45/+4
2009-02-14lockdep: sanitize reclaim bit namesPeter Zijlstra1-4/+4
2009-02-14lockdep: sanitize bit namesPeter Zijlstra1-11/+11
2009-02-14lockdep: annotate reclaim context (__GFP_NOFS)Nick Piggin1-1/+16
2008-12-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-12-18locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEPKOSAKI Motohiro1-1/+1
2008-12-04lockdep: change a held lock's classPeter Zijlstra1-2/+10
2008-11-13lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.cIngo Molnar1-2/+3
2008-11-12lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.cIngo Molnar1-2/+3
2008-10-20lockstat: contend with pointsPeter Zijlstra1-4/+9
2008-09-10lockdep: add might_lock() / might_lock_read()Peter Zijlstra1-0/+18
2008-08-11lockdep: increase MAX_LOCKDEP_KEYSIngo Molnar1-1/+1
2008-08-11lockdep: fix overflow in the hlock shrinkage codePeter Zijlstra1-1/+6
2008-08-11lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]()Ingo Molnar1-5/+5
2008-08-11lockdep: spin_lock_nest_lock()Peter Zijlstra1-0/+2
2008-08-11lockdep: lock protection locksPeter Zijlstra1-16/+18
2008-08-11lockdep: map_acquirePeter Zijlstra1-0/+12
2008-08-11lockdep: shrink held_lock structureDave Jones1-7/+9
2008-08-11lockdep: lock_set_subclass - reset a held lock's subclassPeter Zijlstra1-0/+4
2008-07-31lockdep: fix combinatorial explosion in lock subgraph traversalDavid Miller1-0/+1
2008-06-24lockdep: remove duplicate definition of STATIC_LOCKDEP_MAP_INITLi Zefan1-8/+0
2008-06-20lockdep: add lock_class information to lock_chain and output itHuang, Ying1-0/+3
2007-10-19workqueue: debug flushing deadlocks with lockdepJohannes Berg1-0/+8
2007-10-11lockdep: annotate rcu_read_{,un}lock{,_bh}Peter Zijlstra1-0/+7
2007-10-11lockdep: syscall exit checkPeter Zijlstra1-0/+2
2007-07-19lockstat: measure lock bouncingPeter Zijlstra1-1/+16
2007-07-19lockdep: various fixesPeter Zijlstra1-1/+2
2007-07-19lockstat: core infrastructurePeter Zijlstra1-0/+53
2007-03-22[PATCH] lockdep: lockdep_depth vs. debug_locksJarek Poplawski1-1/+1
2007-02-12[PATCH] lockdep: forward declare struct task_structHeiko Carstens1-0/+2
2007-02-11[PATCH] lockdep: add graph depth information to /proc/lockdepJason Baron1-0/+1
2006-12-13[PATCH] lockdep: print irq-trace info on assertsIngo Molnar1-3/+13
2006-12-07[PATCH] remove kernel/lockdep.c:lockdep_internalAdrian Bunk1-6/+0
2006-12-07[PATCH] debug: workqueue locking sanityPeter Zijlstra1-0/+5