-
- Downloads
Merge tag 'cgroup-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Pull cgroup updates from Tejun Heo: - Per-cpu cpu usage stats are now tracked This currently isn't printed out in the cgroupfs interface and can only be accessed through e.g. BPF. Should decide on a not-too-ugly way to show per-cpu stats in cgroupfs - cpuset received some cleanups and prepatory patches for the pending cpus.exclusive patchset which will allow cpuset partitions to be created below non-partition parents, which should ease the management of partition cpusets - A lot of code and documentation cleanup patches - tools/testing/selftests/cgroup/test_cpuset.c added * tag 'cgroup-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup: (32 commits) cgroup: Avoid -Wstringop-overflow warnings cgroup:namespace: Remove unused cgroup_namespaces_init() cgroup/rstat: Record the cumulative per-cpu time of cgroup and its descendants cgroup: clean up if condition in cgroup_pidlist_start() cgroup: fix obsolete function name in cgroup_destroy_locked() Documentation: cgroup-v2.rst: Correct number of stats entries cgroup: fix obsolete function name above css_free_rwork_fn() cgroup/cpuset: fix kernel-doc cgroup: clean up printk() cgroup: fix obsolete comment above cgroup_create() docs: cgroup-v1: fix typo docs: cgroup-v1: correct the term of Page Cache organization in inode cgroup/misc: Store atomic64_t reads to u64 cgroup/misc: Change counters to be explicit 64bit types cgroup/misc: update struct members descriptions cgroup: remove cgrp->kn check in css_populate_dir() cgroup: fix obsolete function name cgroup: use cached local variable parent in for loop cgroup: remove obsolete comment above struct cgroupstats cgroup: put cgroup_tryget_css() inside CONFIG_CGROUP_SCHED ...
No related branches found
No related tags found
Showing
- Documentation/admin-guide/cgroup-v1/memory.rst 3 additions, 3 deletionsDocumentation/admin-guide/cgroup-v1/memory.rst
- Documentation/admin-guide/cgroup-v2.rst 1 addition, 1 deletionDocumentation/admin-guide/cgroup-v2.rst
- MAINTAINERS 2 additions, 0 deletionsMAINTAINERS
- include/linux/cgroup-defs.h 14 additions, 0 deletionsinclude/linux/cgroup-defs.h
- include/linux/misc_cgroup.h 13 additions, 15 deletionsinclude/linux/misc_cgroup.h
- include/uapi/linux/cgroupstats.h 0 additions, 2 deletionsinclude/uapi/linux/cgroupstats.h
- kernel/cgroup/cgroup-v1.c 1 addition, 1 deletionkernel/cgroup/cgroup-v1.c
- kernel/cgroup/cgroup.c 41 additions, 44 deletionskernel/cgroup/cgroup.c
- kernel/cgroup/cpuset.c 164 additions, 100 deletionskernel/cgroup/cpuset.c
- kernel/cgroup/misc.c 27 additions, 28 deletionskernel/cgroup/misc.c
- kernel/cgroup/namespace.c 0 additions, 6 deletionskernel/cgroup/namespace.c
- kernel/cgroup/rstat.c 10 additions, 2 deletionskernel/cgroup/rstat.c
- tools/testing/selftests/cgroup/.gitignore 1 addition, 0 deletionstools/testing/selftests/cgroup/.gitignore
- tools/testing/selftests/cgroup/Makefile 2 additions, 0 deletionstools/testing/selftests/cgroup/Makefile
- tools/testing/selftests/cgroup/cgroup_util.c 2 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_core.c 1 addition, 1 deletiontools/testing/selftests/cgroup/test_core.c
- tools/testing/selftests/cgroup/test_cpuset.c 275 additions, 0 deletionstools/testing/selftests/cgroup/test_cpuset.c
- tools/testing/selftests/cgroup/test_cpuset_prs.sh 1 addition, 1 deletiontools/testing/selftests/cgroup/test_cpuset_prs.sh
Loading
Please register or sign in to comment