aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/rcu/rcutorture.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-27rcutorture: Replace barriers with smp_store_release() and smp_load_acquire()Paul E. McKenney1-11/+13
2015-05-27rcutorture: Allow negative values of nreaders to oversubscribePaul E. McKenney1-1/+1
2015-05-27rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney1-1/+1
2015-02-26rcutorture: Make consistent use of variablesPaul E. McKenney1-1/+1
2015-02-26rcu: Add rcu_expedite_gp() and rcu_unexpedite_gp() to rcutorturePaul E. McKenney1-0/+25
2015-01-10rcutorture: Add more diagnostics in rcu_barrier() test failure casePaul E. McKenney1-0/+3
2015-01-10rcutorture: Check from beginning to end of grace periodPaul E. McKenney1-10/+27
2015-01-10rcutorture: Drop rcu_torture_completed() and friendsPaul E. McKenney1-13/+3