summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
AgeCommit message (Expand)Author
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
2016-02-22cgroup: make cgroup subsystem masks u16Tejun Heo
2016-02-22cgroup: use do_each_subsys_mask() where applicableTejun Heo
2016-02-22cgroup: convert for_each_subsys_which() to do-while styleTejun Heo
2016-02-22cgroup: s/child_subsys_mask/subtree_ss_mask/Tejun Heo
2016-02-22Revert "cgroup: add cgroup_subsys->css_e_css_changed()"Tejun Heo
2016-02-22cgroup: fix error return value of cgroup_addrm_files()Tejun Heo
2016-02-18cgroup: fix alloc_cgroup_ns() error handling in copy_cgroup_ns()Tejun Heo
2016-02-16Add FS_USERNS_FLAG to cgroup fsSerge Hallyn
2016-02-16cgroup: mount cgroupns-root when inside non-init cgroupnsSerge Hallyn
2016-02-16cgroup: cgroup namespace setns supportAditya Kali
2016-02-16cgroup: introduce cgroup namespacesAditya Kali
2016-02-12cgroup: provide cgroup_nov1= to disable controllers in v1 mountsJohannes Weiner
2016-01-22cgroup: make sure a parent css isn't freed before its childrenTejun Heo
2016-01-22cgroup: make sure a parent css isn't offlined before its childrenTejun Heo