]> git.baikalelectronics.ru Git - kernel.git/commit
sched/numa: Track NUMA hinting faults on per-node basis
authorMel Gorman <mgorman@suse.de>
Mon, 7 Oct 2013 10:28:57 +0000 (11:28 +0100)
committerIngo Molnar <mingo@kernel.org>
Wed, 9 Oct 2013 10:40:22 +0000 (12:40 +0200)
commite4b29d7d21b060868acb92a5b8dca3eb6fd03712
treedbb0307d8d16c26421c1a08fc11e4bbff1d48f85
parente4a0b56b9cebe0c25528ffa224d1a86edfdf4167
sched/numa: Track NUMA hinting faults on per-node basis

This patch tracks what nodes numa hinting faults were incurred on.
This information is later used to schedule a task on the node storing
the pages most frequently faulted by the task.

Signed-off-by: Mel Gorman <mgorman@suse.de>
Reviewed-by: Rik van Riel <riel@redhat.com>
Cc: Andrea Arcangeli <aarcange@redhat.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1381141781-10992-20-git-send-email-mgorman@suse.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/sched.h
kernel/sched/core.c
kernel/sched/fair.c
kernel/sched/sched.h