aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/locking-selftest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai1-12/+12
2019-02-28locking/lockdep: Make it easy to detect whether or not inside a selftestBart Van Assche1-0/+2
2018-07-03locking: Implement an algorithm choice for Wound-Wait mutexesThomas Hellstrom1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-10locking/selftest: Avoid false BUG reportPeter Zijlstra1-0/+2
2017-08-29locking/lockdep/selftests: Fix mixed read-write ABBA testsPeter Zijlstra1-0/+6
2017-08-25locking/lockdep/selftests: Add mixed read-write ABBA testsPeter Zijlstra1-2/+115
2017-06-08locking/selftest: Add RT-mutex supportPeter Zijlstra1-0/+106
2017-06-08locking/selftest: Remove the bad unlock ordering testPeter Zijlstra1-29/+0
2016-11-25locking/selftest: Fix output since KERN_CONT changesMichael Ellerman1-33/+33
2013-09-25sched: Introduce preempt_count accessor functionsPeter Zijlstra1-1/+1
2013-07-12mutex: Move ww_mutex definitions to ww_mutex.hMaarten Lankhorst1-0/+1
2013-06-26locking-selftests: Handle unexpected failures more strictlyMaarten Lankhorst1-3/+5
2013-06-26mutex: Add more w/w tests to test EDEADLK path handlingMaarten Lankhorst1-3/+261
2013-06-26mutex: Add more tests to lib/locking-selftest.cMaarten Lankhorst1-0/+62
2013-06-26mutex: Add w/w tests to lib/locking-selftest.cMaarten Lankhorst1-19/+381
2013-02-19lockdep: Selftest: convert spinlock to raw spinlockYong Zhang1-17/+17
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+0
2011-05-26rcu: Fix unpaired rcu_irq_enter() from locking selftestsFrederic Weisbecker1-1/+1
2009-03-13locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit]Ingo Molnar1-2/+2
2006-12-07[PATCH] lockdep: show more details about self-test failuresIngo Molnar1-0/+2
2006-07-03[PATCH] lockdep: allow read_lock() recursion of same classIngo Molnar1-4/+4
2006-07-03[PATCH] lockdep: coreIngo Molnar1-3/+1
2006-07-03[PATCH] lockdep: locking API self testsIngo Molnar1-0/+1218