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