summaryrefslogtreecommitdiffstats
path: root/include/linux/cgroup-defs.h
Commit message (Expand)AuthorAgeFilesLines
* cgroup: Move rcu_head up near the top of cgroup_rootWaiman Long2023-12-071-4/+4
* cgroup: Avoid false cacheline sharing of read mostly rstat_cpuWaiman Long2023-12-011-0/+7
* cgroup/rstat: Reduce cpu_lock hold time in cgroup_rstat_flush_locked()Waiman Long2023-11-121-0/+7
* cgroup: Make operations on the cgroup root_list RCU safeYafang Shao2023-11-091-0/+1
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-0/+5
|\
| * hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham2023-10-181-0/+5
* | cgroup: Fix incorrect css_set_rwsem reference in commentWaiman Long2023-10-121-1/+1
|/
* Merge tag 'cgroup-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-09-011-0/+14
|\
| * cgroup/rstat: Record the cumulative per-cpu time of cgroup and its descendantsHao Jia2023-08-071-0/+14
* | sched: add throttled time stat for throttled childrenJosh Don2023-07-131-0/+2
|/
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-021-0/+4
|\
| * bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song2022-10-251-0/+4
* | Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-141-0/+3
|\ \ | |/ |/|
| * sched/psi: Per-cgroup PSI accounting disable/re-enable interfaceChengming Zhou2022-09-091-0/+3
* | cgroup: Remove CFTYPE_PRESSURETejun Heo2022-09-061-1/+0
* | cgroup: Improve cftype add/rm error handlingTejun Heo2022-09-061-0/+1
* | cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]Tejun Heo2022-08-151-6/+10
|/
* Merge tag 'cgroup-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-031-4/+17
|\
| * cgroup: Make !percpu threadgroup_rwsem operations optionalTejun Heo2022-07-231-3/+16
| * psi: dont alloc memory for psi by defaultChen Wandun2022-06-071-1/+1
* | Merge tag 'sched-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-011-0/+4
|\ \
| * | sched/core: add forced idle accounting for cgroupsJosh Don2022-07-041-0/+4
| |/
* / cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo2022-06-161-1/+2
|/
* Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2022-01-111-1/+1
|\
| * cgroup: fix a typo in commentWei Yang2021-12-011-1/+1
* | bpf: Remove the cgroup -> bpf header dependecyJakub Kicinski2021-12-161-1/+1
|/
* bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeDaniel Borkmann2021-09-131-80/+27
* cgroup: make per-cgroup pressure stall tracking configurableSuren Baghdasaryan2021-06-081-0/+1
* Merge branch 'for-5.13-fixes' into for-5.14Tejun Heo2021-05-241-3/+3
|\
| * cgroup: fix spelling mistakesZhen Lei2021-05-241-3/+3
* | cgroup: introduce cgroup.killChristian Brauner2021-05-101-0/+3
|/
* cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchyRoman Gushchin2020-12-151-15/+0
* cgroup: Fix sock_cgroup_data on big-endian.Cong Wang2020-07-091-0/+2
* cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2020-07-071-2/+4
* Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2020-04-031-2/+3
|\
| * clone3: allow spawning processes into cgroupsChristian Brauner2020-02-121-2/+3
* | mm: memcontrol: recursive memory.low protectionJohannes Weiner2020-04-021-0/+5
|/
* cgroup: use cgrp->kn->id as the cgroup IDTejun Heo2019-11-121-15/+2
* cgroup: use cgroup->last_bstat instead of cgroup->bstat_pending for consistencyTejun Heo2019-11-061-1/+1
* docs: cgroup-v1: add it to the admin-guide bookMauro Carvalho Chehab2019-07-151-1/+1
* Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-07-081-1/+1
|\
| * docs: cgroup-v1: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* | Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-06-141-0/+1
|\|
| * cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo2019-05-311-0/+1
* | cgroup/bfq: revert bfq.weight symlink changeJens Axboe2019-06-101-3/+0
* | cgroup: let a symlink too be created with a cftype fileAngelo Ruocco2019-06-071-0/+3
* | mm, memcg: consider subtrees in memory.eventsChris Down2019-06-011-0/+5
|/
* cgroup: cgroup v2 freezerRoman Gushchin2019-04-191-0/+28
* cgroup: protect cgroup->nr_(dying_)descendants by css_set_lockRoman Gushchin2019-04-191-0/+5
* Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-03-071-1/+1
|\