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