[PATCH v4 0/2] sched: Improve load balancing on AMD EPYC

From: Matt Fleming
Date: Thu Aug 08 2019 - 15:53:06 EST


This is another version of the AMD EPYC load balancing patch. The
difference with this one is that now it fixes the following ia64 build
error, reported by 0day:

mm/page_alloc.o: In function `get_page_from_freelist':
page_alloc.c:(.text+0x7850): undefined reference to `node_reclaim_distance'
page_alloc.c:(.text+0x7931): undefined reference to `node_reclaim_distance'

Matt Fleming (2):
ia64: Make NUMA select SMP
sched/topology: Improve load balancing on AMD EPYC

arch/ia64/Kconfig | 1 +
arch/x86/kernel/cpu/amd.c | 5 +++++
include/linux/topology.h | 14 ++++++++++++++
kernel/sched/topology.c | 3 ++-
mm/khugepaged.c | 2 +-
mm/page_alloc.c | 2 +-
6 files changed, 24 insertions(+), 3 deletions(-)

--
2.13.7