summaryrefslogtreecommitdiffstats
path: root/kernel/locking/locktorture.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+6
* torture: Eliminate torture_runnable and perf_runnablePaul E. McKenney2017-12-111-5/+1
* locking/locktorture: Fix num reader/writer corner casesDavidlohr Bueso2017-12-111-32/+44
* locking/locktorture: Fix rwsem reader_delayDavidlohr Bueso2017-12-111-1/+1
* torture: Reduce #ifdefs for preempt_schedule()Paul E. McKenney2017-12-111-18/+6
* sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-0/+73
|\
| * locking/ww_mutex: Add ww_mutex to locktorture testChris Wilson2017-01-141-0/+73
* | locktorture: Fix potential memory leak with rw lock testYang Shi2017-01-141-0/+6
|/
* lcoking/locktorture: Simplify the torture_runnable computationPaul E. McKenney2016-04-281-6/+1
* locking/locktorture: Fix NULL pointer dereference for cleanup pathsDavidlohr Bueso2016-04-131-0/+12
* locking/locktorture: Fix deboosting NULL pointer dereferenceDavidlohr Bueso2016-04-131-3/+3
*-. Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201...Paul E. McKenney2015-10-071-5/+159
|\ \
| | * locktorture: Fix module unwind when bad torture_type specifiedPaul E. McKenney2015-10-061-3/+3
| |/ |/|
| * locktorture: Add torture tests for percpu_rwsemPaul E. McKenney2015-10-061-0/+44
| * locktorture: Support rtmutex torturingDavidlohr Bueso2015-10-061-2/+112
|/
* locktorture: Change longdelay_us to longdelay_msPaul E. McKenney2015-05-271-6/+6
* locktorture: fix deadlock in 'rw_lock_irq' typeAlexey Kodanev2015-05-271-1/+1
* locktorture: Cleanup header usageDavidlohr Bueso2014-09-301-13/+1
* locktorture: Cannot hold read and write lockDavidlohr Bueso2014-09-301-0/+10
* locktorture: Fix __acquire annotation for spinlock irqDavidlohr Bueso2014-09-301-1/+1
* locktorture: Support rwlocksDavidlohr Bueso2014-09-301-3/+112
* locktorture: Introduce torture contextDavidlohr Bueso2014-09-161-79/+82
* locktorture: Support rwsemsDavidlohr Bueso2014-09-161-1/+67
* locktorture: Add infrastructure for torturing read locksDavidlohr Bueso2014-09-161-20/+156
* torture: Address race in module cleanupDavidlohr Bueso2014-09-161-1/+2
* locktorture: Make statistics genericDavidlohr Bueso2014-09-161-16/+16
* locktorture: Teach about lock debuggingDavidlohr Bueso2014-09-161-2/+13
* locktorture: Support mutexesDavidlohr Bueso2014-09-161-2/+39
* locktorture: Rename locktorture_runnable parameterDavidlohr Bueso2014-09-161-4/+4
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-031-1/+1
|\
| * sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang2014-04-181-1/+1
* | torture: Check for multiple concurrent torture testsPaul E. McKenney2014-05-141-1/+2
* | locktorture: Remove reference to nonexistent Kconfig parameterPaul E. McKenney2014-05-141-2/+2
* | torture: Intensify locking testPaul E. McKenney2014-05-131-1/+2
|/
* rcutorture: Add a lock_busted to test the testPaul E. McKenney2014-02-231-1/+32
* locktorture: Add a lock-torture kernel modulePaul E. McKenney2014-02-231-0/+421
OpenPOWER on IntegriCloud