[PATCH 0/3] sched: A few nohz_full improvements

From: Frederic Weisbecker
Date: Sun Jun 18 2017 - 22:12:13 EST


Hi,

As I was working on removing the remaining 1Hz, I stepped in the last
(AFAIK) remaining buggy bits in scheduler_tick() on nohz_full.

Hopefully I can finally offload this tick in the next patchsets.

git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git
nohz/0hz

HEAD: c1811204f1fd1d170223c0d548a57456685e831d

Thanks,
Frederic
---

Frederic Weisbecker (3):
sched/loadavg: Generalize idle naming to nohz
nohz: Move idle balancer registration to idle path
sched: Spare idle load balancing on nohz_full CPUs


Documentation/trace/ftrace.txt | 2 +-
include/linux/sched/nohz.h | 8 +++----
kernel/sched/fair.c | 4 ++++
kernel/sched/loadavg.c | 51 +++++++++++++++++++++---------------------
kernel/time/tick-sched.c | 9 ++++----
5 files changed, 40 insertions(+), 34 deletions(-)