index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
locking
/
test-ww_mutex.c
Age
Commit message (
Expand
)
Author
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 9
Thomas Gleixner
2018-10-03
locking/ww_mutex: Fix runtime warning in the WW mutex selftest
Guenter Roeck
2018-09-10
locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic"
Colin Ian King
2018-07-03
locking: Implement an algorithm choice for Wound-Wait mutexes
Thomas Hellstrom
2017-09-13
mm: treewide: remove GFP_TEMPORARY allocation flag
Michal Hocko
2017-03-30
locking/ww-mutex: Limit stress test to 2 seconds
Chris Wilson
2017-03-16
locking/ww_mutex: Improve test to cover acquire context changes
Peter Zijlstra
2017-03-02
locking/ww_mutex: Adjust the lock number for stress test
Boqun Feng
2017-03-02
locking/ww_mutex: Replace cpu_relax() with cond_resched() for tests
Chris Wilson
2017-01-14
locking/ww_mutex: Add kselftests for ww_mutex stress
Chris Wilson
2017-01-14
locking/ww_mutex: Add kselftests for resolving ww_mutex cyclic deadlocks
Chris Wilson
2017-01-14
locking/ww_mutex: Add kselftests for ww_mutex ABBA deadlock detection
Chris Wilson
2017-01-14
locking/ww_mutex: Add kselftests for ww_mutex AA deadlock detection
Chris Wilson
2017-01-14
locking/ww_mutex: Begin kselftests for ww_mutex
Chris Wilson