summaryrefslogtreecommitdiffstats
path: root/lib/locking-selftest.c
AgeCommit message (Expand)AuthorLines
2024-12-02locking/ww_mutex: Fix ww_mutex dummy lockdep map selftest warningsThomas Hellström-2/+2
2024-10-17locking/lockdep: Add a test for lockdep_set_subclass()Ahmed Ehab-0/+39
2023-07-26lockdep/selftests: Use SBRM APIs for wait context testsBoqun Feng-100/+35
2021-12-04lockdep/selftests: Adapt ww-tests for PREEMPT_RTSebastian Andrzej Siewior-30/+46
2021-12-04lockdep/selftests: Skip the softirq related tests on PREEMPT_RTSebastian Andrzej Siewior-7/+31
2021-12-04lockdep/selftests: Unbalanced migrate_disable() & rcu_read_lock().Sebastian Andrzej Siewior-1/+25
2021-12-04lockdep/selftests: Avoid using local_lock_{acquire|release}().Sebastian Andrzej Siewior-16/+16
2021-09-17kernel/locking: Add context to ww_mutex_trylock()Maarten Lankhorst-1/+1
2021-06-22lockdep/selftest: Remove wait-type RCU_CALLBACK testsPeter Zijlstra-17/+0
2021-06-22lockdep/selftests: Fix selftests vs PROVE_RAW_LOCK_NESTINGPeter Zijlstra-0/+1
2021-06-22locking/selftests: Add a selftest for check_irq_usage()Boqun Feng-0/+65
2021-01-14locking/selftests: Add local_lock inversion testsPeter Zijlstra-0/+97
2021-01-14locking/selftests: More granular debug_locks_verbosePeter Zijlstra-2/+3
2021-01-14lockdep/selftest: Add wait context selftestsBoqun Feng-0/+232
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+47
2020-12-15locking/selftests: add testcases for fs_reclaimDaniel Vetter-0/+47
2020-12-03lockdep/selftest: Add spin_nest_lock testBoqun Feng-0/+17
2020-12-03lockdep/selftests: Fix PROVE_RAW_LOCK_NESTINGPeter Zijlstra-17/+17
2020-08-26lockdep/selftest: Introduce recursion3Boqun Feng-0/+55
2020-08-26locking/selftest: Add test cases for queued_read_lock()Boqun Feng-0/+104
2020-08-26Revert "locking/lockdep/selftests: Fix mixed read-write ABBA tests"Boqun Feng-8/+0
2020-08-26lockdep/selftest: Add more recursive read related test casesBoqun Feng-0/+161
2020-08-26lockdep/selftest: Unleash irq_read_recursion2 and add moreBoqun Feng-12/+47
2020-08-26lockdep/selftest: Add a R-L/L-W test case specific to chain cache behaviorBoqun Feng-0/+47
2020-08-26locking: More accurate annotations for read_lock()Boqun Feng-0/+11
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai-12/+12
2019-02-28locking/lockdep: Make it easy to detect whether or not inside a selftestBart Van Assche-0/+2
2018-07-03locking: Implement an algorithm choice for Wound-Wait mutexesThomas Hellstrom-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-10locking/selftest: Avoid false BUG reportPeter Zijlstra-0/+2
2017-08-29locking/lockdep/selftests: Fix mixed read-write ABBA testsPeter Zijlstra-0/+6
2017-08-25locking/lockdep/selftests: Add mixed read-write ABBA testsPeter Zijlstra-2/+115
2017-06-08locking/selftest: Add RT-mutex supportPeter Zijlstra-0/+106
2017-06-08locking/selftest: Remove the bad unlock ordering testPeter Zijlstra-29/+0
2016-11-25locking/selftest: Fix output since KERN_CONT changesMichael Ellerman-33/+33
2013-09-25sched: Introduce preempt_count accessor functionsPeter Zijlstra-1/+1
2013-07-12mutex: Move ww_mutex definitions to ww_mutex.hMaarten Lankhorst-0/+1
2013-06-26locking-selftests: Handle unexpected failures more strictlyMaarten Lankhorst-3/+5
2013-06-26mutex: Add more w/w tests to test EDEADLK path handlingMaarten Lankhorst-3/+261
2013-06-26mutex: Add more tests to lib/locking-selftest.cMaarten Lankhorst-0/+62
2013-06-26mutex: Add w/w tests to lib/locking-selftest.cMaarten Lankhorst-19/+381
2013-02-19lockdep: Selftest: convert spinlock to raw spinlockYong Zhang-17/+17
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker-1/+0
2011-05-26rcu: Fix unpaired rcu_irq_enter() from locking selftestsFrederic Weisbecker-1/+1
2009-03-13locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit]Ingo Molnar-2/+2
2006-12-07[PATCH] lockdep: show more details about self-test failuresIngo Molnar-0/+2
2006-07-03[PATCH] lockdep: allow read_lock() recursion of same classIngo Molnar-4/+4
2006-07-03[PATCH] lockdep: coreIngo Molnar-3/+1
2006-07-03[PATCH] lockdep: locking API self testsIngo Molnar-0/+1218