summaryrefslogtreecommitdiff
path: root/include/linux/cgroup-defs.h
AgeCommit message (Expand)AuthorFilesLines
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+10
2024-09-09cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCUKinsey Ho1-1/+5
2024-09-01mm, memcg: cg2 memory{.swap,}.peak write handlersDavid Finkel1-0/+5
2024-07-31cgroup: Show # of subsystem CSSes in cgroup.statWaiman Long1-0/+14
2024-07-22Merge tag 'for-6.11/block-20240722' of git://git.kernel.dk/linuxLinus Torvalds1-3/+0
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+0
2024-07-19blk-cgroup: move congestion_count to struct blkcgXiu Jianfeng1-3/+0
2024-07-03mm/hugetlb_cgroup: prepare cftypes based on templateXiu Jianfeng1-2/+0
2024-05-26cgroup/pids: Separate semantics of pids.events related to pids.maxMichal Koutný1-1/+6
2023-12-07cgroup: Move rcu_head up near the top of cgroup_rootWaiman Long1-4/+4
2023-12-01cgroup: Avoid false cacheline sharing of read mostly rstat_cpuWaiman Long1-0/+7
2023-11-12cgroup/rstat: Reduce cpu_lock hold time in cgroup_rstat_flush_locked()Waiman Long1-0/+7
2023-11-09cgroup: Make operations on the cgroup root_list RCU safeYafang Shao1-0/+1
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+5
2023-10-18hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham1-0/+5
2023-10-12cgroup: Fix incorrect css_set_rwsem reference in commentWaiman Long1-1/+1
2023-09-01Merge tag 'cgroup-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+14
2023-08-07cgroup/rstat: Record the cumulative per-cpu time of cgroup and its descendantsHao Jia1-0/+14
2023-07-13sched: add throttled time stat for throttled childrenJosh Don1-0/+2
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+4
2022-10-25bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song1-0/+4
2022-10-14Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2022-09-09sched/psi: Per-cgroup PSI accounting disable/re-enable interfaceChengming Zhou1-0/+3
2022-09-06cgroup: Remove CFTYPE_PRESSURETejun Heo1-1/+0
2022-09-06cgroup: Improve cftype add/rm error handlingTejun Heo1-0/+1
2022-08-15cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]Tejun Heo1-6/+10
2022-08-03Merge tag 'cgroup-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+17
2022-08-01Merge tag 'sched-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+4
2022-07-23cgroup: Make !percpu threadgroup_rwsem operations optionalTejun Heo1-3/+16
2022-07-04sched/core: add forced idle accounting for cgroupsJosh Don1-0/+4
2022-06-16cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo1-1/+2
2022-06-07psi: dont alloc memory for psi by defaultChen Wandun1-1/+1
2022-01-11Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-1/+1
2021-12-16bpf: Remove the cgroup -> bpf header dependecyJakub Kicinski1-1/+1
2021-12-01cgroup: fix a typo in commentWei Yang1-1/+1
2021-09-13bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeDaniel Borkmann1-80/+27
2021-06-08cgroup: make per-cgroup pressure stall tracking configurableSuren Baghdasaryan1-0/+1
2021-05-24Merge branch 'for-5.13-fixes' into for-5.14Tejun Heo1-3/+3
2021-05-24cgroup: fix spelling mistakesZhen Lei1-3/+3
2021-05-10cgroup: introduce cgroup.killChristian Brauner1-0/+3
2020-12-15cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchyRoman Gushchin1-15/+0
2020-07-09cgroup: Fix sock_cgroup_data on big-endian.Cong Wang1-0/+2
2020-07-07cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang1-2/+4
2020-04-03Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-2/+3
2020-04-02mm: memcontrol: recursive memory.low protectionJohannes Weiner1-0/+5
2020-02-12clone3: allow spawning processes into cgroupsChristian Brauner1-2/+3
2019-11-12cgroup: use cgrp->kn->id as the cgroup IDTejun Heo1-15/+2
2019-11-06cgroup: use cgroup->last_bstat instead of cgroup->bstat_pending for consistencyTejun Heo1-1/+1
2019-07-15docs: cgroup-v1: add it to the admin-guide bookMauro Carvalho Chehab1-1/+1
2019-07-08Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-1/+1