[GIT PULL] Power management fixes for 7.2-rc4
From: Rafael J. Wysocki (Intel)
Date: Thu Jul 16 2026 - 09:57:21 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-7.2-rc4
with top-most commit d2d5c129d07ea8eb91cd8a8633b5774116c4d171
cpufreq: Make cpufreq_update_pressure() fall back to cpuinfo.max_freq
on top of commit 8cdeaa50eae8dad34885515f62559ee83e7e8dda
Linux 7.2-rc2
to receive power management fixes for 7.2-rc4.
These fix two cpufreq issues, one in the intel_pstate driver and one in
the core:
- Make cpufreq_update_pressure() use cpuinfo.max_freq as the default
reference frequency when arch_scale_freq_ref() returns 0 to allow
the scheduler to still take CPU frequency caps into account in those
cases (Rafael Wysocki)
- Use the HWP guaranteed performance level as the full capacity
performance in intel_pstate on hybrid systems when turbo frequencies
are not allowed to be used to make scale-invariance work as expected
in those cases (Rafael Wysocki)
Thanks!
---------------
Rafael J. Wysocki (2):
cpufreq: intel_pstate: Set non-turbo capacity to HWP_GUARANTEED_PERF()
cpufreq: Make cpufreq_update_pressure() fall back to cpuinfo.max_freq
---------------
drivers/cpufreq/cpufreq.c | 3 +++
drivers/cpufreq/intel_pstate.c | 6 ++++--
2 files changed, 7 insertions(+), 2 deletions(-)