summaryrefslogtreecommitdiffstats
path: root/include/linux/lockdep.h
Commit message (Expand)AuthorAge
* locking/lockdep: Reduce space occupied by stack tracesBart Van Assche2019-07-25
* locking/lockdep: Make it clear that what lock_class::key points at is not mod...Bart Van Assche2019-07-25
* docs: locking: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-15
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-08
|\
| * locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...Nikolay Borisov2019-06-17
| * locking/lockdep: Change the range of class_idx in held_lock structYuyang Du2019-06-03
| * locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start withYuyang Du2019-06-03
| * locking/lockdep: Use lockdep_init_task for task initiation consistentlyYuyang Du2019-06-03
| * locking/lockdep: Update obsolete struct field descriptionYuyang Du2019-06-03
* | lockdep: Add assertion to check if in an interruptJoel Fernandes (Google)2019-05-25
|/
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-06
|\
| * locking/lockdep: Avoid bogus Clang warningArnd Bergmann2019-04-18
* | lockdep: Simplify stack trace handlingThomas Gleixner2019-04-29
|/
* locking/lockdep: Shrink struct lock_class_keyPeter Zijlstra2019-02-28
* locking/lockdep: Add support for dynamic keysBart Van Assche2019-02-28
* locking/lockdep: Free lock classes that are no longer in useBart Van Assche2019-02-28
* locking/lockdep: Make it easy to detect whether or not inside a selftestBart Van Assche2019-02-28
* locking/lockdep: Make zap_class() remove all matching lock order entriesBart Van Assche2019-02-28
* locking/lockdep: Reorder struct lock_class membersBart Van Assche2019-02-28
* locking/lockdep: Remove ::version from lock_class structureWaiman Long2018-12-11
* locking/lockdep: Make class->ops a percpu counter and move it under CONFIG_DE...Waiman Long2018-10-09
* tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)2018-08-10
* tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)2018-07-31
* 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-29
* 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