summaryrefslogtreecommitdiff
path: root/include/linux/cgroup.h (unfollow)
Commit message (Expand)Author
2024-10-17Merge remote-tracking branch 'msm8998/lineage-20' into lineage-20Raghuram Subramani
2024-01-10CHROMIUM: remove Android's cgroup generic permissions checksDmitry Torokhov
2022-04-19cgroup: Add task_under_cgroup_hierarchy cgroup inline function to headersSargun Dhillon
2022-04-19cgroup: refactor allow_attach function into common codeRom Lemarchand
2022-04-19cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang
2022-04-19BACKPORT: cgroup: misc changesTejun Heo
2022-04-19remove leftovers from 6ea07b4590d3174a53303Anay Wadhera
2022-04-19kernfs: make kernfs_path*() behave in the style of strlcpy()Tejun Heo
2022-04-19cgroup: make cgroup_path() and friends behave in the style of strlcpy()Tejun Heo
2022-04-19cgroup: Add cgroup_get_from_fdMartin KaFai Lau
2022-04-19cgroup: introduce cgroup namespacesAditya Kali
2022-04-19sock, cgroup: add sock->sk_cgroupTejun Heo
2022-04-19cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friendsOleg Nesterov
2022-04-19cgroup: implement cgroup_get_from_path() and expose cgroup_put()Tejun Heo
2022-04-19cgroup: record ancestor IDs and reimplement cgroup_is_descendant() using itTejun Heo
2019-06-22cgroup: Use css_tryget() instead of css_tryget_online() in task_get_css()Tejun Heo
2017-06-14cpuset: consider dying css as offlineTejun Heo
2017-04-21cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo
2016-10-25CHROMIUM: remove Android's cgroup generic permissions checksDmitry Torokhov
2016-10-17CHROMIUM: remove Android's cgroup generic permissions checksDmitry Torokhov
2016-02-16cgroup: refactor allow_attach handler for 4.4Amit Pundir
2016-02-16include: linux: cgroup: Fix compiler warningDaniel Rosenberg
2016-02-16cgroup: Fix issues in allow_attach callbackRom Lemarchand
2016-02-16cgroup: refactor allow_attach function into common codeRom Lemarchand
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo
2015-11-16cgroup: fix cftype->file_offset handlingTejun Heo
2015-10-15cgroup: keep zombies associated with their original cgroupsTejun Heo
2015-10-15cgroup: make css_set_rwsem a spinlock and rename it to css_set_lockTejun Heo
2015-10-15cgroup: don't hold css_set_rwsem across css task iterationTejun Heo
2015-10-15cgroup: replace cgroup_has_tasks() with cgroup_is_populated()Tejun Heo
2015-09-22cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()Tejun Heo
2015-09-18cgroup: generalize obtaining the handles of and notifying cgroup filesTejun Heo
2015-09-18cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo
2015-09-18cgroup: implement static_key based cgroup_subsys_enabled() and cgroup_subsys_...Tejun Heo
2015-08-04cgroup: define controller file conventionsTejun Heo
2015-07-14cgroup: allow a cgroup subsystem to reject a forkAleksa Sarai
2015-06-02cgroup, block: implement task_get_css() and use it in bio_associate_current()Tejun Heo
2015-05-18cgroup: reorganize include/linux/cgroup.hTejun Heo
2015-05-18cgroup: separate out include/linux/cgroup-defs.hTejun Heo
2015-01-06cgroup: add dummy css_put() for !CONFIG_CGROUPSTejun Heo
2014-12-10mm: memcontrol: take a css reference for each charged pageJohannes Weiner
2014-11-19kill f_dentry usesAl Viro
2014-11-18cgroup: implement cgroup_get_e_css()Tejun Heo
2014-11-18cgroup: add cgroup_subsys->css_e_css_changed()Tejun Heo
2014-11-18cgroup: add cgroup_subsys->css_released()Tejun Heo
2014-09-19cgroup: remove CGRP_RELEASABLE flagZefan Li
2014-09-19cgroup: remove redundant check in cgroup_ino()Zefan Li
2014-09-18cgroup: simplify proc_cgroup_show()Zefan Li
2014-09-18cgroup: use a per-cgroup work for release agentZefan Li
2014-09-18cgroup: remove some useless forward declarationsLi Zefan