summaryrefslogtreecommitdiff
path: root/kernel/cgroup.c
AgeCommit message (Expand)Author
2014-05-04cgroup: protect cgroup_root->cgroup_idr with a spinlockTejun Heo
2014-05-04cgroup, memcg: allocate cgroup ID from 1Tejun Heo
2014-05-04cgroup: make flags and subsys_masks unsigned intTejun Heo
2014-04-25cgroup: Use more current logging styleJoe Perches
2014-04-25cgroup: replace pr_warning with preferred pr_warnJianyu Zhan
2014-04-25cgroup: remove orphaned cgroup_pidlist_seq_operationsJianyu Zhan
2014-04-25cgroup: clean up obsolete comment for parse_cgroupfs_options()Jianyu Zhan
2014-04-25cgroup: implement cgroup.populated for the default hierarchyTejun Heo
2014-04-23cgroup: implement dynamic subtree controller enable/disable on the default hi...Tejun Heo
2014-04-23cgroup: prepare migration path for unified hierarchyTejun Heo
2014-04-23cgroup: update subsystem rebind restrictionsTejun Heo
2014-04-23cgroup: add css_set->dfl_cgrpTejun Heo
2014-04-23cgroup: allow cgroup creation and suppress automatic css creation in the unif...Tejun Heo
2014-04-23cgroup: cgroup->subsys[] should be cleared after the css is offlinedTejun Heo
2014-04-23cgroup: teach css_task_iter about effective cssesTejun Heo
2014-04-23cgroup: reorganize css_task_iterTejun Heo
2014-04-23cgroup: make css_next_child() skip missing cssesTejun Heo
2014-04-23cgroup: implement cgroup->e_csets[]Tejun Heo
2014-04-23cgroup: introduce effective cgroup_subsys_stateTejun Heo
2014-04-23cgroup: update cgroup->subsys_mask to ->child_subsys_mask and restore cgroup_...Tejun Heo
2014-04-23cgroup: cgroup_apply_cftypes() shouldn't skip the default hierarhcyTejun Heo
2014-04-17cgroup: fix the retry path of cgroup_mount()Li Zefan
2014-04-07cgroup: newly created dirs and files should be owned by the creatorTejun Heo
2014-04-04cgroup: fix top cgroup refcnt leakLi Zefan
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-03-29cgroup: remove useless argument from cgroup_exit()Li Zefan
2014-03-29cgroup: fix spurious lockdep warning in cgroup_exit()Li Zefan
2014-03-24cgroup: Use RCU_INIT_POINTER(x, NULL) in cgroup.cMonam Agarwal
2014-03-20cgroup: break kernfs active_ref protection in cgroup directory operationsTejun Heo
2014-03-19cgroup: fix cgroup_taskset walking orderTejun Heo
2014-03-19cgroup: implement CFTYPE_ONLY_ON_DFLTejun Heo
2014-03-19cgroup: make cgrp_dfl_root mountableTejun Heo
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo
2014-03-19cgroup: rename cgroup_dummy_root and related namesTejun Heo
2014-03-19cgroup: move ->subsys_mask from cgroupfs_root to cgroupTejun Heo
2014-03-19cgroup: treat cgroup_dummy_root as an equivalent hierarchy during rebindingTejun Heo
2014-03-19cgroup: use cgroup_setup_root() to initialize cgroup_dummy_rootTejun Heo
2014-03-19cgroup: reorganize cgroup bootstrappingTejun Heo
2014-03-19cgroup: relocate setting of CGRP_DEADTejun Heo
2014-03-18cgroup: fix a failure path in create_css()Li Zefan
2014-02-25cgroup: update cgroup_transfer_tasks() to either succeed or failTejun Heo
2014-02-25cgroup: drop task_lock() protection around task->cgroupsTejun Heo
2014-02-25cgroup: update how a newly forked task gets associated with css_setTejun Heo
2014-02-25cgroup: split process / task migration into four stepsTejun Heo
2014-02-25cgroup: separate out cset_group_from_root() from task_cgroup_from_root()Tejun Heo
2014-02-25cgroup: use css_set->mg_tasks to track target tasks during migrationTejun Heo
2014-02-25cgroup: add css_set->mg_tasksTejun Heo
2014-02-25Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15Tejun Heo
2014-02-18cgroup: update cgroup_enable_task_cg_lists() to grab siglockTejun Heo
2014-02-18cgroup: add a validation check to cgroup_add_cftyps()Li Zefan