[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221207101705.9460-1-lukasz.luba@arm.com>
Date: Wed, 7 Dec 2022 10:17:03 +0000
From: Lukasz Luba <lukasz.luba@....com>
To: linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org,
rafael@...nel.org
Cc: lukasz.luba@....com, viresh.kumar@...aro.org,
dietmar.eggemann@....com, vincent.guittot@...aro.org,
saravanak@...gle.com, wusamuel@...gle.com,
isaacmanjarres@...gle.com, kernel-team@...roid.com,
juri.lelli@...hat.com, peterz@...radead.org, mingo@...hat.com,
rostedt@...dmis.org, bsegall@...gle.com, mgorman@...e.de
Subject: [PATCH v2 0/2] cpufreq: schedutil: Optimize operations in hot path frequency switch
Hi all,
This v2 is an attempt to optimize some not needed operations in the frequency
change code path for the shared freq. domain. There was different approach
which was too aggressive and failed do to working on a state CPU capacity
information.
changes:
v2:
- split the patch into two (Viresh)
v1:
- simple approach which fetches CPU capacity every time it's needed,
not relaying on the setup value, which was causing issues.
Regards,
Lukasz
Lukasz Luba (2):
cpufreq: schedutil: Introduce single max CPU capacity for freqency
domain
cpufreq: schedutil: Optimize operations with single max CPU capacity
kernel/sched/cpufreq_schedutil.c | 35 +++++++++++++++++++-------------
1 file changed, 21 insertions(+), 14 deletions(-)
--
2.17.1
Powered by blists - more mailing lists