[PATCH 17/31] mm/migrate: Introduce migrate_misplaced_page()

2012-11-13 Thread Ingo Molnar
From: Peter Zijlstra Add migrate_misplaced_page() which deals with migrating pages from faults. This includes adding a new MIGRATE_FAULT migration mode to deal with the extra page reference required due to having to look up the page. Based-on-work-by: Lee Schermerhorn Signed-off-by: Peter Zijl

Re: [PATCH 17/31] mm/migrate: Introduce migrate_misplaced_page()

2012-11-01 Thread Mel Gorman
On Thu, Oct 25, 2012 at 02:16:34PM +0200, Peter Zijlstra wrote: > Add migrate_misplaced_page() which deals with migrating pages from > faults. > > This includes adding a new MIGRATE_FAULT migration mode to > deal with the extra page reference required due to having to look up > the page. > > Bas

[PATCH 17/31] mm/migrate: Introduce migrate_misplaced_page()

2012-10-25 Thread Peter Zijlstra
Add migrate_misplaced_page() which deals with migrating pages from faults. This includes adding a new MIGRATE_FAULT migration mode to deal with the extra page reference required due to having to look up the page. Based-on-work-by: Lee Schermerhorn Signed-off-by: Peter Zijlstra Reviewed-by: Rik