From: Mel Gorman Date: Mon, 7 Oct 2013 10:28:56 +0000 (+0100) Subject: sched/numa: Slow scan rate if no NUMA hinting faults are being recorded X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~40^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f307cd1a32fab53012b01749a1f5ba10b0a7243f;p=pandora-kernel.git sched/numa: Slow scan rate if no NUMA hinting faults are being recorded NUMA PTE scanning slows if a NUMA hinting fault was trapped and no page was migrated. For long-lived but idle processes there may be no faults but the scan rate will be high and just waste CPU. This patch will slow the scan rate for processes that are not trapping faults. 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-19-git-send-email-mgorman@suse.de Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed