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