aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/locking/locktorture.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-07locktorture,rcutorture,torture: Always log error messageLi Zhijian1-2/+2
2021-09-13locktorture: Warn on individual lock_torture_init() error conditionsPaul E. McKenney1-7/+7
2021-07-27locktorture: Count lock readersPaul E. McKenney1-5/+4
2021-07-27locktorture: Mark statistics data racesPaul E. McKenney1-7/+9
2021-03-19locking/locktorture: Fix incorrect use of ww_acquire_ctx in ww_mutex testWaiman Long1-12/+27
2021-03-19locking/locktorture: Pass thread id to lock/unlock functionsWaiman Long1-36/+58
2021-03-19locking/locktorture: Fix false positive circular locking splat in ww_mutex testWaiman Long1-3/+14
2021-01-22Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a', 'mmdumpobj.2021.01.22a', 'nocb.2021.01.06a', 'rt.2021.01.04a', 'stall.2021.01.06a', 'torture.2021.01.12a' and 'tortureall.2021.01.06a' into HEADPaul E. McKenney1-1/+0
2021-01-04locking: Remove duplicate include of percpu-rwsem.hWang Qing1-1/+0
2020-11-06locktorture: Invoke percpu_free_rwsem() to do percpu-rwsem cleanupHou Tao1-5/+21
2020-11-06locktorture: Prevent hangs for invalid argumentsPaul E. McKenney1-0/+5
2020-11-06locktorture: Ignore nreaders_stress if no readlock supportHou Tao1-1/+2
2020-11-06locktorture: Track time of last ->writeunlock()Paul E. McKenney1-0/+2
2020-08-24locktorture: Make function torture_percpu_rwsem_init() staticWei Yongjun1-1/+1
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+2
2020-06-29locktorture: Use true and false to assign to bool variablesZou Wei1-7/+7
2020-06-15sched,locktorture: Convert to sched_set_fifo()Peter Zijlstra1-8/+2
2020-02-20locktorture: Forgive apparent unfairness if CPU hotplugPaul E. McKenney1-1/+2
2020-02-20locktorture: Use private random-number generatorsPaul E. McKenney1-2/+2
2020-02-20locktorture: Print ratio of acquisitions, not failuresPaul E. McKenney1-4/+4
2019-10-05locking: locktorture: Do not include rwlock.h directlyWolfgang M. Reimer1-1/+0
2019-10-05locktorture: Replace strncmp() with str_has_prefix()Chuhong Yuan1-4/+4
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', 'spdx.2019.02.09a', 'srcu.2019.01.26a' and 'torture.2019.01.26a' into HEADPaul 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 <uapi/linux/sched/types.h>Ingo Molnar1-0/+1
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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.2015.10.06a' into HEADPaul 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