[patch 00/15] cpu/hotplug: Convert scheduler to hotplug state machine

From: Thomas Gleixner
Date: Thu Mar 10 2016 - 07:06:07 EST


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(-)