summaryrefslogtreecommitdiff
path: root/include/linux/lockdep.h
AgeCommit message (Expand)Author
2018-01-08locking/lockdep: Remove cross-release leftoversIngo Molnar
2017-12-12locking/lockdep: Remove the cross-release locking checksIngo Molnar
2017-11-08locking/lockdep: Add IRQs disabled/enabled assertion APIs: lockdep_assert_irq...Frederic Weisbecker
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25locking/lockdep: Provide empty lockdep_map structure for !CONFIG_LOCKDEPByungchul Park
2017-08-29locking/lockdep: Untangle xhlock history save/restore from task independencePeter Zijlstra
2017-08-25locking/lockdep: Fix workqueue crossrelease annotationPeter Zijlstra
2017-08-17locking/lockdep: Explicitly initialize wq_barrier::done::mapBoqun Feng
2017-08-10locking/lockdep: Handle non(or multi)-acquisition of a crosslockByungchul Park
2017-08-10locking/lockdep: Detect and handle hist_lock ring buffer overwriteByungchul Park
2017-08-10locking/lockdep: Implement the 'crossrelease' featureByungchul Park
2017-08-10locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra
2017-03-16locking/lockdep: Add new check to lock_downgrade()J. R. Okajima
2016-11-30locking/lockdep: Provide a type check for lock_is_heldPeter Zijlstra
2016-09-24lockdep: make MAX_LOCKDEP_SUBCLASSES unconditionally visibleBartosz Golaszewski
2016-05-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-05-16Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2016-05-12Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar
2016-05-05locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra
2016-04-23lockdep: Fix lock_chain::base sizePeter Zijlstra
2016-04-22locking/rwsem: Provide down_write_killable()Michal Hocko
2016-02-09locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin
2016-02-09locking/lockdep: Convert hash tables to hlistsAndrew Morton
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