aboutsummaryrefslogtreecommitdiff
path: root/include/linux/lockdep.h
AgeCommit message (Expand)Author
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-06-17locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...Nikolay Borisov
2019-06-03locking/lockdep: Change the range of class_idx in held_lock structYuyang Du
2019-06-03locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start withYuyang Du
2019-06-03locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du
2019-06-03locking/lockdep: Update obsolete struct field descriptionYuyang Du
2019-05-25lockdep: Add assertion to check if in an interruptJoel Fernandes (Google)
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-04-29lockdep: Simplify stack trace handlingThomas Gleixner
2019-04-18locking/lockdep: Avoid bogus Clang warningArnd Bergmann
2019-02-28locking/lockdep: Shrink struct lock_class_keyPeter Zijlstra
2019-02-28locking/lockdep: Add support for dynamic keysBart Van Assche
2019-02-28locking/lockdep: Free lock classes that are no longer in useBart Van Assche
2019-02-28locking/lockdep: Make it easy to detect whether or not inside a selftestBart Van Assche
2019-02-28locking/lockdep: Make zap_class() remove all matching lock order entriesBart Van Assche
2019-02-28locking/lockdep: Reorder struct lock_class membersBart Van Assche
2018-12-11locking/lockdep: Remove ::version from lock_class structureWaiman Long
2018-10-09locking/lockdep: Make class->ops a percpu counter and move it under CONFIG_DE...Waiman Long
2018-08-10tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)
2018-01-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-01-29Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-18lockdep: Make lockdep checking constantMatthew Wilcox
2018-01-17Expand various INIT_* macros and removeDavid Howells
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