All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] sched/fair: improve CFS throttle
@ 2018-05-22  6:20 Cong Wang
  2018-05-22  6:20 ` [PATCH 1/3] sched/fair: make CFS bandwidth slice per cpu group Cong Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Cong Wang @ 2018-05-22  6:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: ibobrik, Cong Wang

Cong Wang (3):
  sched/fair: make CFS bandwidth slice per cpu group
  sched/fair: accumulate unused cpu time for CFS throttle
  sched/fair: add tracepoints for cfs throttle

 Documentation/scheduler/sched-bwc.txt |  25 ++++++--
 include/trace/events/sched.h          |  42 +++++++++++++
 kernel/sched/core.c                   | 109 ++++++++++++++++++++++++++++++++--
 kernel/sched/fair.c                   |  76 +++++++++++++++---------
 kernel/sched/sched.h                  |   4 +-
 5 files changed, 216 insertions(+), 40 deletions(-)

-- 
2.13.0

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-05-24 22:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-22  6:20 [PATCH 0/3] sched/fair: improve CFS throttle Cong Wang
2018-05-22  6:20 ` [PATCH 1/3] sched/fair: make CFS bandwidth slice per cpu group Cong Wang
2018-05-22  6:20 ` [PATCH 2/3] sched/fair: accumulate unused cpu time for CFS throttle Cong Wang
2018-05-22  6:20 ` [PATCH 3/3] sched/fair: add tracepoints for cfs throttle Cong Wang
     [not found]   ` <CANWdNRCQCteO7L+Of7T2vWBW7GbMHyvyF5aSQMVYNGg_afxNhg@mail.gmail.com>
2018-05-23  0:34     ` Cong Wang
2018-05-23  9:09     ` Peter Zijlstra
2018-05-24  4:40       ` Cong Wang
2018-05-24  7:11         ` Peter Zijlstra
2018-05-24 22:23           ` Cong Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.