index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcu
/
rcuscale.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to _idle()
Zqiang
2023-07-14
1
-1
/
+1
*
rcuscale: fix building with RCU_TINY
Arnd Bergmann
2023-07-14
1
-2
/
+11
*
rcuscale: Add RCU Tasks Rude testing
Paul E. McKenney
2023-07-14
1
-1
/
+30
*
rcuscale: Measure RCU Tasks Trace grace-period kthread CPU time
Paul E. McKenney
2023-07-14
1
-0
/
+1
*
rcuscale: Measure grace-period kthread CPU time
Paul E. McKenney
2023-07-14
1
-0
/
+21
*
rcuscale: Print out full set of kfree_rcu parameters
Paul E. McKenney
2023-07-14
1
-0
/
+4
*
rcuscale: Print out full set of module parameters
Paul E. McKenney
2023-07-14
1
-2
/
+2
*
rcuscale: Add minruntime module parameter
Paul E. McKenney
2023-07-14
1
-1
/
+4
*
rcuscale: Fix gp_async_max typo: s/reader/writer/
Paul E. McKenney
2023-07-14
1
-1
/
+1
*
rcuscale: Permit blocking delays between writers
Paul E. McKenney
2023-07-14
1
-0
/
+4
*
rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscale
Qiuxu Zhuo
2023-05-11
1
-0
/
+5
*
rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup()
Qiuxu Zhuo
2023-05-11
1
-97
/
+97
*
-
.
Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree'...
Joel Fernandes (Google)
2023-04-05
1
-5
/
+4
|
\
\
|
|
*
rcuscale: Move shutdown from wait_event() to wait_event_idle()
Paul E. McKenney
2023-03-20
1
-4
/
+3
|
|
/
|
/
|
|
*
rcuscale: Rename kfree_rcu() to kfree_rcu_mightsleep()
Uladzislau Rezki (Sony)
2023-04-05
1
-1
/
+1
|
/
*
rcu/rcuscale: Use call_rcu_hurry() for async reader test
Joel Fernandes (Google)
2022-11-29
1
-1
/
+1
*
rcuscale: Add laziness and kfree tests
Joel Fernandes (Google)
2022-11-29
1
-2
/
+65
*
rcuscale: Fix smp_processor_id()-in-preemptible warnings
Zqiang
2022-06-21
1
-0
/
+1
*
rcuscale: Allow rcuscale without RCU Tasks Rude/Trace
Paul E. McKenney
2022-04-20
1
-1
/
+11
*
rcuscale: Allow rcuscale without RCU Tasks
Paul E. McKenney
2022-04-20
1
-1
/
+11
*
rcuscale: Always log error message
Li Zhijian
2021-12-07
1
-7
/
+7
*
rcuscale: Warn on individual rcu_scale_init() error conditions
Paul E. McKenney
2021-09-13
1
-5
/
+5
*
rcuscale: Console output claims too few grace periods
Jiangong.Han
2021-07-27
1
-2
/
+2
*
rcuscale: Add kfree_rcu() single-argument scale test
Uladzislau Rezki (Sony)
2021-03-08
1
-1
/
+14
*
rcuscale: Prevent hangs for invalid arguments
Paul E. McKenney
2020-11-06
1
-1
/
+4
*
rcuscale: Add RCU Tasks Trace
Paul E. McKenney
2020-11-06
1
-1
/
+31
*
rcuperf: Change rcuperf to rcuscale
Paul E. McKenney
2020-08-24
1
-0
/
+853