aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/rcutorture.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-23rcutorture: Correct no-expedite console messagesPaul E. McKenney1-6/+8
2015-12-05rcutorture: Print symbolic name for rcu_torture_writer_statePaul E. McKenney1-1/+23
2015-10-07Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.2015.10.06a' into HEADPaul E. McKenney1-6/+4
2015-10-06rcutorture: Fix unused-function warning for torturing_tasks()Paul E. McKenney1-1/+1
2015-10-06rcutorture: Fix module unwind when bad torture_type specifiedPaul E. McKenney1-3/+3
2015-10-06torture: Consolidate cond_resched_rcu_qs() into stutter_wait()Paul E. McKenney1-2/+0
2015-10-06rcu: Use call_rcu_func_t to replace explicit type equivalentsBoqun Feng1-1/+1
2015-10-06rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng1-2/+2
2015-08-04Merge branches 'doc.2015.07.15a' and 'torture.2015.07.15a' into HEADPaul E. McKenney1-13/+27
2015-07-22rcu: Add RCU-sched flavors of get-state and cond-syncPaul E. McKenney1-0/+2
2015-07-15rcutorture: Add RCU-tasks qualifier to dereferencePaul E. McKenney1-2/+14
2015-07-15rcutorture: Fix rcu_torture_cbflood() for callback-free RCUPaul E. McKenney1-3/+2
2015-07-15rcutorture: Bounds-check rcutorture.shuffle_intervalPaul E. McKenney1-1/+1
2015-07-15rcutorture: Check nfakewriters parameterPaul E. McKenney1-6/+9
2015-07-15rcutorture: Better bounds checking for n_barrier_cbsPaul E. McKenney1-1/+1
2015-05-27rcutorture: Test SRCU cleanup code pathPaul E. McKenney1-19/+58