Re: [PATCH 1/9] migrate: make core migration code aware of hugepage

2013-09-10 Thread Naoya Horiguchi
On Tue, Sep 10, 2013 at 02:51:30PM +0100, Mel Gorman wrote: > On Fri, Aug 09, 2013 at 01:21:34AM -0400, Naoya Horiguchi wrote: > > Before enabling each user of page migration to support hugepage, > > this patch enables the list of pages for migration to link not only > > LRU pages, but also hugepag

Re: [PATCH 1/9] migrate: make core migration code aware of hugepage

2013-09-10 Thread Mel Gorman
On Fri, Aug 09, 2013 at 01:21:34AM -0400, Naoya Horiguchi wrote: > Before enabling each user of page migration to support hugepage, > this patch enables the list of pages for migration to link not only > LRU pages, but also hugepages. As a result, putback_movable_pages() > and migrate_pages() can h

[PATCH 1/9] migrate: make core migration code aware of hugepage

2013-08-08 Thread Naoya Horiguchi
Before enabling each user of page migration to support hugepage, this patch enables the list of pages for migration to link not only LRU pages, but also hugepages. As a result, putback_movable_pages() and migrate_pages() can handle both of LRU pages and hugepages. ChangeLog v5: - remove putback_a