Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1246415

[PATCH v2 0/2] sched: account fair load avg consistently

From <byungchul.park@lge.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/2] sched: account fair load avg consistently
Date 2015-10-14 10:50 +0200
Message-ID <qjpV0-1Es-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Byungchul Park <byungchul.park@lge.com>

* change from v1 to v2
- make set_task_rq() do that role instead of migration callback
- make set_task_rq() do that role instead of move group callback
- remove the dependancy between last_update_time and check for migration

Byungchul Park (2):
  sched: make each sched class handle its rq assignment in their own
    class
  sched: make it possible to account fair class load avg consistently

 include/linux/sched.h |    3 ++
 kernel/sched/core.c   |    1 +
 kernel/sched/fair.c   |   77 ++++++++++++++++++++++---------
 kernel/sched/rt.c     |   14 ++++++
 kernel/sched/sched.h  |  121 ++++++++++++++++++++++++-------------------------
 5 files changed, 132 insertions(+), 84 deletions(-)

-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/2] sched: account fair load avg consistently <byungchul.park@lge.com> - 2015-10-14 10:50 +0200
  [PATCH v2 1/2] sched: make each sched class handle its rq assignment in their own class <byungchul.park@lge.com> - 2015-10-14 10:50 +0200
    Re: [PATCH v2 1/2] sched: make each sched class handle its rq  assignment in their own class Peter Zijlstra <peterz@infradead.org> - 2015-10-14 11:10 +0200
      Re: [PATCH v2 1/2] sched: make each sched class handle its rq  assignment in their own class Byungchul Park <byungchul.park@lge.com> - 2015-10-14 11:30 +0200
        Re: [PATCH v2 1/2] sched: make each sched class handle its rq  assignment in their own class Peter Zijlstra <peterz@infradead.org> - 2015-10-14 11:40 +0200
          Re: [PATCH v2 1/2] sched: make each sched class handle its rq  assignment in their own class Byungchul Park <byungchul.park@lge.com> - 2015-10-14 12:20 +0200

csiph-web