aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup-v1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-06cgroups: censor kernel pointer in debug filesKees Cook1-1/+1
2017-03-03sched/headers: Remove <linux/magic.h> from <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-03sched/headers: Move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and accessors into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-01-15cgroup: call subsys->*attach() only for subsystems which are actually affected by migrationTejun Heo1-1/+1
2017-01-15cgroup: track migration context in cgroup_mgctxTejun Heo1-5/+5
2016-12-27cgroup: fix RCU related sparse warningsTejun Heo1-1/+1
2016-12-27cgroup: rename functions for consistencyTejun Heo1-7/+7
2016-12-27cgroup: move v1 mount functions to kernel/cgroup/cgroup-v1.cTejun Heo1-3/+378
2016-12-27cgroup: separate out cgroup1_kf_syscall_opsTejun Heo1-9/+2
2016-12-27cgroup: move cgroup v1 specific code to kernel/cgroup/cgroup-v1.cTejun Heo1-0/+1027