summaryrefslogtreecommitdiffstats
path: root/include/linux/lockdep.h
Commit message (Expand)AuthorAgeFilesLines
* locking/lockdep: Provide a type check for lock_is_heldPeter Zijlstra2016-11-301-2/+23
* lockdep: make MAX_LOCKDEP_SUBCLASSES unconditionally visibleBartosz Golaszewski2016-09-241-2/+2
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-161-6/+17
|\
| * Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar2016-05-121-3/+5
| |\
| * | locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra2016-05-051-6/+17
* | | Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-05-161-0/+15
|\ \ \ | |_|/ |/| |
| * | locking/rwsem: Provide down_write_killable()Michal Hocko2016-04-221-0/+15
| |/
* / lockdep: Fix lock_chain::base sizePeter Zijlstra2016-04-231-3/+5
|/
* locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin2016-02-091-2/+0
* locking/lockdep: Convert hash tables to hlistsAndrew Morton2016-02-091-2/+2
* treewide: Remove old email addressPeter Zijlstra2015-11-231-1/+1
* Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-06-241-0/+10
|\
| * lockdep: Implement lock pinningPeter Zijlstra2015-06-191-0/+10
* | locking/lockdep: Remove hard coded array size dependencyGeorge Beshers2015-06-191-2/+2
|/
* rcu: Improve diagnostics for blocked critical sections in irqPaul E. McKenney2015-03-031-1/+6
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-131-1/+1
|\
| * locking/lockdep: Revert qrwlock recusive stuffPeter Zijlstra2014-10-031-9/+1
| * locking/lockdep: Restrict the use of recursive read_lock() with qrwlockWaiman Long2014-08-131-1/+9
| * locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso2014-08-131-1/+1
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-131-0/+1
|\ \
| * | rcu: Eliminate deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney2014-09-181-0/+1
| |/
* / locking: Add WARN_ON_ONCE lock assertionPeter Hurley2014-09-231-0/+5
|/
* Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-03-311-1/+1
|\
| * asmlinkage: Make lockdep_sys_exit asmlinkageAndi Kleen2014-02-131-1/+1
* | lockdep: Change lockdep_set_novalidate_class() to use _and_nameOleg Nesterov2014-02-091-1/+1
* | lockdep: Make held_lock->check and "int check" argument boolOleg Nesterov2014-02-091-16/+9
|/
* seqcount: Add lockdep functionality to seqcount/seqlock structuresJohn Stultz2013-11-061-2/+6
* lockdep: Introduce lock_acquire_exclusive()/shared() helper macrosMichel Lespinasse2013-07-121-69/+23
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-221-1/+1
|\
| * lockdep: Silence warning if CONFIG_LOCKDEP isn't setPaul Bolle2013-02-191-1/+1
* | lockdep: make lockdep_assert_held() not have a return valueJohannes Berg2013-02-211-1/+3
|/
* lockdep, rwsem: provide down_write_nest_lock()Jiri Kosina2013-01-111-0/+3
* lockdep: fix oops in processing workqueuePeter Zijlstra2012-05-151-0/+18
* printk, lockdep: Disable lock debugging on zap_locks()Peter Zijlstra2011-11-141-0/+4
* rcu: Restore checks for blocking in RCU read-side critical sectionsPaul E. McKenney2011-09-281-1/+1
* lockdep, mutex: provide mutex_lock_nest_lockPeter Zijlstra2011-05-251-0/+3
* Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-01-211-0/+3
|\
| * workqueue: relax lockdep annotation on flush_work()Tejun Heo2011-01-111-0/+3
* | lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo2011-01-201-8/+0
|/
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-8/+0
|\
| * genirq: Remove early_init_irq_lock_class()Thomas Gleixner2010-10-121-8/+0
* | lockdep: Add improved subclass cachingHitoshi Mitake2010-10-181-1/+12
|/
* lockdep: Add novalidate class for dev->mutex conversionPeter Zijlstra2010-05-211-0/+8
* sysctl extern cleanup: lockdepDave Young2010-03-121-0/+4
* rcu: Integrate rcu_dereference_check() message into lockdepPaul E. McKenney2010-02-251-0/+4
* lockdep: Reintroduce generation count to make BFS fasterMing Lei2009-08-021-0/+1
* lockdep: Deal with many similar locksPeter Zijlstra2009-08-021-1/+3
* lockdep: Introduce lockdep_assert_held()Peter Zijlstra2009-08-021-0/+8
* lockdep: BFS cleanupPeter Zijlstra2009-07-241-4/+3
* lockdep: Print the shortest dependency chain if finding a circleMing Lei2009-07-241-0/+6