aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/cgroup/cgroup.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-15/+25
2017-05-01cgroup: mark cgroup_get() with __maybe_unusedTejun Heo1-1/+1
2017-04-28cgroup: avoid attaching a cgroup root to two different superblocks, take 2Zefan Li1-4/+4
2017-04-28cgroup: fix spurious warnings on cgroup_is_dead() from cgroup_sk_alloc()Tejun Heo1-6/+16
2017-04-11Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-4/+5
2017-03-17cgroup, kthread: close race window where new kthreads can be migrated to non-root cgroupsTejun Heo1-4/+5
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-03-08kernel: convert css_set.refcount from atomic_t to refcount_tElena Reshetova1-3/+3
2017-03-06kernel: convert cgroup_namespace.count from atomic_t to refcount_tElena Reshetova1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+5067
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 Heo1-11/+14
2017-01-15cgroup: track migration context in cgroup_mgctxTejun Heo1-87/+57
2017-01-15cgroup: cosmetic update to cgroup_taskset_add()Tejun Heo1-2/+2
2016-12-27cgroup: fix RCU related sparse warningsTejun Heo1-1/+1
2016-12-27cgroup: move namespace code to kernel/cgroup/namespace.cTejun Heo1-174/+1
2016-12-27cgroup: rename functions for consistencyTejun Heo1-11/+11
2016-12-27cgroup: move v1 mount functions to kernel/cgroup/cgroup-v1.cTejun Heo1-400/+10
2016-12-27cgroup: separate out cgroup1_kf_syscall_opsTejun Heo1-14/+26
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 Heo1-1107/+33
2016-12-27cgroup: move cgroup files under kernel/cgroup/Tejun Heo1-0/+6705