From: Mel Gorman Date: Mon, 7 Oct 2013 10:29:03 +0000 (+0100) Subject: sched/numa: Add infrastructure for split shared/private accounting of NUMA hinting... X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~40^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac8e895bd260cb8bb19ade6a3abd44e7abe9a01d;p=pandora-kernel.git sched/numa: Add infrastructure for split shared/private accounting of NUMA hinting faults Ideally it would be possible to distinguish between NUMA hinting faults that are private to a task and those that are shared. This patch prepares infrastructure for separately accounting shared and private faults by allocating the necessary buffers and passing in relevant information. For now, all faults are treated as private and detection will be introduced later. 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-26-git-send-email-mgorman@suse.de Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed