summaryrefslogtreecommitdiff
path: root/kernel/cgroup.c (follow)
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'msm8998/lineage-20' into lineage-20Raghuram Subramani2024-10-17
* cgroup: Make rebind_subsystems() disable v2 controllers all at onceWaiman Long2022-10-28
* Revert "cgroup: Disable IRQs while holding css_set_lock"Anay Wadhera2022-04-19
* cgroup: Add generic cgroup subsystem permission checksColin Cross2022-04-19
* cgroup: refactor allow_attach function into common codeRom Lemarchand2022-04-19
* cgroup: add tracepoints for basic operationsTejun Heo2022-04-19
* cgroup: Disable IRQs while holding css_set_lockDaniel Bristot de Oliveira2022-04-19
* FROMLIST: kernel: cgroup: add poll file operationJohannes Weiner2022-04-19
* UPSTREAM: cgroup add cftype->open/release() callbacksTejun Heo2022-04-19
* cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt2022-04-19
* cgroup: add missing skcd->no_refcnt check in cgroup_sk_clone()Yang Yingliang2022-04-19
* cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2022-04-19
* cgroup: replace out_idr_free with actual codeAnay Wadhera2022-04-19
* BACKPORT: cgroup: misc changesTejun Heo2022-04-19
* BACKPORT: bpf: multi program support for cgroup+bpfAlexei Starovoitov2022-04-19
* BACKPORT: bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov2022-04-19
* UPSTREAM: cgroup: add support for eBPF programsDaniel Mack2022-04-19
* cgroup: don't online subsystems before cgroup_name/path() are operationalTejun Heo2022-04-19
* cgroup: fix error handling regressions in proc_cgroup_show() and cgroup_relea...Tejun Heo2022-04-19
* cgroup: fix invalid controller enable rejections with cgroup namespaceTejun Heo2022-04-19
* kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin2022-04-19
* cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner2022-04-19
* cgroup: make cgroup_path() and friends behave in the style of strlcpy()Tejun Heo2022-04-19
* cgroupns: Only allow creation of hierarchies in the initial cgroup namespaceEric W. Biederman2022-04-19
* cgroupns: Fix the locking in copy_cgroup_nsEric W. Biederman2022-04-19
* cgroup: Add cgroup_get_from_fdMartin KaFai Lau2022-04-19
* cgroup: allow NULL return from ss->css_alloc()Tejun Heo2022-04-19
* cgroup: remove unnecessary 0 check from css_from_id()Johannes Weiner2022-04-19
* cgroup: fix idr leak for the first cgroup rootJohannes Weiner2022-04-19
* cgroup: remove redundant cleanup in css_createWenwei Tao2022-04-19
* cgroup: fix compile warningFelipe Balbi2022-04-19
* cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn2022-04-19
* cgroup: implement cgroup_subsys->implicit_on_dflTejun Heo2022-04-19
* cgroup: use css_set->mg_dst_cgrp for the migration target cgroupTejun Heo2022-04-19
* cgroup: make cgroup[_taskset]_migrate() take cgroup_root instead of cgroupTejun Heo2022-04-19
* cgroup: move migration destination verification out of cgroup_migrate_prepare...Tejun Heo2022-04-19
* cgroup: fix incorrect destination cgroup in cgroup_update_dfl_csses()Tejun Heo2022-04-19
* cgroup: update css iteration in cgroup_update_dfl_csses()Tejun Heo2022-04-19
* cgroup: allocate 2x cgrp_cset_links when setting up a new rootTejun Heo2022-04-19
* cgroup: make cgroup_calc_subtree_ss_mask() take @this_ss_maskTejun Heo2022-04-19
* cgroup: reimplement rebind_subsystems() using cgroup_apply_control() and friendsTejun Heo2022-04-19
* cgroup: use cgroup_apply_enable_control() in cgroup creation pathTejun Heo2022-04-19
* cgroup: combine cgroup_mutex locking and offline css drainingTejun Heo2022-04-19
* cgroup: factor out cgroup_{apply|finalize}_control() from cgroup_subtree_cont...Tejun Heo2022-04-19
* cgroup: introduce cgroup_{save|propagate|restore}_control()Tejun Heo2022-04-19
* cgroup: make cgroup_drain_offline() and cgroup_apply_control_{disable|enable}...Tejun Heo2022-04-19
* cgroup: factor out cgroup_apply_control_enable() from cgroup_subtree_control_...Tejun Heo2022-04-19
* cgroup: factor out cgroup_apply_control_disable() from cgroup_subtree_control...Tejun Heo2022-04-19
* cgroup: factor out cgroup_drain_offline() from cgroup_subtree_control_write()Tejun Heo2022-04-19
* cgroup: introduce cgroup_control() and cgroup_ss_mask()Tejun Heo2022-04-19