[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1444899676-5852-1-git-send-email-byungchul.park@lge.com>
Date: Thu, 15 Oct 2015 18:01:13 +0900
From: <byungchul.park@....com>
To: mingo@...nel.org, peterz@...radead.org
CC: linux-kernel@...r.kernel.org, yuyang.du@...el.com, pjt@...gle.com,
efault@....de, tglx@...utronix.de,
Byungchul Park <byungchul.park@....com>
Subject: [PATCH v3 0/3] sched: account fair load avg consistently
From: Byungchul Park <byungchul.park@....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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists