aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/rcuscale.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-14rcu: Rename jiffies_till_flush to jiffies_lazy_flushFrederic Weisbecker1-3/+3
2023-07-14rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to _idle()Zqiang1-1/+1
2023-07-14rcuscale: fix building with RCU_TINYArnd Bergmann1-2/+11
2023-07-14rcuscale: Add RCU Tasks Rude testingPaul E. McKenney1-1/+30
2023-07-14rcuscale: Measure RCU Tasks Trace grace-period kthread CPU timePaul E. McKenney1-0/+1
2023-07-14rcuscale: Measure grace-period kthread CPU timePaul E. McKenney1-0/+21
2023-07-14rcuscale: Print out full set of kfree_rcu parametersPaul E. McKenney1-0/+4
2023-07-14rcuscale: Print out full set of module parametersPaul E. McKenney1-2/+2
2023-07-14rcuscale: Add minruntime module parameterPaul E. McKenney1-1/+4
2023-07-14rcuscale: Fix gp_async_max typo: s/reader/writer/Paul E. McKenney1-1/+1
2023-07-14rcuscale: Permit blocking delays between writersPaul E. McKenney1-0/+4
2023-05-11rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscaleQiuxu Zhuo1-0/+5
2023-05-11rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup()Qiuxu Zhuo1-97/+97
2023-04-05Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree'...Joel Fernandes (Google)1-5/+4
2023-04-05rcuscale: Rename kfree_rcu() to kfree_rcu_mightsleep()Uladzislau Rezki (Sony)1-1/+1
2023-03-20rcuscale: Move shutdown from wait_event() to wait_event_idle()Paul E. McKenney1-4/+3
2022-11-29rcu/rcuscale: Use call_rcu_hurry() for async reader testJoel Fernandes (Google)1-1/+1
2022-11-29rcuscale: Add laziness and kfree testsJoel Fernandes (Google)1-2/+65
2022-06-21rcuscale: Fix smp_processor_id()-in-preemptible warningsZqiang1-0/+1
2022-04-20rcuscale: Allow rcuscale without RCU Tasks Rude/TracePaul E. McKenney1-1/+11
2022-04-20rcuscale: Allow rcuscale without RCU TasksPaul E. McKenney1-1/+11
2021-12-07rcuscale: Always log error messageLi Zhijian1-7/+7
2021-09-13rcuscale: Warn on individual rcu_scale_init() error conditionsPaul E. McKenney1-5/+5
2021-07-27rcuscale: Console output claims too few grace periodsJiangong.Han1-2/+2
2021-03-08rcuscale: Add kfree_rcu() single-argument scale testUladzislau Rezki (Sony)1-1/+14
2020-11-06rcuscale: Prevent hangs for invalid argumentsPaul E. McKenney1-1/+4
2020-11-06rcuscale: Add RCU Tasks TracePaul E. McKenney1-1/+31
2020-08-24rcuperf: Change rcuperf to rcuscalePaul E. McKenney1-0/+853