aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/lockdep.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+17
2016-05-16Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+15
2016-05-12Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar1-3/+5
2016-05-05locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra1-6/+17
2016-04-23lockdep: Fix lock_chain::base sizePeter Zijlstra1-3/+5
2016-04-22locking/rwsem: Provide down_write_killable()Michal Hocko1-0/+15
2016-02-09locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin1-2/+0
2016-02-09locking/lockdep: Convert hash tables to hlistsAndrew Morton1-2/+2
2015-11-23treewide: Remove old email addressPeter Zijlstra1-1/+1
2015-06-24Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+10
2015-06-19locking/lockdep: Remove hard coded array size dependencyGeorge Beshers1-2/+2
2015-06-19lockdep: Implement lock pinningPeter Zijlstra1-0/+10
2015-03-03rcu: Improve diagnostics for blocked critical sections in irqPaul E. McKenney1-1/+6
2014-10-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-10-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2014-10-03locking/lockdep: Revert qrwlock recusive stuffPeter Zijlstra1-9/+1
2014-09-23locking: Add WARN_ON_ONCE lock assertionPeter Hurley1-0/+5
2014-09-18rcu: Eliminate deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney1-0/+1
2014-08-13locking/lockdep: Restrict the use of recursive read_lock() with qrwlockWaiman Long1-1/+9
2014-08-13locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso1-1/+1
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-02-13asmlinkage: Make lockdep_sys_exit asmlinkageAndi Kleen1-1/+1
2014-02-09lockdep: Change lockdep_set_novalidate_class() to use _and_nameOleg Nesterov1-1/+1
2014-02-09lockdep: Make held_lock->check and "int check" argument boolOleg Nesterov1-16/+9
2013-11-06seqcount: Add lockdep functionality to seqcount/seqlock structuresJohn Stultz1-2/+6
2013-07-12lockdep: Introduce lock_acquire_exclusive()/shared() helper macrosMichel Lespinasse1-69/+23
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-02-21lockdep: make lockdep_assert_held() not have a return valueJohannes Berg1-1/+3
2013-02-19lockdep: Silence warning if CONFIG_LOCKDEP isn't setPaul Bolle1-1/+1
2013-01-11lockdep, rwsem: provide down_write_nest_lock()Jiri Kosina1-0/+3
2012-05-15lockdep: fix oops in processing workqueuePeter Zijlstra1-0/+18
2011-11-14printk, lockdep: Disable lock debugging on zap_locks()Peter Zijlstra1-0/+4
2011-09-28rcu: Restore checks for blocking in RCU read-side critical sectionsPaul E. McKenney1-1/+1
2011-05-25lockdep, mutex: provide mutex_lock_nest_lockPeter Zijlstra1-0/+3
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