summaryrefslogtreecommitdiff
path: root/kernel/rcu/rcutorture.c
AgeCommit message (Expand)Author
2020-01-24Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney
2019-12-09rcutorture: Dynamically allocate rcu_fwds structurePaul E. McKenney
2019-12-09rcutorture: Complete threading rcu_fwd pointers through functionsPaul E. McKenney
2019-12-09rcutorture: Move to dynamic initialization of rcu_fwdsPaul E. McKenney
2019-12-09rcutorture: Thread rcu_fwd pointer through forward-progress functionsPaul E. McKenney
2019-12-09rcutorture: Pull callback forward-progress data into rcu_fwd structPaul E. McKenney
2019-12-09rcu: Use CONFIG_PREEMPTION where appropriateSebastian Andrzej Siewior
2019-10-30Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'r...Paul E. McKenney
2019-10-05rcutorture: Make in-kernel-loop testing more brutalPaul E. McKenney
2019-10-05rcutorture: Separate warnings for each failure typePaul E. McKenney
2019-10-05rcutorture: Emulate dyntick aspect of userspace nohz_full sojournPaul E. McKenney
2019-10-05rcutorture: Force on tick for readers and callback floodersPaul E. McKenney
2019-08-13rcu/nocb: Print no-CBs diagnostics when rcutorture writer unduly delayedPaul E. McKenney
2019-08-01rcutorture: Aggressive forward-progress tests shouldn't block shutdownPaul E. McKenney
2019-08-01rcutorture: Emulate userspace sojourn during call_rcu() floodsPaul E. McKenney
2019-05-28rcutorture: Upper case solves the case of the vanishing NULL pointerPaul E. McKenney
2019-05-28rcutorture: Dump trace buffer for callback pipe drain failuresPaul E. McKenney
2019-05-28rcutorture: Add trivial RCU implementationPaul E. McKenney
2019-05-28rcutorture: Halt forward-progress checks at end of runPaul E. McKenney
2019-05-28rcutorture: Give the scheduler a chance on PREEMPT && NO_HZ_FULL kernelsPaul E. McKenney
2019-05-28rcutorture: Exempt tasks RCU from timely draining of grace periodsPaul E. McKenney
2019-05-28torture: Allow inter-stutter interval to be specifiedPaul E. McKenney
2019-05-28rcutorture: Fix stutter_wait() return value and freelist checksPaul E. McKenney
2019-05-28rcutorture: Add cond_resched() to forward-progress free-up loopPaul E. McKenney
2019-04-09Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.2...Paul E. McKenney
2019-03-26rcutorture: Fix cleanup path for invalid torture_type stringsPaul E. McKenney
2019-03-26rcutorture: Fix expected forward progress duration in OOM notifierNeeraj Upadhyay
2019-03-26rcutorture: Remove ->ext_irq_conflict fieldPaul E. McKenney
2019-03-26rcutorture: Make rcutorture_extend_mask() comment match the codePaul E. McKenney
2019-03-26srcu: Remove cleanup_srcu_struct_quiesced()Paul E. McKenney
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...Paul E. McKenney
2019-02-09rcu/rcutorture: Convert to SPDX license identifierPaul E. McKenney
2019-01-25rcutorture: Add grace period after CPU offlinePaul E. McKenney
2019-01-25rcutorture: Record grace periods in forward-progress histogramPaul E. McKenney
2018-12-01rcutorture: Don't do busted forward-progress testingPaul E. McKenney
2018-12-01rcutorture: Use 100ms buckets for forward-progress callback histogramsPaul E. McKenney
2018-12-01rcutorture: Recover from OOM during forward-progress testsPaul E. McKenney
2018-12-01rcutorture: Print forward-progress test age upon failurePaul E. McKenney
2018-12-01rcutorture: Print histogram of CB invocation at OOM timePaul E. McKenney
2018-12-01rcutorture: Dump grace-period diagnostics upon forward-progress OOMPaul E. McKenney
2018-12-01rcutorture: Prepare for asynchronous access to rcu_fwd_startatPaul E. McKenney
2018-12-01rcutorture: Affinity forward-progress test to avoid housekeeping CPUsPaul E. McKenney
2018-12-01rcutorture: Break up too-long rcu_torture_fwd_prog() functionPaul E. McKenney
2018-12-01rcutorture: Remove cbflood facilityPaul E. McKenney
2018-12-01rcutorture: Add call_rcu() flooding forward-progress testsPaul E. McKenney
2018-08-30Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...Paul E. McKenney
2018-08-30rcutorture: Dump reader protection sequence if failures or close callsPaul E. McKenney
2018-08-30rcu: Clean up flavor-related definitions and comments in rcutorture.cPaul E. McKenney
2018-08-30rcutorture: Remove the "rcu_bh" and "sched" torture typesPaul E. McKenney
2018-08-30rcutorture: Add RCU-bh and RCU-sched support for extended readersPaul E. McKenney