[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4D817234.9070106@jp.fujitsu.com>
Date: Thu, 17 Mar 2011 11:30:12 +0900
From: Hidetoshi Seto <seto.hidetoshi@...fujitsu.com>
To: Andrea Arcangeli <aarcange@...hat.com>,
Andi Kleen <andi@...stfloor.org>
CC: Andrew Morton <akpm@...ux-foundation.org>,
Huang Ying <ying.huang@...el.com>,
Jin Dongming <jin.dongming@...css.fujitsu.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/4] THP: page collapsing vs. poisoning
This patch set will improve system availability by allowing us to
avoid system panic in some special cases during page collapsing:
replacing a chunk of normal pages by a THP(Transparent Huge Page).
Hidetoshi Seto (4):
Lock the new THP when collapsing pages
Free the collapsed pages after the new THP is mapped.
Check whether pages are poisoned before copying
Check whether the new THP is poisoned before it is mapped to APL.
mm/huge_memory.c | 75 ++++++++++++++++++++++++++++++++++++++++++++++-------
1 files changed, 65 insertions(+), 10 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists