aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/rcutorture.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-30Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' and 'torture.2018.08.29a' into HEADPaul E. McKenney1-125/+272
2018-08-30rcutorture: Dump reader protection sequence if failures or close callsPaul E. McKenney1-23/+96
2018-08-30rcu: Clean up flavor-related definitions and comments in rcutorture.cPaul E. McKenney1-2/+2
2018-08-30rcutorture: Remove the "rcu_bh" and "sched" torture typesPaul E. McKenney1-86/+3
2018-08-30rcutorture: Add RCU-bh and RCU-sched support for extended readersPaul E. McKenney1-10/+22
2018-08-30rcutorture: Test extended "rcu" read-side critical sectionsPaul E. McKenney1-0/+1
2018-08-29rcutorture: Maintain self-propagating CB only during forward-progress testPaul E. McKenney1-5/+10
2018-08-29rcutorture: Check GP completion at stutter endPaul E. McKenney1-1/+4
2018-08-29rcutorture: Print forward-progress test interval on errorPaul E. McKenney1-5/+9
2018-08-29rcutorture: Adjust number of reader kthreads per CPU-hotplug operationsPaul E. McKenney1-2/+6
2018-08-29rcutorture: Reduce priority of forward-progress testingPaul E. McKenney1-0/+2
2018-08-29rcutorture: Limit reader duration if irq or bh disabledPaul E. McKenney1-1/+3
2018-08-29rcutorture: Increase rcu_read_delay() longdelay_msPaul E. McKenney1-1/+1
2018-08-29rcutorture: Add self-propagating callback to forward-progress testingPaul E. McKenney1-0/+36
2018-08-29rcutorture: Vary forward-progress test intervalPaul E. McKenney1-1/+6
2018-08-29rcutorture: Avoid no-test complaint if too few forward-progress triesPaul E. McKenney1-1/+4
2018-08-29rcutorture: Also use GP sequence to judge forward progressPaul E. McKenney1-4/+7
2018-08-29rcutorture: Add forward-progress tests for RCU grace periodsPaul E. McKenney1-1/+72
2018-08-29rcutorture: Warn on bad torture type for built-in testsPaul E. McKenney1-0/+1
2018-08-29rcutorture: Force occasional reader waitsPaul E. McKenney1-0/+5
2018-07-12Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEADPaul E. McKenney1-84/+288
2018-07-12rcutorture: Fix rcu_barrier successes counterJoel Fernandes (Google)1-5/+4
2018-07-12rcutorture: Add support to detect if boost kthread prio is too lowJoel Fernandes (Google)1-4/+28
2018-07-12rcutorture: Use monotonic timestamp for stall detectionArnd Bergmann1-2/+3
2018-07-12rcutorture: Make boost test more robustJoel Fernandes (Google)1-6/+39
2018-07-12rcutorture: Disable RT throttling for boost testsJoel Fernandes (Google)1-0/+29
2018-07-12rcutorture: Emphasize testing of single reader protection typePaul E. McKenney1-1/+8
2018-07-12rcutorture: Handle extended read-side critical sectionsPaul E. McKenney1-6/+152
2018-07-12rcutorture: Make rcu_torture_timer() use rcu_torture_one_read()Paul E. McKenney1-46/+1
2018-07-12rcutorture: Use per-CPU random state for rcu_torture_timer()Paul E. McKenney1-5/+5
2018-07-12rcutorture: Use atomic increment for n_rcu_torture_timersPaul E. McKenney1-3/+3
2018-07-12rcutorture: Extract common code from rcu_torture_reader()Paul E. McKenney1-43/+55
2018-07-12rcu: Remove rcutorture test version and sequence numberPaul E. McKenney1-3/+1
2018-07-12rcutorture: Change units of onoff_interval to jiffiesPaul E. McKenney1-2/+2
2018-07-12rcu: Remove "inline" from rcu_torture_print_module_parms()Paul E. McKenney1-1/+1
2018-07-12rcu: Use pr_fmt to prefix "rcu: " to logging outputJoe Perches1-2/+2
2018-07-12rcutorture: Correctly handle grace-period sequence wrapPaul E. McKenney1-6/+13
2018-07-12rcutorture: Convert rcutorture_get_gp_data() to ->gp_seqPaul E. McKenney1-14/+10
2018-07-12rcu: Make rcutorture's batches-completed API use ->gp_seqPaul E. McKenney1-32/+18
2018-06-25torture: Keep old-school dmesg formatPaul E. McKenney1-0/+3
2018-06-25torture: Make online/offline messages appear only for verbose=2Paul E. McKenney1-1/+1
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-2/+3
2018-05-15Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and 'torture.2018.05.15a' into HEADPaul E. McKenney1-1/+14
2018-05-15rcutorture: Print end-of-test statePaul E. McKenney1-0/+8
2018-05-15srcu: Add cleanup_srcu_struct_quiesced()Paul E. McKenney1-1/+6
2018-02-20rcutorture: Record which grace-period primitives are testedPaul E. McKenney1-8/+16
2018-02-20rcutorture: Re-enable testing of dynamic expeditingPaul E. McKenney1-6/+9
2018-02-20rcutorture: Avoid fake-writer use of undefined primitivesPaul E. McKenney1-4/+4
2018-02-20rcutorture: Abstract function and module namesPaul E. McKenney1-8/+8
2018-02-20rcutorture: Replace multi-instance kzalloc() with kcalloc()Paul E. McKenney1-5/+4