-
- Downloads
Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Pull cgroup updates from Tejun Heo: - cgroup.kill is added which implements atomic killing of the whole subtree. Down the line, this should be able to replace the multiple userland implementations of "keep killing till empty". - PSI can now be turned off at boot time to avoid overhead for configurations which don't care about PSI. * 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup: cgroup: make per-cgroup pressure stall tracking configurable cgroup: Fix kernel-doc cgroup: inline cgroup_task_freeze() tests/cgroup: test cgroup.kill tests/cgroup: move cg_wait_for(), cg_prepare_for_wait() tests/cgroup: use cgroup.kill in cg_killall() docs/cgroup: add entry for cgroup.kill cgroup: introduce cgroup.kill
Showing
- Documentation/admin-guide/cgroup-v2.rst 15 additions, 0 deletionsDocumentation/admin-guide/cgroup-v2.rst
- Documentation/admin-guide/kernel-parameters.txt 7 additions, 2 deletionsDocumentation/admin-guide/kernel-parameters.txt
- include/linux/cgroup-defs.h 4 additions, 0 deletionsinclude/linux/cgroup-defs.h
- include/linux/cgroup.h 7 additions, 18 deletionsinclude/linux/cgroup.h
- kernel/cgroup/cgroup.c 164 additions, 16 deletionskernel/cgroup/cgroup.c
- kernel/cgroup/rstat.c 1 addition, 1 deletionkernel/cgroup/rstat.c
- kernel/sched/psi.c 17 additions, 13 deletionskernel/sched/psi.c
- tools/testing/selftests/cgroup/.gitignore 2 additions, 1 deletiontools/testing/selftests/cgroup/.gitignore
- tools/testing/selftests/cgroup/Makefile 2 additions, 0 deletionstools/testing/selftests/cgroup/Makefile
- tools/testing/selftests/cgroup/cgroup_util.c 51 additions, 0 deletionstools/testing/selftests/cgroup/cgroup_util.c
- tools/testing/selftests/cgroup/cgroup_util.h 2 additions, 0 deletionstools/testing/selftests/cgroup/cgroup_util.h
- tools/testing/selftests/cgroup/test_freezer.c 0 additions, 57 deletionstools/testing/selftests/cgroup/test_freezer.c
- tools/testing/selftests/cgroup/test_kill.c 297 additions, 0 deletionstools/testing/selftests/cgroup/test_kill.c
Loading
Please register or sign in to comment