Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1254695
| From | <byungchul.park@lge.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 0/3] sched: account fair load avg consistently |
| Date | 2015-10-23 18:20 +0200 |
| Message-ID | <qmNep-6xZ-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Byungchul Park <byungchul.park@lge.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@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 | Next — Next in thread | Find similar | Unroll thread
[PATCH v4 0/3] sched: account fair load avg consistently <byungchul.park@lge.com> - 2015-10-23 18:20 +0200 [PATCH v4 1/3] sched/fair: make it possible to account fair load avg consistently <byungchul.park@lge.com> - 2015-10-23 18:20 +0200 [PATCH v4 2/3] sched/fair: split the remove_entity_load_avg() into two functions <byungchul.park@lge.com> - 2015-10-23 18:20 +0200 [PATCH v4 3/3] sched: optimize migration by forcing rmb() and updating to be called once <byungchul.park@lge.com> - 2015-10-23 18:20 +0200
csiph-web