]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sched/numa: Implement migration throttle
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Tue, 9 Oct 2012 12:09:50 +0000 (14:09 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 12 Oct 2012 10:07:19 +0000 (12:07 +0200)
commite452657576a12abce9fe2291db372145a86862bc
treed39489b32d009843a99bf82fed228dddf9ad890f
parent8bf1f58fcfbd1b60bb9e687244f7804d2c503537
sched/numa: Implement migration throttle

Since our memory migration requires 2 scans/samples to stabilize,
don't migrate faster than that.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/n/tip-jye7o9wfton73dra5r9hobft@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/sched.h
kernel/sched/core.c
kernel/sched/fair.c
kernel/sched/features.h
kernel/sysctl.c