aboutsummaryrefslogtreecommitdiff
path: root/include/linux/lockdep.h
AgeCommit message (Expand)Author
2015-11-23treewide: Remove old email addressPeter Zijlstra
2015-06-24Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-06-19locking/lockdep: Remove hard coded array size dependencyGeorge Beshers
2015-06-19lockdep: Implement lock pinningPeter Zijlstra
2015-03-03rcu: Improve diagnostics for blocked critical sections in irqPaul E. McKenney
2014-10-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-10-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-10-03locking/lockdep: Revert qrwlock recusive stuffPeter Zijlstra
2014-09-23locking: Add WARN_ON_ONCE lock assertionPeter Hurley
2014-09-18rcu: Eliminate deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney
2014-08-13locking/lockdep: Restrict the use of recursive read_lock() with qrwlockWaiman Long
2014-08-13locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2014-02-13asmlinkage: Make lockdep_sys_exit asmlinkageAndi Kleen
2014-02-09lockdep: Change lockdep_set_novalidate_class() to use _and_nameOleg Nesterov
2014-02-09lockdep: Make held_lock->check and "int check" argument boolOleg Nesterov
2013-11-06seqcount: Add lockdep functionality to seqcount/seqlock structuresJohn Stultz
2013-07-12lockdep: Introduce lock_acquire_exclusive()/shared() helper macrosMichel Lespinasse
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-02-21lockdep: make lockdep_assert_held() not have a return valueJohannes Berg
2013-02-19lockdep: Silence warning if CONFIG_LOCKDEP isn't setPaul Bolle
2013-01-11lockdep, rwsem: provide down_write_nest_lock()Jiri Kosina
2012-05-15lockdep: fix oops in processing workqueuePeter Zijlstra
2011-11-14printk, lockdep: Disable lock debugging on zap_locks()Peter Zijlstra
2011-09-28rcu: Restore checks for blocking in RCU read-side critical sectionsPaul E. McKenney
2011-05-25lockdep, mutex: provide mutex_lock_nest_lockPeter Zijlstra
2011-01-21Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-01-20lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo
2011-01-11workqueue: relax lockdep annotation on flush_work()Tejun Heo
2010-10-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-10-18lockdep: Add improved subclass cachingHitoshi Mitake
2010-10-12genirq: Remove early_init_irq_lock_class()Thomas Gleixner
2010-05-21lockdep: Add novalidate class for dev->mutex conversionPeter Zijlstra
2010-03-12sysctl extern cleanup: lockdepDave Young
2010-02-25rcu: Integrate rcu_dereference_check() message into lockdepPaul E. McKenney
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