aboutsummaryrefslogtreecommitdiff
path: root/kernel/locking/locktorture.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-14torture: Add lock_torture writer_fifo module parameterGravatar Dietmar Eggemann 1-5/+7
2023-05-11locktorture: Add long_hold to adjust lock-hold delaysGravatar Paul E. McKenney 1-29/+22
2023-03-07locktorture: Add raw_spinlock* torture tests for PREEMPT_RT kernelsGravatar Zqiang 1-1/+55
2023-03-07locktorture: With nested locks, occasionally skip main lockGravatar John Stultz 1-10/+27
2023-03-07locktorture: Add nested locking to rtmutex torture testsGravatar John Stultz 1-0/+35
2023-03-07locktorture: Add nested locking to mutex torture testsGravatar John Stultz 1-0/+35
2023-03-07locktorture: Add nested_[un]lock() hooks and nlocks parameterGravatar John Stultz 1-4/+19
2023-01-05locktorture: Make the rt_boost factor a tunableGravatar Joel Fernandes (Google) 1-5/+7
2023-01-05locktorture: Allow non-rtmutex lock types to be boostedGravatar Joel Fernandes (Google) 1-43/+56
2021-12-07locktorture,rcutorture,torture: Always log error messageGravatar Li Zhijian 1-2/+2
2021-09-13locktorture: Warn on individual lock_torture_init() error conditionsGravatar Paul E. McKenney 1-7/+7
2021-07-27locktorture: Count lock readersGravatar Paul E. McKenney 1-5/+4
2021-07-27locktorture: Mark statistics data racesGravatar Paul E. McKenney 1-7/+9
2021-03-19locking/locktorture: Fix incorrect use of ww_acquire_ctx in ww_mutex testGravatar Waiman Long 1-12/+27
2021-03-19locking/locktorture: Pass thread id to lock/unlock functionsGravatar Waiman Long 1-36/+58
2021-03-19locking/locktorture: Fix false positive circular locking splat in ww_mutex testGravatar Waiman Long 1-3/+14
2021-01-22Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...Gravatar Paul E. McKenney 1-1/+0
2021-01-04locking: Remove duplicate include of percpu-rwsem.hGravatar Wang Qing 1-1/+0
2020-11-06locktorture: Invoke percpu_free_rwsem() to do percpu-rwsem cleanupGravatar Hou Tao 1-5/+21
2020-11-06locktorture: Prevent hangs for invalid argumentsGravatar Paul E. McKenney 1-0/+5
2020-11-06locktorture: Ignore nreaders_stress if no readlock supportGravatar Hou Tao 1-1/+2
2020-11-06locktorture: Track time of last ->writeunlock()Gravatar Paul E. McKenney 1-0/+2
2020-08-24locktorture: Make function torture_percpu_rwsem_init() staticGravatar Wei Yongjun 1-1/+1
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-8/+2
2020-06-29locktorture: Use true and false to assign to bool variablesGravatar Zou Wei 1-7/+7
2020-06-15sched,locktorture: Convert to sched_set_fifo()Gravatar Peter Zijlstra 1-8/+2
2020-02-20locktorture: Forgive apparent unfairness if CPU hotplugGravatar Paul E. McKenney 1-1/+2
2020-02-20locktorture: Use private random-number generatorsGravatar Paul E. McKenney 1-2/+2
2020-02-20locktorture: Print ratio of acquisitions, not failuresGravatar Paul E. McKenney 1-4/+4
2019-10-05locking: locktorture: Do not include rwlock.h directlyGravatar Wolfgang M. Reimer 1-1/+0
2019-10-05locktorture: Replace strncmp() with str_has_prefix()Gravatar Chuhong Yuan 1-4/+4
2019-05-28torture: Allow inter-stutter interval to be specifiedGravatar Paul E. McKenney 1-1/+1
2019-03-26locktorture: NULL cxt.lwsa and cxt.lrsa to allow bad-arg detectionGravatar Paul E. McKenney 1-0/+2
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Gravatar Paul E. McKenney 1-17/+4
2019-02-09locking/locktorture: Convert to SPDX license identifierGravatar Paul E. McKenney 1-16/+3
2019-01-25rcutorture: Add grace period after CPU offlineGravatar Paul E. McKenney 1-1/+1
2018-08-15Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-1/+1
2018-07-03locking: Implement an algorithm choice for Wound-Wait mutexesGravatar Thomas Hellstrom 1-1/+1
2018-06-25torture: Keep old-school dmesg formatGravatar Paul E. McKenney 1-0/+3
2018-06-25torture: Make online/offline messages appear only for verbose=2Gravatar Paul E. McKenney 1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-2/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+6
2017-12-11torture: Eliminate torture_runnable and perf_runnableGravatar Paul E. McKenney 1-5/+1
2017-12-11locking/locktorture: Fix num reader/writer corner casesGravatar Davidlohr Bueso 1-32/+44
2017-12-11locking/locktorture: Fix rwsem reader_delayGravatar Davidlohr Bueso 1-1/+1
2017-12-11torture: Reduce #ifdefs for preempt_schedule()Gravatar Paul E. McKenney 1-18/+6
2017-03-02sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Gravatar Ingo Molnar 1-0/+1
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+73
2017-01-14locktorture: Fix potential memory leak with rw lock testGravatar Yang Shi 1-0/+6