aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-11Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-5/+6
2017-04-11cgroup: avoid attaching a cgroup root to two different superblocksZefan Li1-1/+1
2017-03-17cgroup, kthread: close race window where new kthreads can be migrated to non-root cgroupsTejun Heo1-4/+5
2017-03-14Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-2/+2
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-03-06cgroups: censor kernel pointer in debug filesKees Cook1-1/+1
2017-03-06cgroup/pids: remove spurious suspicious RCU usage warningTejun Heo1-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 Molnar2-1/+2
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-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2017-03-02sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyIngo Molnar1-1/+1
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds9-0/+11037
2017-02-02Merge branch 'cgroup/for-4.11-rdmacg' into cgroup/for-4.11Tejun Heo2-0/+620
2017-02-02cgroup: drop the matching uid requirement on migration for cgroup v2Tejun Heo1-13/+14
2017-01-30cgroup: misc cleanupsTejun Heo1-7/+4
2017-01-26Merge branch 'for-4.10-fixes' into for-4.11Tejun Heo1-8/+5
2017-01-15cgroup: call subsys->*attach() only for subsystems which are actually affected by migrationTejun Heo3-13/+19
2017-01-15cgroup: track migration context in cgroup_mgctxTejun Heo3-98/+122
2017-01-15cgroup: cosmetic update to cgroup_taskset_add()Tejun Heo1-2/+2
2017-01-10rdmacg: Fixed uninitialized current resource usageParav Pandit1-0/+2
2017-01-10rdmacg: Added rdma cgroup controllerParav Pandit2-0/+618
2016-12-27cgroup: fix RCU related sparse warningsTejun Heo2-2/+2
2016-12-27cgroup: move namespace code to kernel/cgroup/namespace.cTejun Heo4-175/+189
2016-12-27cgroup: rename functions for consistencyTejun Heo3-23/+23
2016-12-27cgroup: move v1 mount functions to kernel/cgroup/cgroup-v1.cTejun Heo3-406/+413
2016-12-27cgroup: separate out cgroup1_kf_syscall_opsTejun Heo3-25/+30
2016-12-27cgroup: refactor mount path and clearly distinguish v1 and v2 pathsTejun Heo1-61/+79
2016-12-27cgroup: move cgroup v1 specific code to kernel/cgroup/cgroup-v1.cTejun Heo4-1108/+1164
2016-12-27cgroup: move cgroup files under kernel/cgroup/Tejun Heo5-0/+10291