aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup-v1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-01Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-3/+17
2017-04-28cgroup: avoid attaching a cgroup root to two different superblocks, take 2Zefan Li1-1/+15
2017-04-16Revert "cgroup: avoid attaching a cgroup root to two different superblocks"Tejun Heo1-1/+1
2017-04-11cgroup: avoid attaching a cgroup root to two different superblocksZefan Li1-1/+1
2017-03-08kernel: convert css_set.refcount from atomic_t to refcount_tElena Reshetova1-2/+2
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