aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/cgroup/pids.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-08-05cgroup/pids: Remove unreachable paths of pids_{can,cancel}_forkXiu Jianfeng1-12/+2
2024-07-30cgroup/pids: Avoid spurious event notificationXiu Jianfeng1-11/+7
2024-05-26cgroup/pids: Add pids.events.localMichal Koutný1-18/+71
2024-05-26cgroup/pids: Make event counters hierarchicalMichal Koutný1-16/+30
2024-05-26cgroup/pids: Separate semantics of pids.events related to pids.maxMichal Koutný1-11/+33
2024-04-16cgroup/pids: Remove superfluous zeroingMichal Koutný1-2/+0
2022-09-04cgroup: add pids.peak interface for pids controllerJosh Don1-2/+35
2020-02-12clone3: allow spawning processes into cgroupsChristian Brauner1-4/+11
2019-10-24cgroup: pids: use atomic64_t for pids->limitAleksa Sarai1-5/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451Thomas Gleixner1-4/+1
2019-01-31cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix the accountingOleg Nesterov1-2/+2
2017-07-21cgroup: implement cgroup v2 thread supportTejun Heo1-0/+1
2017-03-06cgroup/pids: remove spurious suspicious RCU usage warningTejun Heo1-1/+1
2017-03-02sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyIngo Molnar1-1/+1
2016-12-27cgroup: move cgroup files under kernel/cgroup/Tejun Heo1-0/+348