]> git.baikalelectronics.ru Git - kernel.git/commit
mm: numa: Migrate on reference policy
authorMel Gorman <mgorman@suse.de>
Fri, 2 Nov 2012 18:19:13 +0000 (18:19 +0000)
committerMel Gorman <mgorman@suse.de>
Tue, 11 Dec 2012 14:42:48 +0000 (14:42 +0000)
commit8a1d4eda05279e376287faef2aceddc71f1fade3
tree4fc481ccb482236ced5fca76ad19729ba083e8da
parent09d94c515ad36f418c1b3c33227d5273b32901e6
mm: numa: Migrate on reference policy

This is the simplest possible policy that still does something of note.
When a pte_numa is faulted, it is moved immediately. Any replacement
policy must at least do better than this and in all likelihood this
policy regresses normal workloads.

Signed-off-by: Mel Gorman <mgorman@suse.de>
Acked-by: Rik van Riel <riel@redhat.com>
include/uapi/linux/mempolicy.h
mm/mempolicy.c