summaryrefslogtreecommitdiffstats
path: root/lib/locking-selftest.c
Commit message (Expand)AuthorAgeFilesLines
* lockdep/selftest: Remove wait-type RCU_CALLBACK testsPeter Zijlstra2021-06-221-17/+0
* lockdep/selftests: Fix selftests vs PROVE_RAW_LOCK_NESTINGPeter Zijlstra2021-06-221-0/+1
* locking/selftests: Add a selftest for check_irq_usage()Boqun Feng2021-06-221-0/+65
* locking/selftests: Add local_lock inversion testsPeter Zijlstra2021-01-141-0/+97
* locking/selftests: More granular debug_locks_verbosePeter Zijlstra2021-01-141-2/+3
* lockdep/selftest: Add wait context selftestsBoqun Feng2021-01-141-0/+232
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-0/+47
|\
| * locking/selftests: add testcases for fs_reclaimDaniel Vetter2020-12-151-0/+47
* | lockdep/selftest: Add spin_nest_lock testBoqun Feng2020-12-031-0/+17
* | lockdep/selftests: Fix PROVE_RAW_LOCK_NESTINGPeter Zijlstra2020-12-031-17/+17
|/
* lockdep/selftest: Introduce recursion3Boqun Feng2020-08-261-0/+55
* locking/selftest: Add test cases for queued_read_lock()Boqun Feng2020-08-261-0/+104
* Revert "locking/lockdep/selftests: Fix mixed read-write ABBA tests"Boqun Feng2020-08-261-8/+0
* lockdep/selftest: Add more recursive read related test casesBoqun Feng2020-08-261-0/+161
* lockdep/selftest: Unleash irq_read_recursion2 and add moreBoqun Feng2020-08-261-12/+47
* lockdep/selftest: Add a R-L/L-W test case specific to chain cache behaviorBoqun Feng2020-08-261-0/+47
* locking: More accurate annotations for read_lock()Boqun Feng2020-08-261-0/+11
* locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-12/+12
* locking/lockdep: Make it easy to detect whether or not inside a selftestBart Van Assche2019-02-281-0/+2
* locking: Implement an algorithm choice for Wound-Wait mutexesThomas Hellstrom2018-07-031-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* locking/selftest: Avoid false BUG reportPeter Zijlstra2017-10-101-0/+2
* locking/lockdep/selftests: Fix mixed read-write ABBA testsPeter Zijlstra2017-08-291-0/+6
* locking/lockdep/selftests: Add mixed read-write ABBA testsPeter Zijlstra2017-08-251-2/+115
* locking/selftest: Add RT-mutex supportPeter Zijlstra2017-06-081-0/+106
* locking/selftest: Remove the bad unlock ordering testPeter Zijlstra2017-06-081-29/+0
* locking/selftest: Fix output since KERN_CONT changesMichael Ellerman2016-11-251-33/+33
* sched: Introduce preempt_count accessor functionsPeter Zijlstra2013-09-251-1/+1
* mutex: Move ww_mutex definitions to ww_mutex.hMaarten Lankhorst2013-07-121-0/+1
* locking-selftests: Handle unexpected failures more strictlyMaarten Lankhorst2013-06-261-3/+5
* mutex: Add more w/w tests to test EDEADLK path handlingMaarten Lankhorst2013-06-261-3/+261
* mutex: Add more tests to lib/locking-selftest.cMaarten Lankhorst2013-06-261-0/+62
* mutex: Add w/w tests to lib/locking-selftest.cMaarten Lankhorst2013-06-261-19/+381
* lockdep: Selftest: convert spinlock to raw spinlockYong Zhang2013-02-191-17/+17
* lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+0
* rcu: Fix unpaired rcu_irq_enter() from locking selftestsFrederic Weisbecker2011-05-261-1/+1
* locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit]Ingo Molnar2009-03-131-2/+2
* [PATCH] lockdep: show more details about self-test failuresIngo Molnar2006-12-071-0/+2
* [PATCH] lockdep: allow read_lock() recursion of same classIngo Molnar2006-07-031-4/+4
* [PATCH] lockdep: coreIngo Molnar2006-07-031-3/+1
* [PATCH] lockdep: locking API self testsIngo Molnar2006-07-031-0/+1218