summaryrefslogtreecommitdiff
path: root/include/linux/cgroup.h (follow)
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'msm8998/lineage-20' into lineage-20Raghuram Subramani2024-10-17
* cgroup: Add task_under_cgroup_hierarchy cgroup inline function to headersSargun Dhillon2022-04-19
* cgroup: refactor allow_attach function into common codeRom Lemarchand2022-04-19
* cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2022-04-19
* BACKPORT: cgroup: misc changesTejun Heo2022-04-19
* remove leftovers from 6ea07b4590d3174a53303Anay Wadhera2022-04-19
* kernfs: make kernfs_path*() behave in the style of strlcpy()Tejun Heo2022-04-19
* cgroup: make cgroup_path() and friends behave in the style of strlcpy()Tejun Heo2022-04-19
* cgroup: Add cgroup_get_from_fdMartin KaFai Lau2022-04-19
* cgroup: introduce cgroup namespacesAditya Kali2022-04-19
* sock, cgroup: add sock->sk_cgroupTejun Heo2022-04-19
* cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friendsOleg Nesterov2022-04-19
* cgroup: implement cgroup_get_from_path() and expose cgroup_put()Tejun Heo2022-04-19
* cgroup: record ancestor IDs and reimplement cgroup_is_descendant() using itTejun Heo2022-04-19
* cgroup: Use css_tryget() instead of css_tryget_online() in task_get_css()Tejun Heo2019-06-22
* cpuset: consider dying css as offlineTejun Heo2017-06-14
* cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo2017-04-21
* cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo2015-12-03
* cgroup: fix cftype->file_offset handlingTejun Heo2015-11-16
* cgroup: keep zombies associated with their original cgroupsTejun Heo2015-10-15
* cgroup: make css_set_rwsem a spinlock and rename it to css_set_lockTejun Heo2015-10-15
* cgroup: don't hold css_set_rwsem across css task iterationTejun Heo2015-10-15
* cgroup: replace cgroup_has_tasks() with cgroup_is_populated()Tejun Heo2015-10-15
* cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()Tejun Heo2015-09-22
* cgroup: generalize obtaining the handles of and notifying cgroup filesTejun Heo2015-09-18
* cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo2015-09-18
* cgroup: implement static_key based cgroup_subsys_enabled() and cgroup_subsys_...Tejun Heo2015-09-18
* Merge branch 'for-4.3-unified-base' into for-4.3Tejun Heo2015-08-25
|\
| * cgroup: define controller file conventionsTejun Heo2015-08-04
* | cgroup: allow a cgroup subsystem to reject a forkAleksa Sarai2015-07-14
|/
* Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-06-26
|\
| * cgroup: reorganize include/linux/cgroup.hTejun Heo2015-05-18
| * cgroup: separate out include/linux/cgroup-defs.hTejun Heo2015-05-18
* | cgroup, block: implement task_get_css() and use it in bio_associate_current()Tejun Heo2015-06-02
|/
* cgroup: add dummy css_put() for !CONFIG_CGROUPSTejun Heo2015-01-06
* Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-12-11
|\
| * cgroup: implement cgroup_get_e_css()Tejun Heo2014-11-18
| * cgroup: add cgroup_subsys->css_e_css_changed()Tejun Heo2014-11-18
| * cgroup: add cgroup_subsys->css_released()Tejun Heo2014-11-18
* | Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds2014-12-10
|\ \
| * | mm: memcontrol: take a css reference for each charged pageJohannes Weiner2014-12-10
| |/
* / kill f_dentry usesAl Viro2014-11-19
|/
* cgroup: remove CGRP_RELEASABLE flagZefan Li2014-09-19
* cgroup: remove redundant check in cgroup_ino()Zefan Li2014-09-19
* cgroup: simplify proc_cgroup_show()Zefan Li2014-09-18
* cgroup: use a per-cgroup work for release agentZefan Li2014-09-18
* cgroup: remove some useless forward declarationsLi Zefan2014-09-18
* cgroup: make CFTYPE_ONLY_ON_DFL and CFTYPE_NO_ internal to cgroup coreTejun Heo2014-07-15
* cgroup: distinguish the default and legacy hierarchies when handling cftypesTejun Heo2014-07-15
* cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()Tejun Heo2014-07-15