aboutsummaryrefslogtreecommitdiff
path: root/kernel/locking/locktorture.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-14locking/ww_mutex: Add ww_mutex to locktorture testGravatar Chris Wilson 1-0/+73
2016-04-28lcoking/locktorture: Simplify the torture_runnable computationGravatar Paul E. McKenney 1-6/+1
2016-04-13locking/locktorture: Fix NULL pointer dereference for cleanup pathsGravatar Davidlohr Bueso 1-0/+12
2016-04-13locking/locktorture: Fix deboosting NULL pointer dereferenceGravatar Davidlohr Bueso 1-3/+3
2015-10-07Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201...Gravatar Paul E. McKenney 1-5/+159
2015-10-06locktorture: Fix module unwind when bad torture_type specifiedGravatar Paul E. McKenney 1-3/+3
2015-10-06locktorture: Add torture tests for percpu_rwsemGravatar Paul E. McKenney 1-0/+44
2015-10-06locktorture: Support rtmutex torturingGravatar Davidlohr Bueso 1-2/+112
2015-05-27locktorture: Change longdelay_us to longdelay_msGravatar Paul E. McKenney 1-6/+6
2015-05-27locktorture: fix deadlock in 'rw_lock_irq' typeGravatar Alexey Kodanev 1-1/+1
2014-09-30locktorture: Cleanup header usageGravatar Davidlohr Bueso 1-13/+1
2014-09-30locktorture: Cannot hold read and write lockGravatar Davidlohr Bueso 1-0/+10
2014-09-30locktorture: Fix __acquire annotation for spinlock irqGravatar Davidlohr Bueso 1-1/+1
2014-09-30locktorture: Support rwlocksGravatar Davidlohr Bueso 1-3/+112
2014-09-16locktorture: Introduce torture contextGravatar Davidlohr Bueso 1-79/+82
2014-09-16locktorture: Support rwsemsGravatar Davidlohr Bueso 1-1/+67
2014-09-16locktorture: Add infrastructure for torturing read locksGravatar Davidlohr Bueso 1-20/+156
2014-09-16torture: Address race in module cleanupGravatar Davidlohr Bueso 1-1/+2