summaryrefslogtreecommitdiffstats
path: root/kernel/locking/test-ww_mutex.c
AgeCommit message (Expand)AuthorLines
2024-10-09locking/ww_mutex: Adjust to lockdep nest_lock requirementsThomas Hellström-3/+5
2024-09-01locking/ww_mutex/test: add MODULE_DESCRIPTION()Jeff Johnson-0/+1
2023-09-22locking/ww_mutex/test: Make sure we bail out instead of livelockJohn Stultz-4/+5
2023-09-22locking/ww_mutex/test: Fix potential workqueue corruptionJohn Stultz-8/+12
2023-09-22locking/ww_mutex/test: Use prng instead of rng to avoid hangs at bootupJohn Stultz-2/+17
2023-03-27locking: Reduce the number of locks in ww_mutex stress testsBoqun Feng-1/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-2/+2
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-2/+2
2021-10-01locking/ww-mutex: Fix uninitialized use of ret in test_aa()Nathan Chancellor-1/+2
2021-09-17kernel/locking: Add context to ww_mutex_trylock()Maarten Lankhorst-21/+65
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 9Thomas Gleixner-14/+1
2018-10-03locking/ww_mutex: Fix runtime warning in the WW mutex selftestGuenter Roeck-4/+6
2018-09-10locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic"Colin Ian King-1/+1
2018-07-03locking: Implement an algorithm choice for Wound-Wait mutexesThomas Hellstrom-1/+1
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko-1/+1
2017-03-30locking/ww-mutex: Limit stress test to 2 secondsChris Wilson-9/+9
2017-03-16locking/ww_mutex: Improve test to cover acquire context changesPeter Zijlstra-8/+7
2017-03-02locking/ww_mutex: Adjust the lock number for stress testBoqun Feng-1/+1
2017-03-02locking/ww_mutex: Replace cpu_relax() with cond_resched() for testsChris Wilson-2/+2
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex stressChris Wilson-0/+254
2017-01-14locking/ww_mutex: Add kselftests for resolving ww_mutex cyclic deadlocksChris Wilson-0/+115
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex ABBA deadlock detectionChris Wilson-0/+98
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex AA deadlock detectionChris Wilson-0/+39
2017-01-14locking/ww_mutex: Begin kselftests for ww_mutexChris Wilson-0/+140