summaryrefslogtreecommitdiff
path: root/kernel/locking/test-ww_mutex.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 9Thomas Gleixner1-14/+1
2018-10-03locking/ww_mutex: Fix runtime warning in the WW mutex selftestGuenter Roeck1-4/+6
2018-09-10locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic"Colin Ian King1-1/+1
2018-07-03locking: Implement an algorithm choice for Wound-Wait mutexesThomas Hellstrom1-1/+1
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-1/+1
2017-03-30locking/ww-mutex: Limit stress test to 2 secondsChris Wilson1-9/+9
2017-03-16locking/ww_mutex: Improve test to cover acquire context changesPeter Zijlstra1-8/+7
2017-03-02locking/ww_mutex: Adjust the lock number for stress testBoqun Feng1-1/+1
2017-03-02locking/ww_mutex: Replace cpu_relax() with cond_resched() for testsChris Wilson1-2/+2
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex stressChris Wilson1-0/+254
2017-01-14locking/ww_mutex: Add kselftests for resolving ww_mutex cyclic deadlocksChris Wilson1-0/+115
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex ABBA deadlock detectionChris Wilson1-0/+98
2017-01-14locking/ww_mutex: Add kselftests for ww_mutex AA deadlock detectionChris Wilson1-0/+39
2017-01-14locking/ww_mutex: Begin kselftests for ww_mutexChris Wilson1-0/+140