summaryrefslogtreecommitdiff
path: root/kernel/rcu/rcutorture.c
AgeCommit message (Expand)Author
2017-06-08srcu: Remove Classic SRCUPaul E. McKenney
2017-06-08rcu: Move expediting-related access/control out of rcupdate.hPaul E. McKenney
2017-06-08srcu: Shrink Tiny SRCU a bit morePaul E. McKenney
2017-04-26srcu: Make rcutorture writer stalls print SRCU GP statePaul E. McKenney
2017-04-21srcu: Parallelize callback handlingPaul E. McKenney
2017-04-18srcu: Introduce CLASSIC_SRCU Kconfig optionPaul E. McKenney
2017-04-18srcutorture: Print Tiny SRCU reader statisticsPaul E. McKenney
2017-04-18srcu: Create a tiny SRCUPaul E. McKenney
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar
2017-01-25srcu: Implement more-efficient reader countsLance Roy
2016-11-14torture: Trace long read-side delaysPaul E. McKenney
2016-09-14Merge branches 'doc.2016.08.22c', 'exp.2016.08.22c', 'fixes.2016.09.14a', 'ho...Paul E. McKenney
2016-08-22rcutorture: Print out barrier error as document saysSeongJae Park
2016-08-22torture: Add task state to writer-task stall printk()sPaul E. McKenney
2016-08-22rcutorture: Convert to hotplug state machineSebastian Andrzej Siewior
2016-06-15Merge branches 'doc.2016.06.15a', 'fixes.2016.06.15b' and 'torture.2016.06.14...Paul E. McKenney
2016-06-15rcu: Fix a typo in a commentPaul E. McKenney
2016-06-14torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify codePaul E. McKenney
2016-04-21rcutorture: Add irqs-disabled test for call_rcu()Paul E. McKenney
2016-03-31rcutorture: Consider FROZEN hotplug notifier transitionsAnna-Maria Gleixner
2016-03-31rcutorture: Remove redundant initialization to zeroPaul E. McKenney
2016-03-31rcutorture: Allow for rcupdate.rcu_normalPaul E. McKenney
2016-03-31rcu: Consolidate dumping of ftrace bufferPaul E. McKenney
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-03-15tags: Fix DEFINE_PER_CPU expansionsPeter Zijlstra
2016-02-23rcutorture: Correct no-expedite console messagesPaul E. McKenney
2015-12-05rcutorture: Print symbolic name for rcu_torture_writer_statePaul E. McKenney
2015-10-07Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201...Paul E. McKenney
2015-10-06rcutorture: Fix unused-function warning for torturing_tasks()Paul E. McKenney
2015-10-06rcutorture: Fix module unwind when bad torture_type specifiedPaul E. McKenney
2015-10-06torture: Consolidate cond_resched_rcu_qs() into stutter_wait()Paul E. McKenney
2015-10-06rcu: Use call_rcu_func_t to replace explicit type equivalentsBoqun Feng
2015-10-06rcu: Use rcu_callback_t in call_rcu*() and friendsBoqun Feng
2015-08-04Merge branches 'doc.2015.07.15a' and 'torture.2015.07.15a' into HEADPaul E. McKenney
2015-07-22rcu: Add RCU-sched flavors of get-state and cond-syncPaul E. McKenney
2015-07-15rcutorture: Add RCU-tasks qualifier to dereferencePaul E. McKenney
2015-07-15rcutorture: Fix rcu_torture_cbflood() for callback-free RCUPaul E. McKenney
2015-07-15rcutorture: Bounds-check rcutorture.shuffle_intervalPaul E. McKenney
2015-07-15rcutorture: Check nfakewriters parameterPaul E. McKenney
2015-07-15rcutorture: Better bounds checking for n_barrier_cbsPaul E. McKenney
2015-05-27rcutorture: Test SRCU cleanup code pathPaul E. McKenney
2015-05-27rcutorture: Replace barriers with smp_store_release() and smp_load_acquire()Paul E. McKenney
2015-05-27rcutorture: Allow negative values of nreaders to oversubscribePaul E. McKenney
2015-05-27rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney
2015-02-26rcutorture: Make consistent use of variablesPaul E. McKenney
2015-02-26rcu: Add rcu_expedite_gp() and rcu_unexpedite_gp() to rcutorturePaul E. McKenney
2015-01-10rcutorture: Add more diagnostics in rcu_barrier() test failure casePaul E. McKenney
2015-01-10rcutorture: Check from beginning to end of grace periodPaul E. McKenney
2015-01-10rcutorture: Drop rcu_torture_completed() and friendsPaul E. McKenney