[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1444036584-14079-1-git-send-email-byungchul.park@lge.com>
Date: Mon, 5 Oct 2015 18:16:22 +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 0/2] sched: make fair class handle rq/group changes by outside
From: Byungchul Park <byungchul.park@....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@...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