#V1 Direct migration patches SMTP: relay.corp.sgi.com From: Christoph Lameter #To: Christoph Lameter To: akpm@osdl.org Cc: torvalds@osdl.org #To: lhms-devel@lists.sourceforge.net Cc: Hugh Dickins Cc: Paul Jackson Cc: Magnus Damm Cc: Mike Kravetz Cc: Marcelo Tosatti Cc: KAMEZAWA Hiroyuki Cc: Hirokazu Takahashi Cc: Dave Hansen Cc: linux-kernel@vger.kernel.org Cc: linux-mm@kvack.org Subject: [PATCH 0/7] Direct Migration V1: Overview File: overview Subject: [PATCH 1/7] Direct Migration V1: CONFIG_MIGRATION for swap migration File: dirmig_config Subject: [PATCH 2/7] Direct Migration V1: PageSwapCache checks File: dirmig_swapcache Subject: [PATCH 3/7] Direct Migration V1: migrate_pages() extension for direct migration File: dirmig_migrate_pages Subject: [PATCH 4/7] Direct Migration V1: remove_from_swap() to remove swap ptes File: dirmig_remove_from_swap Subject: [PATCH 5/7] Direct Migration V1: upgrade MPOL_MF_MOVE and sys_migrate_pages() File: dirmig_policy Subject: [PATCH 6/7] Direct Migration V1: Avoid writeback using page_migrate() method File: dirmig_buffer_migrate Subject: [PATCH 7/7] Direct Migration V1: Add gfp_t to add_to_swap() to avoid atomic allocs File: dirmig_add_to_swap