summaryrefslogtreecommitdiff
path: root/kernel/rcu/rcutorture.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-14rcutorture: Suppress rtort_pipe_count warnings until after stallsPaul E. McKenney1-4/+9
2023-12-13Merge branches 'doc.2023.12.13a', 'torture.2023.11.23a', 'fixes.2023.12.13a',...Neeraj Upadhyay (AMD)1-6/+10
2023-12-12rcu: Restrict access to RCU CPU stall notifiersPaul E. McKenney1-5/+7
2023-11-23rcutorture: Add fqs_holdoff check before fqs_task is createdZqiang1-1/+3
2023-10-23Merge branches 'rcu/torture', 'rcu/fixes', 'rcu/docs', 'rcu/refscale', 'rcu/t...Frederic Weisbecker1-0/+21
2023-09-24rcutorture: Traverse possible cpu to set maxcpu in rcu_nocb_toggle()Zqiang1-1/+1
2023-09-24rcutorture: Replace schedule_timeout*() 1-jiffy waits with HZ/20Joel Fernandes (Google)1-6/+6
2023-09-24torture: Move rcutorture_sched_setaffinity() out of rcutorturePaul E. McKenney1-1/+1
2023-09-11rcutorture: Add test of RCU CPU stall notifiersPaul E. McKenney1-0/+21
2023-08-15rcutorture: Stop right-shifting torture_random() return valuesPaul E. McKenney1-3/+3
2023-07-15rcutorture: Dump grace-period state upon rtort_pipe_count incidentsPaul E. McKenney1-0/+1
2023-04-05Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree'...Joel Fernandes (Google)1-10/+224
2023-03-27rcutorture: Add RCU Tasks Trace and SRCU deadlock scenariosPaul E. McKenney1-1/+35
2023-03-27rcutorture: Add SRCU deadlock scenariosPaul E. McKenney1-0/+151
2023-03-20rcutorture: Create nocb kthreads only when testing rcu in CONFIG_RCU_NOCB_CPU...Zqiang1-0/+6
2023-03-12rcutorture: Eliminate variable n_rcu_torture_boost_rterrorYue Hu1-8/+3
2023-03-12rcutorture: Add test_nmis module parameterPaul E. McKenney1-2/+30
2023-01-05rcutorture: Drop sparse lock-acquisition annotationsPaul E. McKenney1-6/+6
2022-12-01Merge branches 'doc.2022.10.20a', 'fixes.2022.10.21a', 'lazy.2022.11.30a', 's...Paul E. McKenney1-14/+58
2022-11-30rcu/rcutorture: Use call_rcu_hurry() where neededJoel Fernandes (Google)1-8/+8
2022-10-21srcu: Create an srcu_read_lock_nmisafe() and srcu_read_unlock_nmisafe()Paul E. McKenney1-2/+9
2022-10-19rcutorture: Verify NUM_ACTIVE_RCU_POLL_OLDSTATEPaul E. McKenney1-2/+20
2022-10-19rcutorture: Verify NUM_ACTIVE_RCU_POLL_FULL_OLDSTATEPaul E. McKenney1-2/+21
2022-09-01Merge branches 'doc.2022.08.31b', 'fixes.2022.08.31b', 'kvfree.2022.08.31b', ...Paul E. McKenney1-42/+248
2022-09-01rcutorture: Use the barrier operation specified by cur_opsZqiang1-2/+2
2022-08-31rcutorture: Make "srcud" option also test polled grace-period APIPaul E. McKenney1-0/+3
2022-08-31rcutorture: Limit read-side polling-API testingPaul E. McKenney1-18/+23
2022-08-31rcutorture: Expand rcu_torture_write_types() first "if" statementPaul E. McKenney1-6/+23
2022-08-31rcutorture: Use 1-suffixed variable in rcu_torture_write_types() checkPaul E. McKenney1-1/+1
2022-08-31rcutorture: Adjust rcu_poll_need_2gp() for rcu_gp_oldstate field removalPaul E. McKenney1-1/+1
2022-08-31rcu: Add full-sized polling for cond_sync_exp_full()Paul E. McKenney1-22/+50
2022-08-31rcu: Add full-sized polling for cond_sync_full()Paul E. McKenney1-20/+47
2022-08-31rcu: Add full-sized polling for start_poll_expedited()Paul E. McKenney1-10/+41
2022-08-31rcu: Add full-sized polling for start_poll()Paul E. McKenney1-9/+40
2022-08-31rcutorture: Verify long-running reader prevents full polling from completingPaul E. McKenney1-0/+10
2022-08-31rcutorture: Remove redundant RTWS_DEF_FREE checkPaul E. McKenney1-2/+1
2022-08-31rcutorture: Verify RCU reader prevents full polling from completingPaul E. McKenney1-3/+16
2022-08-31rcutorture: Allow per-RCU-flavor polled double-GP checkPaul E. McKenney1-1/+8
2022-08-31rcutorture: Abstract synchronous and polled API testingPaul E. McKenney1-12/+36
2022-08-31rcu: Add full-sized polling for get_state()Paul E. McKenney1-4/+6
2022-08-31rcu: Add full-sized polling for get_completed*() and poll_state*()Paul E. McKenney1-0/+9
2022-07-22Merge branches 'doc.2022.06.21a', 'fixes.2022.07.19a', 'nocb.2022.07.19a', 'p...Paul E. McKenney1-57/+137
2022-07-22rcutorture: Test polled expedited grace-period primitivesPaul E. McKenney1-13/+74
2022-07-22rcutorture: Verify that polled GP API sees synchronous grace periodsPaul E. McKenney1-0/+10
2022-06-22rcutorture: Handle failure of memory allocation functionsLi Qiong1-0/+10
2022-06-22rcutorture: Fix ksoftirqd boosting timing and iterationFrederic Weisbecker1-15/+13
2022-06-22rcutorture: Make failure indication note reader-batch overflowPaul E. McKenney1-1/+1
2022-06-22rcutorture: Fix memory leak in rcu_test_debug_objects()Zqiang1-0/+1
2022-06-22rcutorture: Simplify rcu_torture_read_exit_child() loopPaul E. McKenney1-27/+20
2022-06-22rcu/torture: Change order of warning and trace dumpAnna-Maria Behnsen1-1/+2