summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup_pids.c
Commit message (Expand)AuthorAgeFilesLines
* cgroup: pids: use atomic64_t for pids->limitAleksa Sarai2019-12-211-5/+6
* cgroup_pids: don't account for the root cgroupTejun Heo2015-12-031-3/+4
* cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo2015-12-031-8/+8
* cgroup: pids: kill pids_fork(), simplify pids_can_fork() and pids_cancel_fork()Oleg Nesterov2015-11-301-31/+10
* cgroup: pids: fix race between cgroup_post_fork() and cgroup_migrate()Oleg Nesterov2015-11-301-19/+2
* cgroup: add cgroup_subsys->free() method and use it to fix pids controllerTejun Heo2015-10-151-2/+2
* cgroup: keep zombies associated with their original cgroupsTejun Heo2015-10-151-4/+2
* cgroup: pids: fix invalid get/put usageAleksa Sarai2015-08-251-15/+4
* cgroup: implement the PIDs subsystemAleksa Sarai2015-07-141-0/+366