summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/rstat.c
AgeCommit message (Expand)AuthorLines
2022-08-25cgroup: bpf: enable bpf programs to integrate with rstatYosry Ahmed-0/+48
2022-07-04sched/core: add forced idle accounting for cgroupsJosh Don-6/+38
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+11
2022-03-23cgroup: use irqsave in cgroup_rstat_flush_locked().Sebastian Andrzej Siewior-2/+11
2022-01-12cgroup: rstat: retrieve current bstat to delta directlyWei Yang-3/+2
2022-01-12cgroup: rstat: use same convention to assign cgroup_base_statWei Yang-1/+1
2022-01-06cgroup/rstat: check updated_next only for rootWei Yang-24/+23
2022-01-06cgroup: rstat: explicitly put loop variant in whileWei Yang-3/+1
2021-11-15cgroup: rstat: Mark benign data race to silence KCSANMichal Koutný-1/+1
2021-11-01cgroup: Fix rootcg cpu.stat guest double countingDan Schatzberg-2/+0
2021-07-27cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_syncTejun Heo-8/+11
2021-06-04cgroup: Fix kernel-docYang Li-1/+1
2021-05-24cgroup: fix spelling mistakesZhen Lei-1/+1
2021-04-30cgroup: rstat: punt root-level optimization to individual controllersJohannes Weiner-25/+36
2021-04-30cgroup: rstat: support cgroup1Johannes Weiner-2/+0
2020-06-29cgroup: unexport cgroup_rstat_updatedChristoph Hellwig-1/+0
2020-05-28cgroup: add cpu.stat file to root cgroupBoris Burkov-8/+52
2020-04-09Revert "cgroup: Add memory barriers to plug cgroup_rstat_updated() race window"Tejun Heo-13/+3
2020-01-15cgroup: fix function name in commentChen Zhou-1/+1
2019-11-06cgroup: use cgroup->last_bstat instead of cgroup->bstat_pending for consistencyTejun Heo-21/+25
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-02-15cgroup, rstat: Don't flush subtree root unless necessaryTejun Heo-4/+6
2018-04-26cgroup: Make cgroup_rstat_updated() ready for root cgroup usageTejun Heo-0/+4
2018-04-26cgroup: Add memory barriers to plug cgroup_rstat_updated() race windowTejun Heo-3/+13
2018-04-26cgroup: Add cgroup_subsys->css_rstat_flush()Tejun Heo-1/+10
2018-04-26cgroup: Replace cgroup_rstat_mutex with a spinlockTejun Heo-13/+45
2018-04-26cgroup: Factor out and expose cgroup_rstat_*() interface functionsTejun Heo-12/+30
2018-04-26cgroup: Reorganize kernel/cgroup/rstat.cTejun Heo-88/+94
2018-04-26cgroup: Distinguish base resource stat implementation from rstatTejun Heo-35/+32
2018-04-26cgroup: Rename stat to rstatTejun Heo-89/+91
2018-04-26cgroup: Rename kernel/cgroup/stat.c to kernel/cgroup/rstat.cTejun Heo-0/+338