aboutsummaryrefslogtreecommitdiff
path: root/include/linux/lockdep.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-25locking/lockdep: Reduce space occupied by stack tracesGravatar Bart Van Assche 1-6/+3
2019-07-25locking/lockdep: Make it clear that what lock_class::key points at is not mod...Gravatar Bart Van Assche 1-1/+1
2019-07-15docs: locking: convert docs to ReST and rename to *.rstGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-12/+24
2019-06-17locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...Gravatar Nikolay Borisov 1-2/+2
2019-06-03locking/lockdep: Change the range of class_idx in held_lock structGravatar Yuyang Du 1-7/+7
2019-06-03locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start withGravatar Yuyang Du 1-0/+1
2019-06-03locking/lockdep: Use lockdep_init_task for task initiation consistentlyGravatar Yuyang Du 1-1/+6
2019-06-03locking/lockdep: Update obsolete struct field descriptionGravatar Yuyang Du 1-3/+9
2019-05-25lockdep: Add assertion to check if in an interruptGravatar Joel Fernandes (Google) 1-0/+7
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2019-04-29lockdep: Simplify stack trace handlingGravatar Thomas Gleixner 1-2/+7
2019-04-18locking/lockdep: Avoid bogus Clang warningGravatar Arnd Bergmann 1-1/+1
2019-02-28locking/lockdep: Shrink struct lock_class_keyGravatar Peter Zijlstra 1-2/+4
2019-02-28locking/lockdep: Add support for dynamic keysGravatar Bart Van Assche 1-3/+18
2019-02-28locking/lockdep: Free lock classes that are no longer in useGravatar Bart Van Assche 1-3/+6
2019-02-28locking/lockdep: Make it easy to detect whether or not inside a selftestGravatar Bart Van Assche 1-0/+5
2019-02-28locking/lockdep: Make zap_class() remove all matching lock order entriesGravatar Bart Van Assche 1-0/+1
2019-02-28locking/lockdep: Reorder struct lock_class membersGravatar Bart Van Assche 1-7/+7
2018-12-11locking/lockdep: Remove ::version from lock_class structureGravatar Waiman Long 1-2/+0
2018-10-09locking/lockdep: Make class->ops a percpu counter and move it under CONFIG_DE...Gravatar Waiman Long 1-6/+1
2018-08-10tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...Gravatar Steven Rostedt (VMware) 1-2/+0
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageGravatar Joel Fernandes (Google) 1-3/+5
2018-01-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2018-01-29Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+0
2018-01-18lockdep: Make lockdep checking constantGravatar Matthew Wilcox 1-2/+2
2018-01-17Expand various INIT_* macros and removeGravatar David Howells 1-3/+0
2018-01-08locking/lockdep: Remove cross-release leftoversGravatar Ingo Molnar 1-2/+0
2017-12-12locking/lockdep: Remove the cross-release locking checksGravatar Ingo Molnar 1-125/+0
2017-11-08locking/lockdep: Add IRQs disabled/enabled assertion APIs: lockdep_assert_irq...Gravatar Frederic Weisbecker 1-0/+15
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-25locking/lockdep: Provide empty lockdep_map structure for !CONFIG_LOCKDEPGravatar Byungchul Park 1-0/+5
2017-08-29locking/lockdep: Untangle xhlock history save/restore from task independenceGravatar Peter Zijlstra 1-3/+4
2017-08-25locking/lockdep: Fix workqueue crossrelease annotationGravatar Peter Zijlstra 1-4/+6
2017-08-17locking/lockdep: Explicitly initialize wq_barrier::done::mapGravatar Boqun Feng 1-0/+1
2017-08-10locking/lockdep: Handle non(or multi)-acquisition of a crosslockGravatar Byungchul Park 1-1/+21
2017-08-10locking/lockdep: Detect and handle hist_lock ring buffer overwriteGravatar Byungchul Park 1-0/+20
2017-08-10locking/lockdep: Implement the 'crossrelease' featureGravatar Byungchul Park 1-7/+103
2017-08-10locking/lockdep: Rework FS_RECLAIM annotationGravatar Peter Zijlstra 1-9/+2
2017-03-16locking/lockdep: Add new check to lock_downgrade()Gravatar J. R. Okajima 1-0/+3
2016-11-30locking/lockdep: Provide a type check for lock_is_heldGravatar Peter Zijlstra 1-2/+23
2016-09-24lockdep: make MAX_LOCKDEP_SUBCLASSES unconditionally visibleGravatar Bartosz Golaszewski 1-2/+2
2016-05-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-6/+17
2016-05-16Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+15
2016-05-12Merge branch 'sched/urgent' into sched/core to pick up fixesGravatar Ingo Molnar 1-3/+5
2016-05-05locking/lockdep, sched/core: Implement a better lock pinning schemeGravatar Peter Zijlstra 1-6/+17
2016-04-23lockdep: Fix lock_chain::base sizeGravatar Peter Zijlstra 1-3/+5
2016-04-22locking/rwsem: Provide down_write_killable()Gravatar Michal Hocko 1-0/+15
2016-02-09locking/lockdep: Eliminate lockdep_init()Gravatar Andrey Ryabinin 1-2/+0