]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'idle-time-acc' into features
authorAlexander Gordeev <agordeev@linux.ibm.com>
Tue, 16 Jun 2026 14:21:46 +0000 (16:21 +0200)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Tue, 16 Jun 2026 14:21:46 +0000 (16:21 +0200)
commit9fb519794ecb2af57eff63ad82fdfcaf12e7b4b4
tree8fc23c3158a062bd85cd1faac75cc1788e57ed9a
parent25a01b5155d207e72bdd31b138406f37788403cb
parent968ec3f960d013fc74d3a9bed3ae9ab9a44cb951
Merge branch 'idle-time-acc' into features

Heiko Carstens says:

===================
This is supposed to improve s390 idle time accounting, and brings it
back to the state it was before arch_cpu_idle_time() was removed from
s390 [3].

In result all cpu time accounting is done by the s390 architecture backend
again, instead of having a mix of architecure specific and common code
accounting (common code: idle, s390 architecture: everything else).
===================

Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/include/asm/lowcore.h
arch/s390/kernel/irq.c
kernel/sched/cputime.c