summaryrefslogtreecommitdiffstats
path: root/kernel/locking/locktorture.c
Commit message (Expand)AuthorAgeFilesLines
* locktorture: Increase Hamming distance between call_rcu_chain and rcu_call_ch...Paul E. McKenney2023-11-231-9/+9
* locktorture: Check the correct variable for allocation failureDan Carpenter2023-10-111-1/+1
* locktorture: Rename readers_bind/writers_bind to bind_readers/bind_writersPaul E. McKenney2023-09-241-14/+14
* locktorture: Add call_rcu_chains module parameterPaul E. McKenney2023-09-241-2/+60
* locktorture: Add new module parameters to lock_torture_print_module_parms()Paul E. McKenney2023-09-241-41/+23
* locktorture: Add acq_writer_lim to complain about long acquistion timesPaul E. McKenney2023-09-241-2/+13
* locktorture: Consolidate "if" statements in lock_torture_writer()Paul E. McKenney2023-09-241-3/+2
* locktorture: Alphabetize torture_param() entriesPaul E. McKenney2023-09-241-6/+6
* locktorture: Add readers_bind and writers_bind module parametersPaul E. McKenney2023-09-241-2/+62
* torture: Add lock_torture writer_fifo module parameterDietmar Eggemann2023-08-141-5/+7
* locktorture: Add long_hold to adjust lock-hold delaysPaul E. McKenney2023-05-111-29/+22
* locktorture: Add raw_spinlock* torture tests for PREEMPT_RT kernelsZqiang2023-03-071-1/+55
* locktorture: With nested locks, occasionally skip main lockJohn Stultz2023-03-071-10/+27
* locktorture: Add nested locking to rtmutex torture testsJohn Stultz2023-03-071-0/+35
* locktorture: Add nested locking to mutex torture testsJohn Stultz2023-03-071-0/+35
* locktorture: Add nested_[un]lock() hooks and nlocks parameterJohn Stultz2023-03-071-4/+19
* locktorture: Make the rt_boost factor a tunableJoel Fernandes (Google)2023-01-051-5/+7
* locktorture: Allow non-rtmutex lock types to be boostedJoel Fernandes (Google)2023-01-051-43/+56
* locktorture,rcutorture,torture: Always log error messageLi Zhijian2021-12-071-2/+2
* locktorture: Warn on individual lock_torture_init() error conditionsPaul E. McKenney2021-09-131-7/+7
* locktorture: Count lock readersPaul E. McKenney2021-07-271-5/+4
* locktorture: Mark statistics data racesPaul E. McKenney2021-07-271-7/+9
* locking/locktorture: Fix incorrect use of ww_acquire_ctx in ww_mutex testWaiman Long2021-03-191-12/+27
* locking/locktorture: Pass thread id to lock/unlock functionsWaiman Long2021-03-191-36/+58
* locking/locktorture: Fix false positive circular locking splat in ww_mutex testWaiman Long2021-03-191-3/+14
* Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...Paul E. McKenney2021-01-221-1/+0
|\
| * locking: Remove duplicate include of percpu-rwsem.hWang Qing2021-01-041-1/+0
* | locktorture: Invoke percpu_free_rwsem() to do percpu-rwsem cleanupHou Tao2020-11-061-5/+21
* | locktorture: Prevent hangs for invalid argumentsPaul E. McKenney2020-11-061-0/+5
* | locktorture: Ignore nreaders_stress if no readlock supportHou Tao2020-11-061-1/+2
* | locktorture: Track time of last ->writeunlock()Paul E. McKenney2020-11-061-0/+2
|/
* locktorture: Make function torture_percpu_rwsem_init() staticWei Yongjun2020-08-241-1/+1
* Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-8/+2
|\
| * sched,locktorture: Convert to sched_set_fifo()Peter Zijlstra2020-06-151-8/+2
* | locktorture: Use true and false to assign to bool variablesZou Wei2020-06-291-7/+7
|/
* locktorture: Forgive apparent unfairness if CPU hotplugPaul E. McKenney2020-02-201-1/+2
* locktorture: Use private random-number generatorsPaul E. McKenney2020-02-201-2/+2
* locktorture: Print ratio of acquisitions, not failuresPaul E. McKenney2020-02-201-4/+4
* locking: locktorture: Do not include rwlock.h directlyWolfgang M. Reimer2019-10-051-1/+0
* locktorture: Replace strncmp() with str_has_prefix()Chuhong Yuan2019-10-051-4/+4
* torture: Allow inter-stutter interval to be specifiedPaul E. McKenney2019-05-281-1/+1
* locktorture: NULL cxt.lwsa and cxt.lrsa to allow bad-arg detectionPaul E. McKenney2019-03-261-0/+2
*-. Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney2019-02-091-17/+4
|\ \
| | * rcutorture: Add grace period after CPU offlinePaul E. McKenney2019-01-251-1/+1
| |/ |/|
| * locking/locktorture: Convert to SPDX license identifierPaul E. McKenney2019-02-091-16/+3
|/
* Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-08-151-1/+1
|\
| * locking: Implement an algorithm choice for Wound-Wait mutexesThomas Hellstrom2018-07-031-1/+1
* | torture: Keep old-school dmesg formatPaul E. McKenney2018-06-251-0/+3
* | torture: Make online/offline messages appear only for verbose=2Paul E. McKenney2018-06-251-1/+1
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+4