aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/rcutorture.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-10rcutorture: Use unsigned for Reader Batch computationsPaul E. McKenney1-9/+9
2014-11-03rcutorture: Fix rcu_torture_cbflood() memory leakPaul E. McKenney1-0/+1
2014-09-16rcutorture: Rename rcutorture_runnable parameterPaul E. McKenney1-4/+4
2014-09-16torture: Address race in module cleanupDavidlohr Bueso1-1/+2
2014-09-16Merge branch 'rcu-tasks.2014.09.10a' into HEADPaul E. McKenney1-3/+51
2014-09-07rcutorture: Add torture tests for RCU-tasksPaul E. McKenney1-1/+49
2014-09-07rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loopsPaul E. McKenney1-2/+2
2014-09-07rcutorture: Add callback-flood testPaul E. McKenney1-1/+85
2014-09-07rcu: Use pr_alert/pr_cont for printing logsJoe Perches1-71/+56
2014-09-07rcutorture: Fix a sparse warning by marking boost_mutex staticPranith Kumar1-1/+1
2014-07-30Josh has movedJosh Triplett1-2/+2
2014-05-14torture: Check for multiple concurrent torture testsPaul E. McKenney1-1/+2