Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1303771

[PATCH 4.3-stable 0/5] Disable automatic numa balancing on UMA

From Mel Gorman <mgorman@techsingularity.net>
Newsgroups linux.kernel
Subject [PATCH 4.3-stable 0/5] Disable automatic numa balancing on UMA
Date 2016-01-07 19:00 +0100
Message-ID <qOn0S-31l-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Automatic NUMA balancing only makes sense on NUMA machines but was enabled
in 4.3 on UMA by commit 2a1ed24 ("sched/numa: Prefer NUMA hotness over
cache hotness") and is still enabled in 4.3.3 despite the fixes being in
mainline. With this series applied, UMA has zero automatic NUMA-related
page table updates as expected.

 kernel/sched/core.c     | 18 ++++++------------
 kernel/sched/fair.c     |  8 ++++----
 kernel/sched/features.h | 16 ----------------
 kernel/sched/sched.h    | 12 +-----------
 4 files changed, 11 insertions(+), 43 deletions(-)

-- 
2.6.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 4.3-stable 0/5] Disable automatic numa balancing on UMA Mel Gorman <mgorman@techsingularity.net> - 2016-01-07 19:00 +0100
  [PATCH 2/5] sched/numa: Disable sched_numa_balancing on UMA systems Mel Gorman <mgorman@techsingularity.net> - 2016-01-07 19:00 +0100
  [PATCH 3/5] sched/numa: Remove the NUMA sched_feature Mel Gorman <mgorman@techsingularity.net> - 2016-01-07 19:00 +0100
  [PATCH 4/5] sched/numa: Convert sched_numa_balancing to a static_branch Mel Gorman <mgorman@techsingularity.net> - 2016-01-07 19:10 +0100

csiph-web