Merge branch into tip/master: 'sched/core'
authorIngo Molnar <mingo@kernel.org>
Sat, 8 Jan 2022 10:03:28 +0000 (11:03 +0100)
committerIngo Molnar <mingo@kernel.org>
Sat, 8 Jan 2022 10:03:29 +0000 (11:03 +0100)
commitd85bdd569fe918b334ad9386969b314735b80f2a
tree8db6a91e93f0ef44fd854ac43f423ac6fe98f428
parent3c8646de8442e99fd6d4de888bef8e0abf1b40ba
parent82762d2af31a60081162890983a83499c9c7dd74
Merge branch into tip/master: 'sched/core'

* sched/core:
    82762d2af31a sched/fair: Replace CFS internal cpu_util() with cpu_util_cfs()
    ef8df9798d46 sched/fair: Cleanup task_util and capacity type
    9b58e976b3b3 sched/rt: Try to restart rt period timer when rt runtime exceeded
    2917406c3527 sched/fair: Document the slow path and fast path in select_task_rq_fair
    014ba44e8184 sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacity
    8b4e74ccb582 sched/fair: Fix detection of per-CPU kthreads waking a task
    8c92606ab810 sched/cpuacct: Make user/system times in cpuacct.stat more precise
    dd02d4234c9a sched/cpuacct: Fix user/system in shown cpuacct.usage*
    c7ccbf4b6174 cpuacct: Convert BUG_ON() to WARN_ON_ONCE()
    9731698ecb9c cputime, cpuacct: Include guest time in user time in cpuacct.stat
    cb0e52b77487 psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaim
    4feee7d12603 sched/core: Forced idle accounting
    2fb75e1b642f psi: Add a missing SPDX license header
    2d3791f116bb psi: Remove repeated verbose comment

Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/core.c
kernel/sched/cputime.c