mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v3 0/3] sched: account fair load avg consistently
@ 2015-10-15  9:01 byungchul.park
  2015-10-15  9:01 ` [PATCH v3 1/3] sched: introduce a new migration flag to task_struct byungchul.park
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: byungchul.park @ 2015-10-15  9:01 UTC (permalink / raw)
  To: mingo, peterz; +Cc: linux-kernel, yuyang.du, pjt, efault, tglx, Byungchul Park

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

* change from v2 to v3
- consider otimization in the case of migration
- split patches to 3 to be reviewed easily

* 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 (3):
  sched: introduce a new migration flag to task_struct
  sched: factor out the code getting cfs_rq's last_update_time
  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   |   63 ++++++++++++++++++++++++++++++++-----------------
 kernel/sched/sched.h  |    5 ++++
 4 files changed, 51 insertions(+), 21 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2015-10-15 18:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-15  9:01 [PATCH v3 0/3] sched: account fair load avg consistently byungchul.park
2015-10-15  9:01 ` [PATCH v3 1/3] sched: introduce a new migration flag to task_struct byungchul.park
2015-10-15 11:18   ` Peter Zijlstra
2015-10-15 12:26     ` Byungchul Park
2015-10-15 18:34       ` Peter Zijlstra
2015-10-15  9:01 ` [PATCH v3 2/3] sched: factor out the code getting cfs_rq's last_update_time byungchul.park
2015-10-15  9:01 ` [PATCH v3 3/3] sched: make it possible to account fair class load avg consistently byungchul.park

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

all inboxes | Powered by JetHome®