summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle
diff options
context:
space:
mode:
authorHuang Ying <ying.huang@intel.com>2024-01-26 09:19:44 +0100
committerAndrew Morton <akpm@linux-foundation.org>2024-02-22 19:24:41 +0100
commit5cec4eb7fad6fb1e9a3dd8403b558d1eff7490ff (patch)
tree4c0221b586d5d937922a89ee0cb7c1c4b076192d /drivers/cpuidle
parentkswapd: replace try_to_freeze() with kthread_freezable_should_stop() (diff)
downloadlinux-5cec4eb7fad6fb1e9a3dd8403b558d1eff7490ff.tar.xz
linux-5cec4eb7fad6fb1e9a3dd8403b558d1eff7490ff.zip
mm and cache_info: remove unnecessary CPU cache info update
For each CPU hotplug event, we will update per-CPU data slice size and corresponding PCP configuration for every online CPU to make the implementation simple. But, Kyle reported that this takes tens seconds during boot on a machine with 34 zones and 3840 CPUs. So, in this patch, for each CPU hotplug event, we only update per-CPU data slice size and corresponding PCP configuration for the CPUs that share caches with the hotplugged CPU. With the patch, the system boot time reduces 67 seconds on the machine. Link: https://lkml.kernel.org/r/20240126081944.414520-1-ying.huang@intel.com Fixes: 362d37a106dd ("mm, pcp: reduce lock contention for draining high-order pages") Signed-off-by: "Huang, Ying" <ying.huang@intel.com> Originally-by: Kyle Meyer <kyle.meyer@hpe.com> Reported-and-tested-by: Kyle Meyer <kyle.meyer@hpe.com> Cc: Sudeep Holla <sudeep.holla@arm.com> Cc: Mel Gorman <mgorman@techsingularity.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'drivers/cpuidle')
0 files changed, 0 insertions, 0 deletions