- d685514 rcutorture: Allow pointer leaks to test diagnostic code by Paul E. McKenney · 4 years, 5 months ago
- 299c7d9 rcutorture: Hoist OOM registry up one level by Paul E. McKenney · 4 years, 6 months ago
- 57f6020 rcutorture: Properly synchronize with OOM notifier by Paul E. McKenney · 4 years, 6 months ago
- c8fa637 rcutorture: Properly set rcu_fwds for OOM handling by Paul E. McKenney · 4 years, 6 months ago
- 959954d rcutorture: Output number of elapsed grace periods by Joel Fernandes (Google) · 4 years, 7 months ago
- 83224af rcutorture: Remove KCSAN stubs by Paul E. McKenney · 4 years, 7 months ago
- 6d2b84a Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 13625c0 Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a', 'rcu-tasks.2020.06.29a', 'scale.2020.06.29a', 'srcu.2020.06.29a' and 'torture.2020.06.29a' into HEAD by Paul E. McKenney · 4 years, 7 months ago
- 7752275 rcutorture: Check for unwatched readers by Paul E. McKenney · 4 years, 7 months ago
- 8f43d59 rcu/rcutorture: Replace 0 with false by Jules Irenge · 4 years, 8 months ago
- cae7cc6 rcutorture: NULL rcu_torture_current earlier in cleanup code by Paul E. McKenney · 4 years, 9 months ago
- 4a5f133 rcutorture: Add races with task-exit processing by Paul E. McKenney · 4 years, 9 months ago
- 43cb545 docs: RCU: Convert torture.txt to ReST by Mauro Carvalho Chehab · 4 years, 9 months ago
- 8b70098 sched: Remove sched_set_*() return value by Peter Zijlstra · 4 years, 9 months ago
- ce1c8af sched,rcutorture: Convert to sched_set_fifo_low() by Peter Zijlstra · 4 years, 9 months ago
- f736e0f Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020.04.27a', 'stall.2020.04.27a' and 'torture.2020.05.07a' into HEAD by Paul E. McKenney · 4 years, 8 months ago
- 3c80b40 rcutorture: Convert ULONG_CMP_LT() to time_before() by Paul E. McKenney · 4 years, 9 months ago
- afbc157 rcutorture: Make rcu_fwds and rcu_fwd_emergency_stop static by Jason Yan · 4 years, 9 months ago
- 55b2dcf rcu: Allow rcutorture to starve grace-period kthread by Paul E. McKenney · 4 years, 10 months ago
- 19a8ff9 rcutorture: Add flag to produce non-busy-wait task stalls by Paul E. McKenney · 4 years, 10 months ago
- c9527be rcutorture: Mark data-race potential for rcu_barrier() test statistics by Paul E. McKenney · 5 years ago
- 3b2a473 rcutorture: Add KCSAN stubs by Paul E. McKenney · 4 years, 9 months ago
- c1a76c0 rcutorture: Add torture tests for RCU Tasks Trace by Paul E. McKenney · 4 years, 10 months ago
- 3d6e43c rcutorture: Add torture tests for RCU Tasks Rude by Paul E. McKenney · 4 years, 11 months ago
- 9cf8fc6 rcutorture: Add a test for synchronize_rcu_mult() by Paul E. McKenney · 4 years, 11 months ago
- 52b1fc3 rcutorture: Add test of holding scheduler locks across rcu_read_unlock() by Paul E. McKenney · 4 years, 10 months ago
- 9470a18 rcutorture: Manually clean up after rcu_barrier() failure by Paul E. McKenney · 5 years ago
- 50d4b62 rcutorture: Make rcu_torture_barrier_cbs() post from corresponding CPU by Paul E. McKenney · 5 years ago
- 5396d31 rcutorture: Annotation lockless accesses to rcu_torture_current by Paul E. McKenney · 5 years ago
- f042a43 rcutorture: Add READ_ONCE() to rcu_torture_count and rcu_torture_batch by Paul E. McKenney · 5 years ago
- 102c14d rcutorture: Fix stray access to rcu_fwd_cb_nodelay by Paul E. McKenney · 5 years ago
- 2024891 rcutorture: Fix rcu_torture_one_read()/rcu_torture_writer() data race by Paul E. McKenney · 5 years ago
- 4ab00bd rcutorture: Suppress boottime bad-sequence warnings by Paul E. McKenney · 5 years ago
- 58c5336 rcutorture: Allow boottime stall warnings to be suppressed by Paul E. McKenney · 5 years ago
- 4355080 rcutorture: Refrain from callback flooding during boot by Paul E. McKenney · 5 years ago
- 59ee032 rcutorture: Suppress forward-progress complaints during early boot by Paul E. McKenney · 5 years ago
- 0e24738 Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kfree_rcu.2020.01.24a', 'list.2020.01.10a', 'preempt.2020.01.24a' and 'torture.2019.12.09a' into HEAD by Paul E. McKenney · 5 years ago
- 5155be9 rcutorture: Dynamically allocate rcu_fwds structure by Paul E. McKenney · 5 years ago
- 6764100 rcutorture: Complete threading rcu_fwd pointers through functions by Paul E. McKenney · 5 years ago
- 7beba0c rcutorture: Move to dynamic initialization of rcu_fwds by Paul E. McKenney · 5 years ago
- 6b1b832 rcutorture: Thread rcu_fwd pointer through forward-progress functions by Paul E. McKenney · 5 years ago
- a289e60 rcutorture: Pull callback forward-progress data into rcu_fwd struct by Paul E. McKenney · 5 years ago
- 90326f0 rcu: Use CONFIG_PREEMPTION where appropriate by Sebastian Andrzej Siewior · 5 years ago
- 8dcdfb7 Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'replace.2019.10.30a', 'torture.2019.10.05a' and 'lkmm.2019.10.05a' into HEAD by Paul E. McKenney · 5 years ago
- fbbd5e3 rcutorture: Make in-kernel-loop testing more brutal by Paul E. McKenney · 5 years ago
- 8b5ddf8 rcutorture: Separate warnings for each failure type by Paul E. McKenney · 5 years ago
- 79ba7ff rcutorture: Emulate dyntick aspect of userspace nohz_full sojourn by Paul E. McKenney · 5 years ago
- d38e6dc rcutorture: Force on tick for readers and callback flooders by Paul E. McKenney · 5 years ago
- f7a81b1 rcu/nocb: Print no-CBs diagnostics when rcutorture writer unduly delayed by Paul E. McKenney · 6 years ago
- 60013d5 rcutorture: Aggressive forward-progress tests shouldn't block shutdown by Paul E. McKenney · 6 years ago
- bd1bfc5 rcutorture: Emulate userspace sojourn during call_rcu() floods by Paul E. McKenney · 6 years ago
- 354ea05 rcutorture: Upper case solves the case of the vanishing NULL pointer by Paul E. McKenney · 6 years ago
- 34aa34b rcutorture: Dump trace buffer for callback pipe drain failures by Paul E. McKenney · 6 years ago
- c682db5 rcutorture: Add trivial RCU implementation by Paul E. McKenney · 6 years ago
- 3432d76 rcutorture: Halt forward-progress checks at end of run by Paul E. McKenney · 6 years ago
- ab21f60 rcutorture: Give the scheduler a chance on PREEMPT && NO_HZ_FULL kernels by Paul E. McKenney · 6 years ago
- 5eabea5 rcutorture: Exempt tasks RCU from timely draining of grace periods by Paul E. McKenney · 6 years ago
- ff3bf92 torture: Allow inter-stutter interval to be specified by Paul E. McKenney · 6 years ago
- e8516c6 rcutorture: Fix stutter_wait() return value and freelist checks by Paul E. McKenney · 6 years ago
- 140e53f rcutorture: Add cond_resched() to forward-progress free-up loop by Paul E. McKenney · 6 years ago
- 6cdbc07 Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.26b', 'srcu.2019.03.26b', 'stall.2019.03.26b' and 'torture.2019.03.26b' into HEAD by Paul E. McKenney · 6 years ago
- b813afa rcutorture: Fix cleanup path for invalid torture_type strings by Paul E. McKenney · 6 years ago
- d44ac1b rcutorture: Fix expected forward progress duration in OOM notifier by Neeraj Upadhyay · 6 years ago
- f47cb1b rcutorture: Remove ->ext_irq_conflict field by Paul E. McKenney · 6 years ago
- a3b0e1e5 rcutorture: Make rcutorture_extend_mask() comment match the code by Paul E. McKenney · 6 years ago
- f5ad399 srcu: Remove cleanup_srcu_struct_quiesced() by Paul E. McKenney · 6 years ago
- e7ffb4e Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'spdx.2019.02.09a', 'srcu.2019.01.26a' and 'torture.2019.01.26a' into HEAD by Paul E. McKenney · 6 years ago
- 2e24ce8 rcu/rcutorture: Convert to SPDX license identifier by Paul E. McKenney · 6 years ago
- 3a6cb58 rcutorture: Add grace period after CPU offline by Paul E. McKenney · 6 years ago
- cd618d1 rcutorture: Record grace periods in forward-progress histogram by Paul E. McKenney · 6 years ago
- 5ac7cdc rcutorture: Don't do busted forward-progress testing by Paul E. McKenney · 6 years ago
- 2e57bf9 rcutorture: Use 100ms buckets for forward-progress callback histograms by Paul E. McKenney · 6 years ago
- 2667ccc rcutorture: Recover from OOM during forward-progress tests by Paul E. McKenney · 6 years ago
- 73d665b rcutorture: Print forward-progress test age upon failure by Paul E. McKenney · 6 years ago
- 1a68275 rcutorture: Print histogram of CB invocation at OOM time by Paul E. McKenney · 6 years ago
- e0aff97 rcutorture: Dump grace-period diagnostics upon forward-progress OOM by Paul E. McKenney · 6 years ago
- 61670ad rcutorture: Prepare for asynchronous access to rcu_fwd_startat by Paul E. McKenney · 6 years ago
- 5ab7ab8 rcutorture: Affinity forward-progress test to avoid housekeeping CPUs by Paul E. McKenney · 6 years ago
- 6b3de7a rcutorture: Break up too-long rcu_torture_fwd_prog() function by Paul E. McKenney · 6 years ago
- fc6f9c5 rcutorture: Remove cbflood facility by Paul E. McKenney · 6 years ago
- 4871848 rcutorture: Add call_rcu() flooding forward-progress tests by Paul E. McKenney · 6 years ago
- b56ada1 Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' and 'torture.2018.08.29a' into HEAD by Paul E. McKenney · 6 years ago
- c116dba rcutorture: Dump reader protection sequence if failures or close calls by Paul E. McKenney · 7 years ago
- 62a1a94 rcu: Clean up flavor-related definitions and comments in rcutorture.c by Paul E. McKenney · 7 years ago
- c770c82 rcutorture: Remove the "rcu_bh" and "sched" torture types by Paul E. McKenney · 7 years ago
- 2ceebc0 rcutorture: Add RCU-bh and RCU-sched support for extended readers by Paul E. McKenney · 7 years ago
- c033574 rcutorture: Test extended "rcu" read-side critical sections by Paul E. McKenney · 7 years ago
- 7c590fc rcutorture: Maintain self-propagating CB only during forward-progress test by Paul E. McKenney · 6 years ago
- 474e59b rcutorture: Check GP completion at stutter end by Paul E. McKenney · 6 years ago
- f4de46e rcutorture: Print forward-progress test interval on error by Paul E. McKenney · 6 years ago
- c04dd09 rcutorture: Adjust number of reader kthreads per CPU-hotplug operations by Paul E. McKenney · 6 years ago
- fecad50 rcutorture: Reduce priority of forward-progress testing by Paul E. McKenney · 6 years ago
- 1e69676 rcutorture: Limit reader duration if irq or bh disabled by Paul E. McKenney · 6 years ago
- 3cff54a rcutorture: Increase rcu_read_delay() longdelay_ms by Paul E. McKenney · 6 years ago
- 9fdcb9a rcutorture: Add self-propagating callback to forward-progress testing by Paul E. McKenney · 6 years ago
- 08a7a2e rcutorture: Vary forward-progress test interval by Paul E. McKenney · 6 years ago
- 152f4af rcutorture: Avoid no-test complaint if too few forward-progress tries by Paul E. McKenney · 6 years ago
- 119248b rcutorture: Also use GP sequence to judge forward progress by Paul E. McKenney · 6 years ago
- 1b27291 rcutorture: Add forward-progress tests for RCU grace periods by Paul E. McKenney · 6 years ago
- e746b55 rcutorture: Warn on bad torture type for built-in tests by Paul E. McKenney · 7 years ago