Age | Commit message (Expand) | Author | Files | Lines |
2021-12-07 | locktorture,rcutorture,torture: Always log error message | Li Zhijian | 1 | -2/+2 |
2021-09-13 | locktorture: Warn on individual lock_torture_init() error conditions | Paul E. McKenney | 1 | -7/+7 |
2021-07-27 | locktorture: Count lock readers | Paul E. McKenney | 1 | -5/+4 |
2021-07-27 | locktorture: Mark statistics data races | Paul E. McKenney | 1 | -7/+9 |
2021-03-19 | locking/locktorture: Fix incorrect use of ww_acquire_ctx in ww_mutex test | Waiman Long | 1 | -12/+27 |
2021-03-19 | locking/locktorture: Pass thread id to lock/unlock functions | Waiman Long | 1 | -36/+58 |
2021-03-19 | locking/locktorture: Fix false positive circular locking splat in ww_mutex test | Waiman Long | 1 | -3/+14 |
2021-01-22 | Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a... | Paul E. McKenney | 1 | -1/+0 |
2021-01-04 | locking: Remove duplicate include of percpu-rwsem.h | Wang Qing | 1 | -1/+0 |
2020-11-06 | locktorture: Invoke percpu_free_rwsem() to do percpu-rwsem cleanup | Hou Tao | 1 | -5/+21 |
2020-11-06 | locktorture: Prevent hangs for invalid arguments | Paul E. McKenney | 1 | -0/+5 |
2020-11-06 | locktorture: Ignore nreaders_stress if no readlock support | Hou Tao | 1 | -1/+2 |
2020-11-06 | locktorture: Track time of last ->writeunlock() | Paul E. McKenney | 1 | -0/+2 |
2020-08-24 | locktorture: Make function torture_percpu_rwsem_init() static | Wei Yongjun | 1 | -1/+1 |
2020-08-06 | Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -8/+2 |
2020-06-29 | locktorture: Use true and false to assign to bool variables | Zou Wei | 1 | -7/+7 |
2020-06-15 | sched,locktorture: Convert to sched_set_fifo() | Peter Zijlstra | 1 | -8/+2 |
2020-02-20 | locktorture: Forgive apparent unfairness if CPU hotplug | Paul E. McKenney | 1 | -1/+2 |
2020-02-20 | locktorture: Use private random-number generators | Paul E. McKenney | 1 | -2/+2 |
2020-02-20 | locktorture: Print ratio of acquisitions, not failures | Paul E. McKenney | 1 | -4/+4 |
2019-10-05 | locking: locktorture: Do not include rwlock.h directly | Wolfgang M. Reimer | 1 | -1/+0 |
2019-10-05 | locktorture: Replace strncmp() with str_has_prefix() | Chuhong Yuan | 1 | -4/+4 |
2019-05-28 | torture: Allow inter-stutter interval to be specified | Paul E. McKenney | 1 | -1/+1 |
2019-03-26 | locktorture: NULL cxt.lwsa and cxt.lrsa to allow bad-arg detection | Paul E. McKenney | 1 | -0/+2 |
2019-02-09 | Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp... | Paul E. McKenney | 1 | -17/+4 |
2019-02-09 | locking/locktorture: Convert to SPDX license identifier | Paul E. McKenney | 1 | -16/+3 |
2019-01-25 | rcutorture: Add grace period after CPU offline | Paul E. McKenney | 1 | -1/+1 |
2018-08-15 | Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 1 | -1/+1 |
2018-07-03 | locking: Implement an algorithm choice for Wound-Wait mutexes | Thomas Hellstrom | 1 | -1/+1 |
2018-06-25 | torture: Keep old-school dmesg format | Paul E. McKenney | 1 | -0/+3 |
2018-06-25 | torture: Make online/offline messages appear only for verbose=2 | Paul E. McKenney | 1 | -1/+1 |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -2/+4 |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -2/+6 |
2017-12-11 | torture: Eliminate torture_runnable and perf_runnable | Paul E. McKenney | 1 | -5/+1 |
2017-12-11 | locking/locktorture: Fix num reader/writer corner cases | Davidlohr Bueso | 1 | -32/+44 |
2017-12-11 | locking/locktorture: Fix rwsem reader_delay | Davidlohr Bueso | 1 | -1/+1 |
2017-12-11 | torture: Reduce #ifdefs for preempt_schedule() | Paul E. McKenney | 1 | -18/+6 |
2017-03-02 | sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h> | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <uap... | Ingo Molnar | 1 | -0/+1 |
2017-02-20 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+73 |
2017-01-14 | locktorture: Fix potential memory leak with rw lock test | Yang Shi | 1 | -0/+6 |
2017-01-14 | locking/ww_mutex: Add ww_mutex to locktorture test | Chris Wilson | 1 | -0/+73 |
2016-04-28 | lcoking/locktorture: Simplify the torture_runnable computation | Paul E. McKenney | 1 | -6/+1 |
2016-04-13 | locking/locktorture: Fix NULL pointer dereference for cleanup paths | Davidlohr Bueso | 1 | -0/+12 |
2016-04-13 | locking/locktorture: Fix deboosting NULL pointer dereference | Davidlohr Bueso | 1 | -3/+3 |
2015-10-07 | Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201... | Paul E. McKenney | 1 | -5/+159 |
2015-10-06 | locktorture: Fix module unwind when bad torture_type specified | Paul E. McKenney | 1 | -3/+3 |
2015-10-06 | locktorture: Add torture tests for percpu_rwsem | Paul E. McKenney | 1 | -0/+44 |
2015-10-06 | locktorture: Support rtmutex torturing | Davidlohr Bueso | 1 | -2/+112 |
2015-05-27 | locktorture: Change longdelay_us to longdelay_ms | Paul E. McKenney | 1 | -6/+6 |