summaryrefslogtreecommitdiffstats
path: root/kernel/locking/test-ww_mutex.c
Commit message (Expand)AuthorAgeFilesLines
* locking/ww_mutex/test: Make sure we bail out instead of livelockJohn Stultz2023-09-221-4/+5
* locking/ww_mutex/test: Fix potential workqueue corruptionJohn Stultz2023-09-221-8/+12
* locking/ww_mutex/test: Use prng instead of rng to avoid hangs at bootupJohn Stultz2023-09-221-2/+17
* locking: Reduce the number of locks in ww_mutex stress testsBoqun Feng2023-03-271-1/+1
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-2/+2
* locking/ww-mutex: Fix uninitialized use of ret in test_aa()Nathan Chancellor2021-10-011-1/+2
* kernel/locking: Add context to ww_mutex_trylock()Maarten Lankhorst2021-09-171-21/+65
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 9Thomas Gleixner2019-05-211-14/+1
* locking/ww_mutex: Fix runtime warning in the WW mutex selftestGuenter Roeck2018-10-031-4/+6
* locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic"Colin Ian King2018-09-101-1/+1
* locking: Implement an algorithm choice for Wound-Wait mutexesThomas Hellstrom2018-07-031-1/+1
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-131-1/+1
* locking/ww-mutex: Limit stress test to 2 secondsChris Wilson2017-03-301-9/+9
* locking/ww_mutex: Improve test to cover acquire context changesPeter Zijlstra2017-03-161-8/+7
* locking/ww_mutex: Adjust the lock number for stress testBoqun Feng2017-03-021-1/+1
* locking/ww_mutex: Replace cpu_relax() with cond_resched() for testsChris Wilson2017-03-021-2/+2
* locking/ww_mutex: Add kselftests for ww_mutex stressChris Wilson2017-01-141-0/+254
* locking/ww_mutex: Add kselftests for resolving ww_mutex cyclic deadlocksChris Wilson2017-01-141-0/+115
* locking/ww_mutex: Add kselftests for ww_mutex ABBA deadlock detectionChris Wilson2017-01-141-0/+98
* locking/ww_mutex: Add kselftests for ww_mutex AA deadlock detectionChris Wilson2017-01-141-0/+39
* locking/ww_mutex: Begin kselftests for ww_mutexChris Wilson2017-01-141-0/+140