aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
AgeCommit message (Expand)Author
2016-07-29Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-07-26Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2016-07-19cgroup: remove duplicated include from cgroup.cWei Yongjun
2016-07-15cgroupns: Only allow creation of hierarchies in the initial cgroup namespaceEric W. Biederman
2016-07-15cgroupns: Close race between cgroup_post_fork and copy_cgroup_nsEric W. Biederman
2016-07-15cgroupns: Fix the locking in copy_cgroup_nsEric W. Biederman
2016-07-01cgroup: Add cgroup_get_from_fdMartin KaFai Lau
2016-06-23cgroup: Disable IRQs while holding css_set_lockDaniel Bristot de Oliveira
2016-06-21cgroup: allow NULL return from ss->css_alloc()Tejun Heo
2016-06-17cgroup: remove unnecessary 0 check from css_from_id()Johannes Weiner
2016-06-17cgroup: fix idr leak for the first cgroup rootJohannes Weiner
2016-06-16cgroup: set css->id to -1 during initTejun Heo
2016-05-26cgroup: remove redundant cleanup in css_createWenwei Tao
2016-05-12cgroup: fix compile warningFelipe Balbi
2016-05-09cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn
2016-04-25cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Tejun Heo
2016-03-21Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2016-03-16cgroup: avoid false positive gcc-6 warningArnd Bergmann
2016-03-16cgroup: ignore css_sets associated with dead cgroups during migrationTejun Heo
2016-03-08cgroup: implement cgroup_subsys->implicit_on_dflTejun Heo
2016-03-08cgroup: use css_set->mg_dst_cgrp for the migration target cgroupTejun Heo
2016-03-08cgroup: make cgroup[_taskset]_migrate() take cgroup_root instead of cgroupTejun Heo
2016-03-08cgroup: move migration destination verification out of cgroup_migrate_prepare...Tejun Heo
2016-03-08cgroup: fix incorrect destination cgroup in cgroup_update_dfl_csses()Tejun Heo
2016-03-03cgroup: update css iteration in cgroup_update_dfl_csses()Tejun Heo
2016-03-03cgroup: allocate 2x cgrp_cset_links when setting up a new rootTejun Heo
2016-03-03cgroup: make cgroup_calc_subtree_ss_mask() take @this_ss_maskTejun Heo
2016-03-03cgroup: reimplement rebind_subsystems() using cgroup_apply_control() and friendsTejun Heo
2016-03-03cgroup: use cgroup_apply_enable_control() in cgroup creation pathTejun Heo
2016-03-03cgroup: combine cgroup_mutex locking and offline css drainingTejun Heo
2016-03-03cgroup: factor out cgroup_{apply|finalize}_control() from cgroup_subtree_cont...Tejun Heo
2016-03-03cgroup: introduce cgroup_{save|propagate|restore}_control()Tejun Heo
2016-03-03cgroup: make cgroup_drain_offline() and cgroup_apply_control_{disable|enable}...Tejun Heo
2016-03-03cgroup: factor out cgroup_apply_control_enable() from cgroup_subtree_control_...Tejun Heo
2016-03-03cgroup: factor out cgroup_apply_control_disable() from cgroup_subtree_control...Tejun Heo
2016-03-03cgroup: factor out cgroup_drain_offline() from cgroup_subtree_control_write()Tejun Heo
2016-03-03cgroup: introduce cgroup_control() and cgroup_ss_mask()Tejun Heo
2016-03-03cgroup: factor out cgroup_create() out of cgroup_mkdir()Tejun Heo
2016-03-03cgroup: reorder operations in cgroup_mkdir()Tejun Heo
2016-03-03cgroup: explicitly track whether a cgroup_subsys_state is visible to userlandTejun Heo
2016-03-03cgroup: separate out interface file creation from css creationTejun Heo
2016-03-03cgroup: suppress spurious de-populated eventsTejun Heo
2016-03-03cgroup: re-hash init_css_set after subsystems are initializedTejun Heo
2016-03-01cgroup: reset css on destructionVladimir Davydov
2016-02-29cgroup: fix and restructure error handling in copy_cgroup_ns()Tejun Heo
2016-02-27cgroup: fix a mistake in warning messageXiubo Li
2016-02-23cgroup: use ->subtree_control when testing no internal process ruleTejun Heo
2016-02-23cgroup: make css_tryget_online_from_dir() also recognize cgroup2 fsTejun Heo
2016-02-23cgroup: s/cgrp_dfl_root_/cgrp_dfl_/Tejun Heo