Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1208440
| From | byungchul.park@lge.com |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/3] sched: sync a se with its cfs_rq when attaching and dettaching |
| Date | 2015-08-17 09:50 +0200 |
| Message-ID | <pYnl8-Qf-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Byungchul Park <byungchul.park@lge.com> change from v1 to v2 * introduce two functions for adjusting vruntime and load when attaching and detaching. * call the introduced functions instead of switched_from(to)_fair() directly in task_move_group_fair(). * add decaying logic for a se which has detached from a cfs_rq. Byungchul Park (3): sched: sync a se with its cfs_rq when attaching and dettaching sched: introduce functions for attaching(detaching) a task to cfs_rq sched: decay a detached se when it's attached to its cfs_rq kernel/sched/fair.c | 210 ++++++++++++++++++++++++++------------------------- 1 file changed, 109 insertions(+), 101 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 v2 0/3] sched: sync a se with its cfs_rq when attaching and dettaching byungchul.park@lge.com - 2015-08-17 09:50 +0200
[PATCH v2 3/3] sched: decay a detached se when it's attached to its cfs_rq byungchul.park@lge.com - 2015-08-17 09:50 +0200
[PATCH v2 1/3] sched: sync a se with its cfs_rq when attaching and dettaching byungchul.park@lge.com - 2015-08-17 09:50 +0200
Re: [PATCH v2 1/3] sched: sync a se with its cfs_rq when attaching and dettaching "T. Zhou" <t.s.zhou@hotmail.com> - 2015-08-18 18:40 +0200
Re: [PATCH v2 1/3] sched: sync a se with its cfs_rq when attaching and dettaching Byungchul Park <byungchul.park@lge.com> - 2015-08-19 01:50 +0200
Re: [PATCH v2 0/3] sched: sync a se with its cfs_rq when attaching and dettaching Byungchul Park <byungchul.park@lge.com> - 2015-08-17 11:40 +0200
csiph-web