summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/rcuscale.c
Commit message (Expand)AuthorAgeFilesLines
* rcu: Rename jiffies_till_flush to jiffies_lazy_flushFrederic Weisbecker2024-02-141-3/+3
* rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to _idle()Zqiang2023-07-141-1/+1
* rcuscale: fix building with RCU_TINYArnd Bergmann2023-07-141-2/+11
* rcuscale: Add RCU Tasks Rude testingPaul E. McKenney2023-07-141-1/+30
* rcuscale: Measure RCU Tasks Trace grace-period kthread CPU timePaul E. McKenney2023-07-141-0/+1
* rcuscale: Measure grace-period kthread CPU timePaul E. McKenney2023-07-141-0/+21
* rcuscale: Print out full set of kfree_rcu parametersPaul E. McKenney2023-07-141-0/+4
* rcuscale: Print out full set of module parametersPaul E. McKenney2023-07-141-2/+2
* rcuscale: Add minruntime module parameterPaul E. McKenney2023-07-141-1/+4
* rcuscale: Fix gp_async_max typo: s/reader/writer/Paul E. McKenney2023-07-141-1/+1
* rcuscale: Permit blocking delays between writersPaul E. McKenney2023-07-141-0/+4
* rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscaleQiuxu Zhuo2023-05-111-0/+5
* rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup()Qiuxu Zhuo2023-05-111-97/+97
*-. Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree'...Joel Fernandes (Google)2023-04-051-5/+4
|\ \
| | * rcuscale: Move shutdown from wait_event() to wait_event_idle()Paul E. McKenney2023-03-201-4/+3
| |/ |/|
| * rcuscale: Rename kfree_rcu() to kfree_rcu_mightsleep()Uladzislau Rezki (Sony)2023-04-051-1/+1
|/
* rcu/rcuscale: Use call_rcu_hurry() for async reader testJoel Fernandes (Google)2022-11-291-1/+1
* rcuscale: Add laziness and kfree testsJoel Fernandes (Google)2022-11-291-2/+65
* rcuscale: Fix smp_processor_id()-in-preemptible warningsZqiang2022-06-211-0/+1
* rcuscale: Allow rcuscale without RCU Tasks Rude/TracePaul E. McKenney2022-04-201-1/+11
* rcuscale: Allow rcuscale without RCU TasksPaul E. McKenney2022-04-201-1/+11
* rcuscale: Always log error messageLi Zhijian2021-12-071-7/+7
* rcuscale: Warn on individual rcu_scale_init() error conditionsPaul E. McKenney2021-09-131-5/+5
* rcuscale: Console output claims too few grace periodsJiangong.Han2021-07-271-2/+2
* rcuscale: Add kfree_rcu() single-argument scale testUladzislau Rezki (Sony)2021-03-081-1/+14
* rcuscale: Prevent hangs for invalid argumentsPaul E. McKenney2020-11-061-1/+4
* rcuscale: Add RCU Tasks TracePaul E. McKenney2020-11-061-1/+31
* rcuperf: Change rcuperf to rcuscalePaul E. McKenney2020-08-241-0/+853