| Commit message (Expand) | Author | Age | Files | Lines |
* | lockdep/selftests: Use SBRM APIs for wait context tests | Boqun Feng | 2023-07-26 | 1 | -100/+35 |
* | lockdep/selftests: Adapt ww-tests for PREEMPT_RT | Sebastian Andrzej Siewior | 2021-12-04 | 1 | -30/+46 |
* | lockdep/selftests: Skip the softirq related tests on PREEMPT_RT | Sebastian Andrzej Siewior | 2021-12-04 | 1 | -7/+31 |
* | lockdep/selftests: Unbalanced migrate_disable() & rcu_read_lock(). | Sebastian Andrzej Siewior | 2021-12-04 | 1 | -1/+25 |
* | lockdep/selftests: Avoid using local_lock_{acquire|release}(). | Sebastian Andrzej Siewior | 2021-12-04 | 1 | -16/+16 |
* | kernel/locking: Add context to ww_mutex_trylock() | Maarten Lankhorst | 2021-09-17 | 1 | -1/+1 |
* | lockdep/selftest: Remove wait-type RCU_CALLBACK tests | Peter Zijlstra | 2021-06-22 | 1 | -17/+0 |
* | lockdep/selftests: Fix selftests vs PROVE_RAW_LOCK_NESTING | Peter Zijlstra | 2021-06-22 | 1 | -0/+1 |
* | locking/selftests: Add a selftest for check_irq_usage() | Boqun Feng | 2021-06-22 | 1 | -0/+65 |
* | locking/selftests: Add local_lock inversion tests | Peter Zijlstra | 2021-01-14 | 1 | -0/+97 |
* | locking/selftests: More granular debug_locks_verbose | Peter Zijlstra | 2021-01-14 | 1 | -2/+3 |
* | lockdep/selftest: Add wait context selftests | Boqun Feng | 2021-01-14 | 1 | -0/+232 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-12-15 | 1 | -0/+47 |
|\ |
|
| * | locking/selftests: add testcases for fs_reclaim | Daniel Vetter | 2020-12-15 | 1 | -0/+47 |
* | | lockdep/selftest: Add spin_nest_lock test | Boqun Feng | 2020-12-03 | 1 | -0/+17 |
* | | lockdep/selftests: Fix PROVE_RAW_LOCK_NESTING | Peter Zijlstra | 2020-12-03 | 1 | -17/+17 |
|/ |
|
* | lockdep/selftest: Introduce recursion3 | Boqun Feng | 2020-08-26 | 1 | -0/+55 |
* | locking/selftest: Add test cases for queued_read_lock() | Boqun Feng | 2020-08-26 | 1 | -0/+104 |
* | Revert "locking/lockdep/selftests: Fix mixed read-write ABBA tests" | Boqun Feng | 2020-08-26 | 1 | -8/+0 |
* | lockdep/selftest: Add more recursive read related test cases | Boqun Feng | 2020-08-26 | 1 | -0/+161 |
* | lockdep/selftest: Unleash irq_read_recursion2 and add more | Boqun Feng | 2020-08-26 | 1 | -12/+47 |
* | lockdep/selftest: Add a R-L/L-W test case specific to chain cache behavior | Boqun Feng | 2020-08-26 | 1 | -0/+47 |
* | locking: More accurate annotations for read_lock() | Boqun Feng | 2020-08-26 | 1 | -0/+11 |
* | locking/lockdep: Remove unused @nested argument from lock_release() | Qian Cai | 2019-10-09 | 1 | -12/+12 |
* | locking/lockdep: Make it easy to detect whether or not inside a selftest | Bart Van Assche | 2019-02-28 | 1 | -0/+2 |
* | locking: Implement an algorithm choice for Wound-Wait mutexes | Thomas Hellstrom | 2018-07-03 | 1 | -1/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | locking/selftest: Avoid false BUG report | Peter Zijlstra | 2017-10-10 | 1 | -0/+2 |
* | locking/lockdep/selftests: Fix mixed read-write ABBA tests | Peter Zijlstra | 2017-08-29 | 1 | -0/+6 |
* | locking/lockdep/selftests: Add mixed read-write ABBA tests | Peter Zijlstra | 2017-08-25 | 1 | -2/+115 |
* | locking/selftest: Add RT-mutex support | Peter Zijlstra | 2017-06-08 | 1 | -0/+106 |
* | locking/selftest: Remove the bad unlock ordering test | Peter Zijlstra | 2017-06-08 | 1 | -29/+0 |
* | locking/selftest: Fix output since KERN_CONT changes | Michael Ellerman | 2016-11-25 | 1 | -33/+33 |
* | sched: Introduce preempt_count accessor functions | Peter Zijlstra | 2013-09-25 | 1 | -1/+1 |
* | mutex: Move ww_mutex definitions to ww_mutex.h | Maarten Lankhorst | 2013-07-12 | 1 | -0/+1 |
* | locking-selftests: Handle unexpected failures more strictly | Maarten Lankhorst | 2013-06-26 | 1 | -3/+5 |
* | mutex: Add more w/w tests to test EDEADLK path handling | Maarten Lankhorst | 2013-06-26 | 1 | -3/+261 |
* | mutex: Add more tests to lib/locking-selftest.c | Maarten Lankhorst | 2013-06-26 | 1 | -0/+62 |
* | mutex: Add w/w tests to lib/locking-selftest.c | Maarten Lankhorst | 2013-06-26 | 1 | -19/+381 |
* | lockdep: Selftest: convert spinlock to raw spinlock | Yong Zhang | 2013-02-19 | 1 | -17/+17 |
* | lib: reduce the use of module.h wherever possible | Paul Gortmaker | 2012-03-07 | 1 | -1/+0 |
* | rcu: Fix unpaired rcu_irq_enter() from locking selftests | Frederic Weisbecker | 2011-05-26 | 1 | -1/+1 |
* | locking: rename trace_softirq_[enter|exit] => lockdep_softirq_[enter|exit] | Ingo Molnar | 2009-03-13 | 1 | -2/+2 |
* | [PATCH] lockdep: show more details about self-test failures | Ingo Molnar | 2006-12-07 | 1 | -0/+2 |
* | [PATCH] lockdep: allow read_lock() recursion of same class | Ingo Molnar | 2006-07-03 | 1 | -4/+4 |
* | [PATCH] lockdep: core | Ingo Molnar | 2006-07-03 | 1 | -3/+1 |
* | [PATCH] lockdep: locking API self tests | Ingo Molnar | 2006-07-03 | 1 | -0/+1218 |