summaryrefslogtreecommitdiff
path: root/include/linux/lockdep.h
Commit message (Expand)AuthorAge
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-30
|\
| * lockdep: Make lockdep checking constantMatthew Wilcox2018-01-18
* | Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-01-29
|\ \ | |/ |/|
| * Expand various INIT_* macros and removeDavid Howells2018-01-17
* | locking/lockdep: Remove cross-release leftoversIngo Molnar2018-01-08
|/
* locking/lockdep: Remove the cross-release locking checksIngo Molnar2017-12-12
* locking/lockdep: Add IRQs disabled/enabled assertion APIs: lockdep_assert_irq...Frederic Weisbecker2017-11-08
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-07
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | locking/lockdep: Provide empty lockdep_map structure for !CONFIG_LOCKDEPByungchul Park2017-10-25
|/
* locking/lockdep: Untangle xhlock history save/restore from task independencePeter Zijlstra2017-08-29
* locking/lockdep: Fix workqueue crossrelease annotationPeter Zijlstra2017-08-25
* locking/lockdep: Explicitly initialize wq_barrier::done::mapBoqun Feng2017-08-17
* locking/lockdep: Handle non(or multi)-acquisition of a crosslockByungchul Park2017-08-10
* locking/lockdep: Detect and handle hist_lock ring buffer overwriteByungchul Park2017-08-10
* locking/lockdep: Implement the 'crossrelease' featureByungchul Park2017-08-10
* locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra2017-08-10
* locking/lockdep: Add new check to lock_downgrade()J. R. Okajima2017-03-16
* locking/lockdep: Provide a type check for lock_is_heldPeter Zijlstra2016-11-30
* lockdep: make MAX_LOCKDEP_SUBCLASSES unconditionally visibleBartosz Golaszewski2016-09-24
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-16
|\
| * Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar2016-05-12
| |\
| * | locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra2016-05-05
* | | Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-05-16
|\ \ \ | |_|/ |/| |
| * | locking/rwsem: Provide down_write_killable()Michal Hocko2016-04-22
| |/
* | lockdep: Fix lock_chain::base sizePeter Zijlstra2016-04-23
|/
* locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin2016-02-09
* locking/lockdep: Convert hash tables to hlistsAndrew Morton2016-02-09
* treewide: Remove old email addressPeter Zijlstra2015-11-23
* Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-06-24
|\
| * lockdep: Implement lock pinningPeter Zijlstra2015-06-19
* | locking/lockdep: Remove hard coded array size dependencyGeorge Beshers2015-06-19
|/
* rcu: Improve diagnostics for blocked critical sections in irqPaul E. McKenney2015-03-03
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-13
|\
| * locking/lockdep: Revert qrwlock recusive stuffPeter Zijlstra2014-10-03
| * locking/lockdep: Restrict the use of recursive read_lock() with qrwlockWaiman Long2014-08-13
| * locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso2014-08-13
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-13
|\ \
| * | rcu: Eliminate deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney2014-09-18
| |/
* | locking: Add WARN_ON_ONCE lock assertionPeter Hurley2014-09-23
|/
* Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-03-31
|\
| * asmlinkage: Make lockdep_sys_exit asmlinkageAndi Kleen2014-02-13
* | lockdep: Change lockdep_set_novalidate_class() to use _and_nameOleg Nesterov2014-02-09
* | lockdep: Make held_lock->check and "int check" argument boolOleg Nesterov2014-02-09
|/
* seqcount: Add lockdep functionality to seqcount/seqlock structuresJohn Stultz2013-11-06
* lockdep: Introduce lock_acquire_exclusive()/shared() helper macrosMichel Lespinasse2013-07-12
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-22
|\
| * lockdep: Silence warning if CONFIG_LOCKDEP isn't setPaul Bolle2013-02-19
* | lockdep: make lockdep_assert_held() not have a return valueJohannes Berg2013-02-21
|/
* lockdep, rwsem: provide down_write_nest_lock()Jiri Kosina2013-01-11