summaryrefslogtreecommitdiff
path: root/kernel/rcu/rcutorture.c
AgeCommit message (Expand)Author
2018-08-30rcutorture: Test extended "rcu" read-side critical sectionsPaul E. McKenney
2018-08-29rcutorture: Maintain self-propagating CB only during forward-progress testPaul E. McKenney
2018-08-29rcutorture: Check GP completion at stutter endPaul E. McKenney
2018-08-29rcutorture: Print forward-progress test interval on errorPaul E. McKenney
2018-08-29rcutorture: Adjust number of reader kthreads per CPU-hotplug operationsPaul E. McKenney
2018-08-29rcutorture: Reduce priority of forward-progress testingPaul E. McKenney
2018-08-29rcutorture: Limit reader duration if irq or bh disabledPaul E. McKenney
2018-08-29rcutorture: Increase rcu_read_delay() longdelay_msPaul E. McKenney
2018-08-29rcutorture: Add self-propagating callback to forward-progress testingPaul E. McKenney
2018-08-29rcutorture: Vary forward-progress test intervalPaul E. McKenney
2018-08-29rcutorture: Avoid no-test complaint if too few forward-progress triesPaul E. McKenney
2018-08-29rcutorture: Also use GP sequence to judge forward progressPaul E. McKenney
2018-08-29rcutorture: Add forward-progress tests for RCU grace periodsPaul E. McKenney
2018-08-29rcutorture: Warn on bad torture type for built-in testsPaul E. McKenney
2018-08-29rcutorture: Force occasional reader waitsPaul E. McKenney
2018-07-12Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEADPaul E. McKenney
2018-07-12rcutorture: Fix rcu_barrier successes counterJoel Fernandes (Google)
2018-07-12rcutorture: Add support to detect if boost kthread prio is too lowJoel Fernandes (Google)
2018-07-12rcutorture: Use monotonic timestamp for stall detectionArnd Bergmann
2018-07-12rcutorture: Make boost test more robustJoel Fernandes (Google)
2018-07-12rcutorture: Disable RT throttling for boost testsJoel Fernandes (Google)
2018-07-12rcutorture: Emphasize testing of single reader protection typePaul E. McKenney
2018-07-12rcutorture: Handle extended read-side critical sectionsPaul E. McKenney
2018-07-12rcutorture: Make rcu_torture_timer() use rcu_torture_one_read()Paul E. McKenney
2018-07-12rcutorture: Use per-CPU random state for rcu_torture_timer()Paul E. McKenney
2018-07-12rcutorture: Use atomic increment for n_rcu_torture_timersPaul E. McKenney
2018-07-12rcutorture: Extract common code from rcu_torture_reader()Paul E. McKenney
2018-07-12rcu: Remove rcutorture test version and sequence numberPaul E. McKenney
2018-07-12rcutorture: Change units of onoff_interval to jiffiesPaul E. McKenney
2018-07-12rcu: Remove "inline" from rcu_torture_print_module_parms()Paul E. McKenney
2018-07-12rcu: Use pr_fmt to prefix "rcu: " to logging outputJoe Perches
2018-07-12rcutorture: Correctly handle grace-period sequence wrapPaul E. McKenney
2018-07-12rcutorture: Convert rcutorture_get_gp_data() to ->gp_seqPaul E. McKenney
2018-07-12rcu: Make rcutorture's batches-completed API use ->gp_seqPaul E. McKenney
2018-06-25torture: Keep old-school dmesg formatPaul E. McKenney
2018-06-25torture: Make online/offline messages appear only for verbose=2Paul E. McKenney
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-05-15Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and...Paul E. McKenney
2018-05-15rcutorture: Print end-of-test statePaul E. McKenney
2018-05-15srcu: Add cleanup_srcu_struct_quiesced()Paul E. McKenney
2018-02-20rcutorture: Record which grace-period primitives are testedPaul E. McKenney
2018-02-20rcutorture: Re-enable testing of dynamic expeditingPaul E. McKenney
2018-02-20rcutorture: Avoid fake-writer use of undefined primitivesPaul E. McKenney
2018-02-20rcutorture: Abstract function and module namesPaul E. McKenney
2018-02-20rcutorture: Replace multi-instance kzalloc() with kcalloc()Paul E. McKenney
2017-12-11torture: Eliminate torture_runnable and perf_runnablePaul E. McKenney
2017-12-11rcutorture: Preempt RCU-preempt readers more vigorouslyPaul E. McKenney
2017-12-11torture: Reduce #ifdefs for preempt_schedule()Paul E. McKenney
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-02rcu: Convert timers to use timer_setup()Kees Cook