[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20171028095941.4773-1-joelaf@google.com>
Date: Sat, 28 Oct 2017 02:59:36 -0700
From: Joel Fernandes <joelaf@...gle.com>
To: linux-kernel@...r.kernel.org
Cc: Joel Fernandes <joelaf@...gle.com>,
"Cc: Srinivas Pandruvada" <srinivas.pandruvada@...ux.intel.com>,
"Cc: Len Brown" <lenb@...nel.org>,
"Cc: Rafael J. Wysocki" <rjw@...ysocki.net>,
"Cc: Viresh Kumar" <viresh.kumar@...aro.org>,
"Cc: Ingo Molnar" <mingo@...hat.com>,
"Cc: Peter Zijlstra" <peterz@...radead.org>,
"Cc: Juri Lelli" <juri.lelli@....com>,
"Cc: Patrick Bellasi" <patrick.bellasi@....com>,
"Cc: Steve Muckle" <smuckle@...gle.com>,
"Cc: Brendan Jackman" <brendan.jackman@....com>,
"Cc: Chris Redpath" <Chris.Redpath@....com>,
"Cc: Atish Patra" <atish.patra@...cle.com>,
"Cc: Dietmar Eggemann" <dietmar.eggemann@....com>,
"Cc: Vincent Guittot" <vincent.guittot@...aro.org>,
"Cc: Morten Ramussen" <morten.rasmussen@....com>,
"Cc: Frederic Weisbecker" <fweisbec@...il.com>,
"Cc: Thomas Gleixner" <tglx@...utronix.de>,
"Cc: EAS Dev" <eas-dev@...ts.linaro.org>,
"Cc: Android Kernel" <kernel-team@...roid.com>
Subject: [PATCH RFC 0/5] sched and cpufreq fixes/cleanups
Here are some patches that are generally minor changes and I am posting them
together. Patches 1/5 and 2/5 are related to skipping cpufreq updates for the
dequeue of the last task before the CPU enters idle. That's just a rebase of
[1] mostly. Patches 3/5 and 4/5 fix some minor things I noticed after the
remote cpufreq update work. and patch 5/5 is just a small clean up of
find_idlest_group. Let me know your thoughts and thanks. I've based these
patches on peterz's queue.git master branch.
[1] https://patchwork.kernel.org/patch/9936555/
Joel Fernandes (5):
Revert "sched/fair: Drop always true parameter of
update_cfs_rq_load_avg()"
sched/fair: Skip frequency update if CPU about to idle
cpufreq: schedutil: Use idle_calls counter of the remote CPU
sched/fair: Correct obsolete comment about cpufreq_update_util
sched/fair: remove impossible condition from find_idlest_group_cpu
include/linux/tick.h | 1 +
kernel/sched/cpufreq_schedutil.c | 2 +-
kernel/sched/fair.c | 44 ++++++++++++++++++++++++++++------------
kernel/sched/sched.h | 1 +
kernel/time/tick-sched.c | 13 ++++++++++++
5 files changed, 47 insertions(+), 14 deletions(-)
--
2.15.0.rc2.357.g7e34df9404-goog
Powered by blists - more mailing lists