[Devel] [PATCH RH9 00/12] part4 (sched part)
Alexander Mikhalitsyn
alexander.mikhalitsyn at virtuozzo.com
Thu Sep 23 14:31:24 MSK 2021
https://jira.sw.ru/browse/PSBM-133986
Kirill Tkhai (11):
sched: Add ve name to sched_show_task()
sched: disable dumping cfs info on sysrq trigger
kernel: Account nr_zombie and nr_dead
sched: Count rq::nr_sleeping and cfs_rq::nr_unint
sched: Account cfs_rq::nr_iowait
sched: Add primitives to calculate nr running, sleeping, stopped and
uninterruptible tasks
sched: Split task_h_load()
sched: Port CONFIG_CFS_CPULIMIT feature
sched: Split tg_set_cfs_bandwidth() and export default_cfs_period()
sched: Add cpulimit cgroup interfaces
sched: Return only virtual cpus in sched_getaffinity()
Konstantin Khorenko (1):
sched: prohibit setting affinity from inside a CT
include/linux/sched.h | 34 ++-
include/linux/sched/stat.h | 2 +
include/linux/sched/sysctl.h | 5 +
include/linux/sched/topology.h | 5 +
init/Kconfig | 4 +
kernel/exit.c | 14 ++
kernel/fork.c | 1 +
kernel/sched/core.c | 323 ++++++++++++++++++++++--
kernel/sched/fair.c | 445 +++++++++++++++++++++++++++++++--
kernel/sched/sched.h | 30 +++
kernel/sysctl.c | 19 ++
11 files changed, 848 insertions(+), 34 deletions(-)
--
2.31.1
More information about the Devel
mailing list