summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
Commit message (Expand)AuthorAge
* Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-07-29
|\
| * cgroupns: Only allow creation of hierarchies in the initial cgroup namespaceEric W. Biederman2016-07-15
| * cgroupns: Close race between cgroup_post_fork and copy_cgroup_nsEric W. Biederman2016-07-15
| * cgroupns: Fix the locking in copy_cgroup_nsEric W. Biederman2016-07-15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-07-27
|\ \
| * | cgroup: Add cgroup_get_from_fdMartin KaFai Lau2016-07-01
| |/
* | Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-07-26
|\ \ | |/ |/|
| * cgroup: remove duplicated include from cgroup.cWei Yongjun2016-07-19
| * cgroup: allow NULL return from ss->css_alloc()Tejun Heo2016-06-21
| * cgroup: remove unnecessary 0 check from css_from_id()Johannes Weiner2016-06-17
| * cgroup: fix idr leak for the first cgroup rootJohannes Weiner2016-06-17
* | cgroup: Disable IRQs while holding css_set_lockDaniel Bristot de Oliveira2016-06-23
* | cgroup: set css->id to -1 during initTejun Heo2016-06-16
* | cgroup: remove redundant cleanup in css_createWenwei Tao2016-05-26
|/
* cgroup: fix compile warningFelipe Balbi2016-05-12
* cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn2016-05-09
* cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Tejun Heo2016-04-25
* Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2016-03-21
|\
| * cgroup: fix and restructure error handling in copy_cgroup_ns()Tejun Heo2016-02-29
| * cgroup: fix alloc_cgroup_ns() error handling in copy_cgroup_ns()Tejun Heo2016-02-18
| * Add FS_USERNS_FLAG to cgroup fsSerge Hallyn2016-02-16
| * cgroup: mount cgroupns-root when inside non-init cgroupnsSerge Hallyn2016-02-16
| * cgroup: cgroup namespace setns supportAditya Kali2016-02-16
| * cgroup: introduce cgroup namespacesAditya Kali2016-02-16
* | cgroup: avoid false positive gcc-6 warningArnd Bergmann2016-03-16
* | cgroup: ignore css_sets associated with dead cgroups during migrationTejun Heo2016-03-16
* | cgroup: implement cgroup_subsys->implicit_on_dflTejun Heo2016-03-08
* | cgroup: use css_set->mg_dst_cgrp for the migration target cgroupTejun Heo2016-03-08
* | cgroup: make cgroup[_taskset]_migrate() take cgroup_root instead of cgroupTejun Heo2016-03-08
* | cgroup: move migration destination verification out of cgroup_migrate_prepare...Tejun Heo2016-03-08
* | cgroup: fix incorrect destination cgroup in cgroup_update_dfl_csses()Tejun Heo2016-03-08
* | cgroup: update css iteration in cgroup_update_dfl_csses()Tejun Heo2016-03-03
* | cgroup: allocate 2x cgrp_cset_links when setting up a new rootTejun Heo2016-03-03
* | cgroup: make cgroup_calc_subtree_ss_mask() take @this_ss_maskTejun Heo2016-03-03
* | cgroup: reimplement rebind_subsystems() using cgroup_apply_control() and friendsTejun Heo2016-03-03
* | cgroup: use cgroup_apply_enable_control() in cgroup creation pathTejun Heo2016-03-03
* | cgroup: combine cgroup_mutex locking and offline css drainingTejun Heo2016-03-03
* | cgroup: factor out cgroup_{apply|finalize}_control() from cgroup_subtree_cont...Tejun Heo2016-03-03
* | cgroup: introduce cgroup_{save|propagate|restore}_control()Tejun Heo2016-03-03
* | cgroup: make cgroup_drain_offline() and cgroup_apply_control_{disable|enable}...Tejun Heo2016-03-03
* | cgroup: factor out cgroup_apply_control_enable() from cgroup_subtree_control_...Tejun Heo2016-03-03
* | cgroup: factor out cgroup_apply_control_disable() from cgroup_subtree_control...Tejun Heo2016-03-03
* | cgroup: factor out cgroup_drain_offline() from cgroup_subtree_control_write()Tejun Heo2016-03-03
* | cgroup: introduce cgroup_control() and cgroup_ss_mask()Tejun Heo2016-03-03
* | cgroup: factor out cgroup_create() out of cgroup_mkdir()Tejun Heo2016-03-03
* | cgroup: reorder operations in cgroup_mkdir()Tejun Heo2016-03-03
* | cgroup: explicitly track whether a cgroup_subsys_state is visible to userlandTejun Heo2016-03-03
* | cgroup: separate out interface file creation from css creationTejun Heo2016-03-03
* | cgroup: suppress spurious de-populated eventsTejun Heo2016-03-03
* | cgroup: re-hash init_css_set after subsystems are initializedTejun Heo2016-03-03