summaryrefslogtreecommitdiff
path: root/kernel/rcu/rcutorture.c
AgeCommit message (Expand)Author
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
2015-01-10rcutorture: Use unsigned for Reader Batch computationsPaul E. McKenney
2014-11-03rcutorture: Fix rcu_torture_cbflood() memory leakPaul E. McKenney
2014-09-16rcutorture: Rename rcutorture_runnable parameterPaul E. McKenney
2014-09-16torture: Address race in module cleanupDavidlohr Bueso
2014-09-16Merge branch 'rcu-tasks.2014.09.10a' into HEADPaul E. McKenney
2014-09-07rcutorture: Add torture tests for RCU-tasksPaul E. McKenney
2014-09-07rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loopsPaul E. McKenney
2014-09-07rcutorture: Add callback-flood testPaul E. McKenney
2014-09-07rcu: Use pr_alert/pr_cont for printing logsJoe Perches
2014-09-07rcutorture: Fix a sparse warning by marking boost_mutex staticPranith Kumar
2014-07-30Josh has movedJosh Triplett
2014-05-14torture: Check for multiple concurrent torture testsPaul E. McKenney
2014-05-14rcutorture: Run rcu_torture_writer at normal priorityPaul E. McKenney
2014-05-14rcutorture: Add missing destroy_timer_on_stack()Thomas Gleixner
2014-05-14rcutorture: Explicitly test synchronous grace-period primitivesPaul E. McKenney
2014-05-14rcutorture: Add tests for get_state_synchronize_rcu()Paul E. McKenney
2014-05-14rcutorture: Check for rcu_torture_fqs creation errorsPaul E. McKenney
2014-05-14rcutorture: Make rcu_torture_reader() use cond_resched()Paul E. McKenney
2014-05-14rcutorture: Export RCU grace-period kthread wait state to rcutorturePaul E. McKenney
2014-05-14torture: Dump ftrace buffer when the RCU grace period stallsPaul E. McKenney
2014-05-14rcutorture: Print negatives for SRCU counter wraparoundPaul E. McKenney
2014-05-14rcutorture: Mark function as static in kernel/rcu/torture.cRashika Kheria
2014-05-13rcutorture: Add forward-progress checking for writerPaul E. McKenney
2014-03-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-02-26Merge branch 'torture.2014.02.23a' into HEADPaul E. McKenney
2014-02-23rcutorture: Add an rcu_busted to test the testPaul E. McKenney
2014-02-23rcutorture: Stop generic kthreads in torture_cleanup()Paul E. McKenney
2014-02-23rcutorture: Abstract torture_stop_kthread()Paul E. McKenney
2014-02-23rcutorture: Abstract torture_create_kthread()Paul E. McKenney
2014-02-23rcutorture: Fix missing-return bug in rcu_torture_barrier_init()Paul E. McKenney