public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/12] sched/fair: Optimize and clean up sched averages
@ 2016-05-02 21:54 Yuyang Du
  2016-05-02 21:54 ` [PATCH v2 01/12] sched/fair: Optimize sum computation with a lookup table Yuyang Du
                   ` (12 more replies)
  0 siblings, 13 replies; 18+ messages in thread
From: Yuyang Du @ 2016-05-02 21:54 UTC (permalink / raw)
  To: peterz, mingo, linux-kernel
  Cc: bsegall, pjt, morten.rasmussen, vincent.guittot, dietmar.eggemann,
	juri.lelli, Yuyang Du

Hi Peter,

This patch series combines the previous cleanup and optimization
series. And as you and Ingo suggested, the increased kernel load
scale is reinstated when on 64BIT and FAIR_GROUP_SCHED. In addition
to that, the changes include Vincent's fix, typos fixes, changelog
and comment reword.

Thanks,
Yuyang

Yuyang Du (12):
  sched/fair: Optimize sum computation with a lookup table
  sched/fair: Rename variable names for sched averages
  sched/fair: Change the variable to hold the number of periods to
    32bit integer
  sched/fair: Add __always_inline compiler attribute to
    __accumulate_sum()
  sched/fair: Optimize __update_sched_avg()
  documentation: Add scheduler/sched-avg.txt
  sched/fair: Generalize the load/util averages resolution definition
  sched/fair: Remove SCHED_LOAD_SHIFT and SCHED_LOAD_SCALE
  sched/fair: Add introduction to the sched average metrics
  sched/fair: Remove scale_load_down() for load_avg
  sched/fair: Rename scale_load() and scale_load_down()
  sched/fair: Enable increased scale for kernel load

 Documentation/scheduler/sched-avg.txt |  137 ++++++++++++
 include/linux/sched.h                 |   81 ++++++-
 kernel/sched/core.c                   |    8 +-
 kernel/sched/fair.c                   |  398 +++++++++++++++++----------------
 kernel/sched/sched.h                  |   48 ++--
 5 files changed, 439 insertions(+), 233 deletions(-)
 create mode 100644 Documentation/scheduler/sched-avg.txt

-- 
1.7.9.5

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

end of thread, other threads:[~2016-05-05  9:42 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-02 21:54 [PATCH v2 00/12] sched/fair: Optimize and clean up sched averages Yuyang Du
2016-05-02 21:54 ` [PATCH v2 01/12] sched/fair: Optimize sum computation with a lookup table Yuyang Du
2016-05-05  9:41   ` [tip:sched/core] " tip-bot for Yuyang Du
2016-05-02 21:54 ` [PATCH v2 02/12] sched/fair: Rename variable names for sched averages Yuyang Du
2016-05-02 21:54 ` [PATCH v2 03/12] sched/fair: Change the variable to hold the number of periods to 32bit integer Yuyang Du
2016-05-03  8:47   ` Peter Zijlstra
2016-05-02 21:54 ` [PATCH v2 04/12] sched/fair: Add __always_inline compiler attribute to __accumulate_sum() Yuyang Du
2016-05-02 21:54 ` [PATCH v2 05/12] sched/fair: Optimize __update_sched_avg() Yuyang Du
2016-05-03  8:49   ` Peter Zijlstra
2016-05-02 21:54 ` [PATCH v2 06/12] documentation: Add scheduler/sched-avg.txt Yuyang Du
2016-05-03  8:50   ` Peter Zijlstra
2016-05-02 21:54 ` [PATCH v2 07/12] sched/fair: Generalize the load/util averages resolution definition Yuyang Du
2016-05-02 21:54 ` [PATCH v2 08/12] sched/fair: Remove SCHED_LOAD_SHIFT and SCHED_LOAD_SCALE Yuyang Du
2016-05-02 21:54 ` [PATCH v2 09/12] sched/fair: Add introduction to the sched average metrics Yuyang Du
2016-05-02 21:54 ` [PATCH v2 10/12] sched/fair: Remove scale_load_down() for load_avg Yuyang Du
2016-05-02 21:54 ` [PATCH v2 11/12] sched/fair: Rename scale_load() and scale_load_down() Yuyang Du
2016-05-02 21:54 ` [PATCH v2 12/12] sched/fair: Enable increased scale for kernel load Yuyang Du
2016-05-02 22:08 ` [PATCH v2 00/12] sched/fair: Optimize and clean up sched averages Yuyang Du

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox