[PATCH 16/18] mm: numa: Do not automatically migrate KSM pages

2013-12-10 Thread Mel Gorman
KSM pages can be shared between tasks that are not necessarily related to each other from a NUMA perspective. This patch causes those pages to be ignored by automatic NUMA balancing so they do not migrate and do not cause unrelated tasks to be grouped together. Signed-off-by: Mel Gorman

[PATCH 16/18] mm: numa: Do not automatically migrate KSM pages

2013-12-10 Thread Mel Gorman
KSM pages can be shared between tasks that are not necessarily related to each other from a NUMA perspective. This patch causes those pages to be ignored by automatic NUMA balancing so they do not migrate and do not cause unrelated tasks to be grouped together. Signed-off-by: Mel Gorman

Re: [PATCH 16/18] mm: numa: Do not automatically migrate KSM pages

2013-12-09 Thread Rik van Riel
On 12/09/2013 02:09 AM, Mel Gorman wrote: > KSM pages can be shared between tasks that are not necessarily related > to each other from a NUMA perspective. This patch causes those pages to > be ignored by automatic NUMA balancing so they do not migrate and do not > cause unrelated tasks to be

Re: [PATCH 16/18] mm: numa: Do not automatically migrate KSM pages

2013-12-09 Thread Rik van Riel
On 12/09/2013 02:09 AM, Mel Gorman wrote: KSM pages can be shared between tasks that are not necessarily related to each other from a NUMA perspective. This patch causes those pages to be ignored by automatic NUMA balancing so they do not migrate and do not cause unrelated tasks to be grouped

[PATCH 16/18] mm: numa: Do not automatically migrate KSM pages

2013-12-08 Thread Mel Gorman
KSM pages can be shared between tasks that are not necessarily related to each other from a NUMA perspective. This patch causes those pages to be ignored by automatic NUMA balancing so they do not migrate and do not cause unrelated tasks to be grouped together. Signed-off-by: Mel Gorman ---

[PATCH 16/18] mm: numa: Do not automatically migrate KSM pages

2013-12-08 Thread Mel Gorman
KSM pages can be shared between tasks that are not necessarily related to each other from a NUMA perspective. This patch causes those pages to be ignored by automatic NUMA balancing so they do not migrate and do not cause unrelated tasks to be grouped together. Signed-off-by: Mel Gorman