aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/rcutorture.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-2/+3
2018-05-15Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and 'torture.2018.05.15a' into HEADPaul E. McKenney1-1/+14
2018-05-15rcutorture: Print end-of-test statePaul E. McKenney1-0/+8
2018-05-15srcu: Add cleanup_srcu_struct_quiesced()Paul E. McKenney1-1/+6
2018-02-20rcutorture: Record which grace-period primitives are testedPaul E. McKenney1-8/+16
2018-02-20rcutorture: Re-enable testing of dynamic expeditingPaul E. McKenney1-6/+9
2018-02-20rcutorture: Avoid fake-writer use of undefined primitivesPaul E. McKenney1-4/+4
2018-02-20rcutorture: Abstract function and module namesPaul E. McKenney1-8/+8
2018-02-20rcutorture: Replace multi-instance kzalloc() with kcalloc()Paul E. McKenney1-5/+4
2017-12-11torture: Eliminate torture_runnable and perf_runnablePaul E. McKenney1-5/+1
2017-12-11rcutorture: Preempt RCU-preempt readers more vigorouslyPaul E. McKenney1-1/+1
2017-12-11torture: Reduce #ifdefs for preempt_schedule()Paul E. McKenney1-3/+1
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-11-02rcu: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-10-09rcutorture: Dump writer stack if stalledPaul E. McKenney1-0/+6
2017-10-09rcutorture: Add interrupt-disable capability to stall-warning testsPaul E. McKenney1-5/+13
2017-08-17Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b', 'misc.2017.08.17a', 'spin_unlock_wait_no.2017.08.17a', 'srcu.2017.07.27c' and 'torture.2017.07.24c' into HEADPaul E. McKenney1-59/+24
2017-08-17rcu: Drive TASKS_RCU directly off of PREEMPTPaul E. McKenney1-16/+1
2017-07-24rcutorture: Invoke call_rcu() from timer handlerPaul E. McKenney1-0/+13
2017-07-24rcutorture: Eliminate unused ts_rem local from rcu_trace_clock_local()Paul E. McKenney1-1/+2
2017-07-24rcutorture: Add task's CPU for rcutorture writer stallsPaul E. McKenney1-2/+3
2017-07-24rcutorture: Place event-traced strings into trace bufferPaul E. McKenney1-1/+1
2017-07-24rcutorture: Enable SRCU readers from timer handlerPaul E. McKenney1-1/+3
2017-07-24rcutorture: Move SRCU status printing to SRCU implementationsPaul E. McKenney1-38/+1
2017-06-08srcu: Remove Classic SRCUPaul E. McKenney1-17/+0
2017-06-08rcu: Move expediting-related access/control out of rcupdate.hPaul E. McKenney1-0/+2
2017-06-08srcu: Shrink Tiny SRCU a bit morePaul E. McKenney1-1/+1
2017-04-26srcu: Make rcutorture writer stalls print SRCU GP statePaul E. McKenney1-3/+5
2017-04-21srcu: Parallelize callback handlingPaul E. McKenney1-1/+19
2017-04-18srcu: Introduce CLASSIC_SRCU Kconfig optionPaul E. McKenney1-1/+1
2017-04-18srcutorture: Print Tiny SRCU reader statisticsPaul E. McKenney1-4/+11
2017-04-18srcu: Create a tiny SRCUPaul E. McKenney1-0/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>Ingo Molnar1-0/+1
2017-01-25srcu: Implement more-efficient reader countsLance Roy1-2/+17
2016-11-14torture: Trace long read-side delaysPaul E. McKenney1-1/+10
2016-09-14Merge branches 'doc.2016.08.22c', 'exp.2016.08.22c', 'fixes.2016.09.14a', 'hotplug.2016.08.22c' and 'torture.2016.08.22c' into HEADPaul E. McKenney1-41/+21
2016-08-22rcutorture: Print out barrier error as document saysSeongJae Park1-1/+2
2016-08-22torture: Add task state to writer-task stall printk()sPaul E. McKenney1-2/+5
2016-08-22rcutorture: Convert to hotplug state machineSebastian Andrzej Siewior1-38/+14
2016-06-15Merge branches 'doc.2016.06.15a', 'fixes.2016.06.15b' and 'torture.2016.06.14a' into HEADPaul E. McKenney1-7/+2
2016-06-15rcu: Fix a typo in a commentPaul E. McKenney1-1/+1
2016-06-14torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify codePaul E. McKenney1-6/+1
2016-04-21rcutorture: Add irqs-disabled test for call_rcu()Paul E. McKenney1-0/+2
2016-03-31rcutorture: Consider FROZEN hotplug notifier transitionsAnna-Maria Gleixner1-1/+1
2016-03-31rcutorture: Remove redundant initialization to zeroPaul E. McKenney1-2/+2
2016-03-31rcutorture: Allow for rcupdate.rcu_normalPaul E. McKenney1-2/+2
2016-03-31rcu: Consolidate dumping of ftrace bufferPaul E. McKenney1-14/+3
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+2
2016-03-15tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra1-4/+2