Merge branch 'for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Pull cgroup changes from Tejun Heo: "The only notable change is Vipin's new misc cgroup controller. This implements generic support for resources which can be controlled by simply counting and limiting the number of resource instances - ie there's X number of these on the system and this cgroup subtree can have upto Y of those. The first user is the address space IDs used for virtual machine memory encryption and expected future usages are similar - niche hardware features with concrete resource limits and simple usage models" * 'for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup: cgroup: use tsk->in_iowait instead of delayacct_is_task_waiting_on_io() cgroup/cpuset: fix typos in comments cgroup: misc: mark dummy misc_cg_res_total_usage() static inline svm/sev: Register SEV and SEV-ES ASIDs to the misc controller cgroup: Miscellaneous cgroup documentation. cgroup: Add misc cgroup controller
Showing
- Documentation/admin-guide/cgroup-v1/index.rst 1 addition, 0 deletionsDocumentation/admin-guide/cgroup-v1/index.rst
- Documentation/admin-guide/cgroup-v1/misc.rst 4 additions, 0 deletionsDocumentation/admin-guide/cgroup-v1/misc.rst
- Documentation/admin-guide/cgroup-v2.rst 71 additions, 2 deletionsDocumentation/admin-guide/cgroup-v2.rst
- arch/x86/kvm/svm/sev.c 60 additions, 10 deletionsarch/x86/kvm/svm/sev.c
- arch/x86/kvm/svm/svm.h 1 addition, 0 deletionsarch/x86/kvm/svm/svm.h
- include/linux/cgroup_subsys.h 4 additions, 0 deletionsinclude/linux/cgroup_subsys.h
- include/linux/misc_cgroup.h 132 additions, 0 deletionsinclude/linux/misc_cgroup.h
- init/Kconfig 14 additions, 0 deletionsinit/Kconfig
- kernel/cgroup/Makefile 1 addition, 0 deletionskernel/cgroup/Makefile
- kernel/cgroup/cgroup-v1.c 1 addition, 1 deletionkernel/cgroup/cgroup-v1.c
- kernel/cgroup/cpuset.c 3 additions, 3 deletionskernel/cgroup/cpuset.c
- kernel/cgroup/misc.c 407 additions, 0 deletionskernel/cgroup/misc.c
Loading
Please register or sign in to comment