Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1239376
| From | <byungchul.park@lge.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] sched: make fair class handle rq/group changes by outside |
| Date | 2015-10-05 11:20 +0200 |
| Message-ID | <qga65-31A-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Byungchul Park <byungchul.park@lge.com>
Current fair sched class handles neither cgroup change nor rq migration
occured within other sched class e.g. rt class. This patch makes it can
do that.
Byungchul Park (2):
sched: make fair sched class can handle the cgroup change by other
class
sched: make fair sched class can handle migration by other class
include/linux/sched.h | 3 ++
kernel/sched/core.c | 34 +++++++++++----
kernel/sched/fair.c | 112 +++++++++++++++++++++++++++++++++++++++++--------
kernel/sched/sched.h | 6 ++-
4 files changed, 127 insertions(+), 28 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 0/2] sched: make fair class handle rq/group changes by outside <byungchul.park@lge.com> - 2015-10-05 11:20 +0200 [PATCH 2/2] sched: make fair sched class can handle migration by other class <byungchul.park@lge.com> - 2015-10-05 11:20 +0200
csiph-web