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