aboutsummaryrefslogtreecommitdiff
path: root/kernel/locking/test-ww_mutex.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-27locking: Reduce the number of locks in ww_mutex stress testsGravatar Boqun Feng 1-1/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionGravatar Jason A. Donenfeld 1-2/+2
2022-10-11treewide: use prandom_u32_max() when possible, part 1Gravatar Jason A. Donenfeld 1-2/+2
2021-10-01locking/ww-mutex: Fix uninitialized use of ret in test_aa()Gravatar Nathan Chancellor 1-1/+2
2021-09-17kernel/locking: Add context to ww_mutex_trylock()Gravatar Maarten Lankhorst 1-21/+65
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 9Gravatar Thomas Gleixner 1-14/+1
2018-10-03locking/ww_mutex: Fix runtime warning in the WW mutex selftestGravatar Guenter Roeck 1-4/+6
2018-09-10locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic"Gravatar Colin Ian King 1-1/+1
2018-07-03locking: Implement an algorithm choice for Wound-Wait mutexesGravatar Thomas Hellstrom 1-1/+1
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagGravatar Michal Hocko 1-1/+1
2017-03-30locking/ww-mutex: Limit stress test to 2 secondsGravatar Chris Wilson 1-9/+9
2017-03-16locking/ww_mutex: Improve test to cover acquire context changesGravatar Peter Zijlstra 1-8/+7
2017-03-02locking/ww_mutex: Adjust the lock number for stress testGravatar Boqun Feng 1-1/+1
2017-03-02locking/ww_mutex: Replace cpu_relax() with cond_resched() for testsGravatar Chris Wilson 1-2/+2
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex stressGravatar Chris Wilson 1-0/+254
2017-01-14locking/ww_mutex: Add kselftests for resolving ww_mutex cyclic deadlocksGravatar Chris Wilson 1-0/+115
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex ABBA deadlock detectionGravatar Chris Wilson 1-0/+98
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex AA deadlock detectionGravatar Chris Wilson 1-0/+39
2017-01-14locking/ww_mutex: Begin kselftests for ww_mutexGravatar Chris Wilson 1-0/+140