summaryrefslogtreecommitdiff
path: root/kernel/locking/locktorture.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-28torture: Allow inter-stutter interval to be specifiedPaul E. McKenney1-1/+1
2019-03-26locktorture: 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-25rcutorture: Add grace period after CPU offlinePaul E. McKenney1-1/+1
2018-08-15Merge 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-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+6
2017-12-11torture: Eliminate torture_runnable and perf_runnablePaul E. McKenney1-5/+1
2017-12-11locking/locktorture: Fix num reader/writer corner casesDavidlohr Bueso1-32/+44
2017-12-11locking/locktorture: Fix rwsem reader_delayDavidlohr Bueso1-1/+1
2017-12-11torture: Reduce #ifdefs for preempt_schedule()Paul E. McKenney1-18/+6
2017-03-02sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar1-0/+1
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+73
2017-01-14locktorture: Fix potential memory leak with rw lock testYang Shi1-0/+6
2017-01-14locking/ww_mutex: Add ww_mutex to locktorture testChris Wilson1-0/+73
2016-04-28lcoking/locktorture: Simplify the torture_runnable computationPaul E. McKenney1-6/+1
2016-04-13locking/locktorture: Fix NULL pointer dereference for cleanup pathsDavidlohr Bueso1-0/+12
2016-04-13locking/locktorture: Fix deboosting NULL pointer dereferenceDavidlohr Bueso1-3/+3
2015-10-07Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201...Paul E. McKenney1-5/+159
2015-10-06locktorture: Fix module unwind when bad torture_type specifiedPaul E. McKenney1-3/+3
2015-10-06locktorture: Add torture tests for percpu_rwsemPaul E. McKenney1-0/+44
2015-10-06locktorture: Support rtmutex torturingDavidlohr Bueso1-2/+112
2015-05-27locktorture: Change longdelay_us to longdelay_msPaul E. McKenney1-6/+6
2015-05-27locktorture: fix deadlock in 'rw_lock_irq' typeAlexey Kodanev1-1/+1
2014-09-30locktorture: Cleanup header usageDavidlohr Bueso1-13/+1
2014-09-30locktorture: Cannot hold read and write lockDavidlohr Bueso1-0/+10
2014-09-30locktorture: Fix __acquire annotation for spinlock irqDavidlohr Bueso1-1/+1
2014-09-30locktorture: Support rwlocksDavidlohr Bueso1-3/+112
2014-09-16locktorture: Introduce torture contextDavidlohr Bueso1-79/+82
2014-09-16locktorture: Support rwsemsDavidlohr Bueso1-1/+67
2014-09-16locktorture: Add infrastructure for torturing read locksDavidlohr Bueso1-20/+156
2014-09-16torture: Address race in module cleanupDavidlohr Bueso1-1/+2
2014-09-16locktorture: Make statistics genericDavidlohr Bueso1-16/+16
2014-09-16locktorture: Teach about lock debuggingDavidlohr Bueso1-2/+13
2014-09-16locktorture: Support mutexesDavidlohr Bueso1-2/+39
2014-09-16locktorture: Rename locktorture_runnable parameterDavidlohr Bueso1-4/+4
2014-06-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2014-05-14torture: Check for multiple concurrent torture testsPaul E. McKenney1-1/+2
2014-05-14locktorture: Remove reference to nonexistent Kconfig parameterPaul E. McKenney1-2/+2
2014-05-13torture: Intensify locking testPaul E. McKenney1-1/+2
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang1-1/+1
2014-02-23rcutorture: Add a lock_busted to test the testPaul E. McKenney1-1/+32
2014-02-23locktorture: Add a lock-torture kernel modulePaul E. McKenney1-0/+421