[PATCH 0/3] sched: Fix/improve nohz cpu load updates v2

From: Frederic Weisbecker
Date: Thu Apr 07 2016 - 21:07:42 EST


This series tries to fix issues against CFS cpu load accounting in
nohz configs (both idle and full nohz). Some optimizations coming along.

Following Peterz reviews, I've tried to improve the changelogs. Comments
have been updated as well and some changes have been refactored.

git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git
sched/nohz-v2

HEAD: 55cb7c1a25acb140253ca4e55f8d43cd31404b55

Thanks,
Frederic
---

Frederic Weisbecker (3):
sched: Gather cpu load functions under a more conventional namespace
sched: Correctly handle nohz ticks cpu load accounting
sched: Optimize !CONFIG_NO_HZ_COMMON cpu load updates


Documentation/trace/ftrace.txt | 10 +--
include/linux/sched.h | 6 +-
kernel/sched/core.c | 5 +-
kernel/sched/fair.c | 146 +++++++++++++++++++++++++++--------------
kernel/sched/sched.h | 10 +--
kernel/time/tick-sched.c | 9 +--
6 files changed, 120 insertions(+), 66 deletions(-)