Messages in this thread |  | | Date | Mon, 13 Apr 2015 11:43:19 -0400 | From | Tejun Heo <> | Subject | [GIT PULL] cgroups changes for 4.1-rc1 |
| |
Hello, Linus.
Nothing too interesting. Rik made cpuset cooperate better with isolcpus and there are several other cleanup patches.
Thanks.
The following changes since commit 283cb41f426b723a0255702b761b0fc5d1b53a81:
cpuset: Fix cpuset sched_relax_domain_level (2015-03-02 11:55:04 -0500)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-4.1
for you to fetch changes up to 34ebe933417e16f46bc30ea77a66e7f30d0cf0f8:
cpuset, isolcpus: document relationship between cpusets & isolcpus (2015-03-19 14:28:20 -0400)
---------------------------------------------------------------- Bandan Das (1): cgroup: Use kvfree in pidlist_free()
Rik van Riel (3): sched, isolcpu: make cpu_isolated_map visible outside scheduler cpusets, isolcpus: exclude isolcpus from load balancing in cpusets cpuset, isolcpus: document relationship between cpusets & isolcpus
Vladimir Davydov (1): cgroup: call cgroup_subsys->bind on cgroup subsys initialization
Zefan Li (1): cpuset: initialize cpuset a bit early
Documentation/cgroups/cpusets.txt | 10 ++++++++-- include/linux/sched.h | 2 ++ init/main.c | 2 +- kernel/cgroup.c | 8 ++++---- kernel/cpuset.c | 13 +++++++++++-- kernel/sched/core.c | 6 +++--- 6 files changed, 29 insertions(+), 12 deletions(-)
-- tejun
|  |