mbox series

[v5,0/3] sched: Update blocked load

Message ID 1518622006-16089-1-git-send-email-vincent.guittot@linaro.org
Headers show
Series sched: Update blocked load | expand

Message

Vincent Guittot Feb. 14, 2018, 3:26 p.m. UTC
This patchset applies on top of Peter's sched/esting branch minus the last 2 commit:
56eb46798b33 ("sched: Clean up nohz enter/exit")

v5:
- fix wrong test condition in the newly idle case
- fix some typos

v4:
- fixed some compilation issues raised by kbuild
- update comments
- reorder condition tests for calling _nohz_idle_balance in newly_idle case
  in order to make it more readable

v3:
- add memory barrier
- add comments

v2:
- minor naming updates

Vincent Guittot (3):
  sched: Stop nohz stats when decayed
  sched: reduce the periodic update duration
  sched: update blocked load when newly idle

 kernel/sched/fair.c  | 453 ++++++++++++++++++++++++++++++++++-----------------
 kernel/sched/sched.h |   1 +
 2 files changed, 305 insertions(+), 149 deletions(-)

-- 
2.7.4