[GIT PULL] More power management updates for v6.6-rc1

From: Rafael J. Wysocki
Date: Mon Sep 04 2023 - 13:19:20 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-6.6-rc1-2

with top-most commit 19a56a6b747716118539398739b021535eaa8cbe

Merge branch 'pm-cpufreq'

on top of commit ccc5e9817719f59b3dea7b7a168861b4bf0b4ff4

Merge tag 'pm-6.6-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

to receive more power management updates for 6.6-rc1.

These fix cpufreq core and the pcc cpufreq driver, add per-policy
boost support to cpufreq and add Georgian translation Makefile
LANGUAGES in cpupower.

Specifics:

- Add Georgian translation to Makefile LANGUAGES in cpupower (Shuah
Khan).

- Add support for per-policy performance boost to cpufreq (Jie Zhan).

- Fix assorted issues in the cpufreq core, common governor code and in
the pcc cpufreq driver (Liao Chang).

Thanks!


---------------

Jie Zhan (1):
cpufreq: Support per-policy performance boost

Liao Chang (4):
cpufreq: Avoid printing kernel addresses in cpufreq_resume()
cpufreq: Fix the race condition while updating the
transition_task of policy
cpufreq: governor: Free dbs_data directly when gov->init() fails
cpufreq: pcc: Fix the potentinal scheduling delays in target_index()

Shuah Khan (1):
cpupower: Add Georgian translation to Makefile LANGUAGES

---------------

drivers/cpufreq/cpufreq.c | 53 +++++++++++++++++++++++++++++++++++---
drivers/cpufreq/cpufreq_governor.c | 4 ++-
drivers/cpufreq/pcc-cpufreq.c | 2 +-
include/linux/cpufreq.h | 3 +++
tools/power/cpupower/Makefile | 2 +-
5 files changed, 57 insertions(+), 7 deletions(-)