From: Mel Gorman Date: Mon, 7 Oct 2013 10:29:02 +0000 (+0100) Subject: sched/numa: Reschedule task on preferred NUMA node once selected X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~40^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6628d5b0a2979f3e0ee6f7783ede5df50cb9ede;p=pandora-kernel.git sched/numa: Reschedule task on preferred NUMA node once selected A preferred node is selected based on the node the most NUMA hinting faults was incurred on. There is no guarantee that the task is running on that node at the time so this patch rescheules the task to run on the most idle CPU of the selected node when selected. This avoids waiting for the balancer to make a decision. Signed-off-by: Mel Gorman Reviewed-by: Rik van Riel Cc: Andrea Arcangeli Cc: Johannes Weiner Cc: Srikar Dronamraju Signed-off-by: Peter Zijlstra Link: http://lkml.kernel.org/r/1381141781-10992-25-git-send-email-mgorman@suse.de Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed