lkml.org 
[lkml]   [2010]   [Jul]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/7] hugepage migration
Date
Hi,

This is a patchset for hugepage migration.

There are many users of page migration such as soft offlining,
memory hotplug, memory policy and memory compaction,
but this patchset adds hugepage support only for soft offlining
as the first step.

This patchset is based on 2.6.35-rc3 applied with "HWPOISON for
hugepage" patchset I previously posted (see Andi's git tree.)
http://git.kernel.org/?p=linux/kernel/git/ak/linux-mce-2.6.git;a=summary

I tested this patchset with 'make func' in libhugetlbfs and
have gotten the same result as one from 2.6.35-rc3.

[PATCH 1/7] hugetlb: add missing unlock in avoidcopy path in hugetlb_cow()
[PATCH 2/7] hugetlb, HWPOISON: move PG_HWPoison bit check
[PATCH 3/7] hugetlb: add allocate function for hugepage migration
[PATCH 4/7] hugetlb: add hugepage check in mem_cgroup_{register,end}_migration()
[PATCH 5/7] hugetlb: pin oldpage in page migration
[PATCH 6/7] hugetlb: hugepage migration core
[PATCH 7/7] hugetlb, HWPOISON: soft offlining for hugepage

fs/hugetlbfs/inode.c | 2 +
include/linux/hugetlb.h | 6 ++
mm/hugetlb.c | 138 +++++++++++++++++++++++++++++++++++-----------
mm/memcontrol.c | 5 ++
mm/memory-failure.c | 57 +++++++++++++++-----
mm/migrate.c | 70 ++++++++++++++++++++++--
6 files changed, 226 insertions(+), 52 deletions(-)

Thanks,
Naoya Horiguchi


\
 
 \ /
  Last update: 2010-07-02 07:53    [W:0.459 / U:0.872 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site