[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20160310115406.940706476@linutronix.de>
Date: Thu, 10 Mar 2016 12:04:36 -0000
From: Thomas Gleixner <tglx@...utronix.de>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...nel.org>, rt@...utronix.de
Subject: [patch 00/15] cpu/hotplug: Convert scheduler to hotplug state machine
The following series contains:
- cleanup of the notifier maze in the scheduler and conversion
to the state machine.
- Handling of cpu active is distangled from cpu online and moved to the
end of the hotplug process.
Patches are against tip:master rather than against tip:smp/hotplug because
there is an interaction with the accounting fix pending in sched/urgent.
Thanks,
tglx
---
arch/powerpc/kernel/smp.c | 2
b/arch/s390/kernel/smp.c | 2
include/linux/cpu.h | 18 --
include/linux/cpuhotplug.h | 2
include/linux/cpumask.h | 6
include/linux/sched.h | 4
kernel/cpu.c | 77 ++++++--
kernel/sched/core.c | 399 +++++++++++++++++++--------------------------
kernel/sched/fair.c | 15 -
kernel/sched/sched.h | 4
10 files changed, 248 insertions(+), 281 deletions(-)
Powered by blists - more mailing lists