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