aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-27/+48
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+24
2016-09-30Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-4/+25
2016-09-29cgroup: fix error handling regressions in proc_cgroup_show() and cgroup_release_agent()Tejun Heo1-3/+3
2016-09-27Merge branch 'for-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-4/+25
2016-09-23cgroup: fix invalid controller enable rejections with cgroup namespaceTejun Heo1-4/+25
2016-09-22Merge branch 'nsfs-ioctls' into HEADEric W. Biederman1-0/+6
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin1-0/+6
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman1-1/+1
2016-09-22Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar1-0/+6
2016-09-19cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner1-0/+6
2016-08-18locking, rcu, cgroup: Avoid synchronize_sched() in __cgroup_procs_write()Peter Zijlstra1-0/+6
2016-08-10cgroup: add tracepoints for basic operationsTejun Heo1-0/+25
2016-08-10cgroup: make cgroup_path() and friends behave in the style of strlcpy()Tejun Heo1-26/+22
2016-08-08cgroupns: Add a limit on the number of cgroup namespacesEric W. Biederman1-0/+18
2016-07-29Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-10/+8
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+35
2016-07-26Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-9/+4
2016-07-19cgroup: remove duplicated include from cgroup.cWei Yongjun1-1/+0
2016-07-15cgroupns: Only allow creation of hierarchies in the initial cgroup namespaceEric W. Biederman1-6/+2
2016-07-15cgroupns: Close race between cgroup_post_fork and copy_cgroup_nsEric W. Biederman1-0/+5
2016-07-15cgroupns: Fix the locking in copy_cgroup_nsEric W. Biederman1-4/+1
2016-07-01cgroup: Add cgroup_get_from_fdMartin KaFai Lau1-0/+35
2016-06-23cgroup: Disable IRQs while holding css_set_lockDaniel Bristot de Oliveira1-68/+74
2016-06-21cgroup: allow NULL return from ss->css_alloc()Tejun Heo1-0/+2
2016-06-17cgroup: remove unnecessary 0 check from css_from_id()Johannes Weiner1-1/+1
2016-06-17cgroup: fix idr leak for the first cgroup rootJohannes Weiner1-7/+1
2016-06-16cgroup: set css->id to -1 during initTejun Heo1-0/+1
2016-05-26cgroup: remove redundant cleanup in css_createWenwei Tao1-4/+1
2016-05-12cgroup: fix compile warningFelipe Balbi1-1/+1
2016-05-09cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn1-0/+63
2016-04-25cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_attach callbackTejun Heo1-2/+5
2016-03-21Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-4/+225
2016-03-16cgroup: avoid false positive gcc-6 warningArnd Bergmann1-0/+3
2016-03-16cgroup: ignore css_sets associated with dead cgroups during migrationTejun Heo1-2/+18
2016-03-08cgroup: implement cgroup_subsys->implicit_on_dflTejun Heo1-7/+31
2016-03-08cgroup: use css_set->mg_dst_cgrp for the migration target cgroupTejun Heo1-13/+13
2016-03-08cgroup: make cgroup[_taskset]_migrate() take cgroup_root instead of cgroupTejun Heo1-35/+35
2016-03-08cgroup: move migration destination verification out of cgroup_migrate_prepare_dst()Tejun Heo1-8/+20
2016-03-08cgroup: fix incorrect destination cgroup in cgroup_update_dfl_csses()Tejun Heo1-1/+1
2016-03-03cgroup: update css iteration in cgroup_update_dfl_csses()Tejun Heo1-11/+8
2016-03-03cgroup: allocate 2x cgrp_cset_links when setting up a new rootTejun Heo1-3/+4
2016-03-03cgroup: make cgroup_calc_subtree_ss_mask() take @this_ss_maskTejun Heo1-10/+7
2016-03-03cgroup: reimplement rebind_subsystems() using cgroup_apply_control() and friendsTejun Heo1-79/+28
2016-03-03cgroup: use cgroup_apply_enable_control() in cgroup creation pathTejun Heo1-24/+14
2016-03-03cgroup: combine cgroup_mutex locking and offline css drainingTejun Heo1-28/+27
2016-03-03cgroup: factor out cgroup_{apply|finalize}_control() from cgroup_subtree_control_write()Tejun Heo1-23/+58
2016-03-03cgroup: introduce cgroup_{save|propagate|restore}_control()Tejun Heo1-20/+62
2016-03-03cgroup: make cgroup_drain_offline() and cgroup_apply_control_{disable|enable}() recursiveTejun Heo1-10/+31
2016-03-03cgroup: factor out cgroup_apply_control_enable() from cgroup_subtree_control_write()Tejun Heo1-30/+47