summaryrefslogtreecommitdiff
path: root/kernel/rcu/rcutorture.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-21rcutorture: Update rcutorture.fwd_progress help textPaul E. McKenney1-35/+18
2022-06-20rcutorture: Validate get_completed_synchronize_rcu()Paul E. McKenney1-0/+6
2022-05-03Merge branches 'docs.2022.04.20a', 'fixes.2022.04.20a', 'nocb.2022.04.11b', '...Paul E. McKenney1-40/+89
2022-04-21rcutorture: Allow rcutorture without RCU Tasks RudePaul E. McKenney1-1/+12
2022-04-21rcutorture: Allow rcutorture without RCU TasksPaul E. McKenney1-1/+12
2022-04-21rcutorture: Allow rcutorture without RCU Tasks TracePaul E. McKenney1-45/+56
2022-04-12rcutorture: Add missing return and use __func__ in warningDavid Vernet1-1/+2
2022-04-12rcutorture: Avoid corner-case #DE with nsynctypes checkDavid Vernet1-0/+11
2022-04-12rcutorture: Suppress debugging grace period delays during floodingPaul E. McKenney1-0/+4
2022-02-24Merge branches 'exp.2022.02.24a', 'fixes.2022.02.14a', 'rcu_barrier.2022.02.0...Paul E. McKenney1-15/+26
2022-02-02rcutorture: Enable limited callback-flooding tests of SRCUPaul E. McKenney1-0/+2
2022-02-02rcutorture: Fix rcu_fwd_mutex deadlockPaul E. McKenney1-2/+2
2022-02-02rcutorture: Add end-of-test check to rcu_torture_fwd_prog() loopPaul E. McKenney1-1/+1
2022-02-02rcutorture: Make rcu_fwd_cb_nodelay be a counterPaul E. McKenney1-7/+7
2022-02-02rcutorture: Increase visibility of forward-progress hangsPaul E. McKenney1-0/+4
2022-02-02rcutorture: Print message before invoking ->cb_barrier()Paul E. McKenney1-2/+6
2022-02-02rcu: Mark accesses to boost_starttimePaul E. McKenney1-3/+4
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+2
2022-01-15rcutorture: make use of the helper function kthread_run_on_cpu()Cai Huoqing1-5/+2
2021-12-08rcutorture: Combine n_max_cbs from all kthreads in a callback floodPaul E. McKenney1-0/+9
2021-12-08rcutorture: Add ability to limit callback-flood intensityPaul E. McKenney1-5/+14
2021-12-08rcutorture: Enable multiple concurrent callback-flood kthreadsPaul E. McKenney1-28/+86
2021-12-08rcutorture: Avoid soft lockup during cpu stallWander Lairson Costa1-0/+5
2021-12-08locktorture,rcutorture,torture: Always log error messageLi Zhijian1-4/+4
2021-12-01rcutorture: Suppress pi-lock-across read-unlock testing for Tiny SRCUPaul E. McKenney1-1/+6
2021-12-01rcutorture: More thoroughly test nested readersPaul E. McKenney1-23/+50
2021-12-01rcutorture: Sanitize RCUTORTURE_RDR_MASKPaul E. McKenney1-3/+4
2021-10-07Merge branches 'fixes.2021.10.07a', 'scftorture.2021.09.16a', 'tasks.2021.09....Paul E. McKenney1-30/+54
2021-09-14rcutorture: Avoid problematic critical section nesting on PREEMPT_RTScott Wood1-12/+36
2021-09-14rcutorture: Don't cpuhp_remove_state() if cpuhp_setup_state() failedPaul E. McKenney1-2/+2
2021-09-14rcutorture: Warn on individual rcu_torture_init() error conditionsPaul E. McKenney1-15/+15
2021-09-14rcutorture: Suppressing read-exit testing is not an errorPaul E. McKenney1-1/+1
2021-09-14rcu: Fix undefined Kconfig macrosZhouyi Zhou1-1/+1
2021-07-27rcutorture: Preempt rather than block when testing task stallsPaul E. McKenney1-1/+6
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-145/+170
2021-06-18sched: Change task_struct::statePeter Zijlstra1-2/+2
2021-05-11rcutorture: Move mem_dump_obj() tests into separate functionPaul E. McKenney1-39/+42
2021-05-11rcutorture: Don't count CPU-stalled time against priority boostingPaul E. McKenney1-5/+8
2021-05-11rcutorture: Forgive RCU boost failures when CPUs don't pass through QSPaul E. McKenney1-26/+41
2021-05-11rcutorture: Make rcu_torture_boost_failed() check for GP endPaul E. McKenney1-0/+6
2021-05-11rcutorture: Consolidate rcu_torture_boost() timing and statisticsPaul E. McKenney1-10/+4
2021-05-11rcutorture: Delay-based false positives for RCU priority boosting testsPaul E. McKenney1-2/+6
2021-05-11rcutorture: Judge RCU priority boosting on grace periods, not callbacksPaul E. McKenney1-60/+51
2021-05-11rcutorture: Abstract read-lock-held checksPaul E. McKenney1-10/+19
2021-03-25Merge branches 'bitmaprange.2021.03.08a', 'fixes.2021.03.15a', 'kvfree_rcu.20...Paul E. McKenney1-26/+67
2021-03-25rcutorture: Test start_poll_synchronize_rcu() and poll_state_synchronize_rcu()Paul E. McKenney1-9/+3
2021-03-09rcutorture: Replace rcu_torture_stall string with %sStephen Zhang1-3/+3
2021-03-09rcutorture: Fix testing of RCU priority boostingPaul E. McKenney1-14/+22
2021-03-09rcutorture: Add crude tests for mem_dump_obj()Paul E. McKenney1-0/+39
2021-01-23Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...Paul E. McKenney1-61/+334