[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1445616981-29904-1-git-send-email-byungchul.park@lge.com>
Date: Sat, 24 Oct 2015 01:16:18 +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 v4 0/3] sched: account fair load avg consistently
From: Byungchul Park <byungchul.park@....com>
* change from v3 to v4
- optimize - force to use rmb() once when doing migration
- optimize - not add additional variable to task_struct
- change the order of migrate_task_rq() and __set_task_cpu()
* 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/fair: make it possible to account fair load avg consistently
sched/fair: split the remove_entity_load_avg() into two functions
sched: optimize migration by forcing rmb() and updating to be called
once
kernel/sched/core.c | 10 +++---
kernel/sched/fair.c | 97 +++++++++++++++++++++++++++++++++++++++-----------
kernel/sched/sched.h | 4 +++
3 files changed, 87 insertions(+), 24 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