[GIT PULL] Power management fixes for v5.11-rc8
From: Rafael J. Wysocki
Date: Wed Feb 10 2021 - 12:51:27 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-5.11-rc8
with top-most commit d11a1d08a082a7dc0ada423d2b2e26e9b6f2525c
cpufreq: ACPI: Update arch scale-invariance max perf ratio if CPPC is not there
on top of commit 92bf22614b21a2706f4993b278017e437f7785b3
Linux 5.11-rc7
to receive power management fixes for 5.11-rc8.
These address a performance regression related to scale-invariance on
x86 that may prevent turbo CPU frequencies from being used in certain
workloads on systems using acpi-cpufreq as the CPU performance
scaling driver and schedutil as the scaling governor.
Thanks!
---------------
Rafael J. Wysocki (2):
cpufreq: ACPI: Extend frequency tables to cover boost frequencies
cpufreq: ACPI: Update arch scale-invariance max perf ratio if
CPPC is not there
---------------
arch/x86/kernel/smpboot.c | 1 +
drivers/cpufreq/acpi-cpufreq.c | 115 ++++++++++++++++++++++++++++++++++++-----
2 files changed, 104 insertions(+), 12 deletions(-)