Hello! This series provides a couple of callback-offloading changes:
1. Parallelize and economize NOCB kthread wakeups to better handle cases where callback offloading is used on workloads that have many context switches and thus many grace periods. 2. Don't offload callbacks for a given CPU unless it has been explicitly requested for that CPU, either directly at build time or boot time, or indirectly at boot time due to that CPU being a nohz_full CPU. Thanx, Paul ------------------------------------------------------------------------ b/Documentation/kernel-parameters.txt | 7 b/init/Kconfig | 4 b/kernel/rcu/tree.h | 28 +++ b/kernel/rcu/tree_plugin.h | 255 ++++++++++++++++++++++++++++------ 4 files changed, 249 insertions(+), 45 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/