[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1327705373-29395-1-git-send-email-n-horiguchi@ah.jp.nec.com>
Date: Fri, 27 Jan 2012 18:02:47 -0500
From: Naoya Horiguchi <n-horiguchi@...jp.nec.com>
To: linux-mm@...ck.org
Cc: Andrew Morton <akpm@...ux-foundation.org>,
David Rientjes <rientjes@...gle.com>,
Andi Kleen <andi@...stfloor.org>,
Wu Fengguang <fengguang.wu@...el.com>,
Andrea Arcangeli <aarcange@...hat.com>,
KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>,
KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>,
linux-kernel@...r.kernel.org,
Naoya Horiguchi <n-horiguchi@...jp.nec.com>
Subject: [PATCH 0/6 v4] pagemap handles transparent hugepage
Hi,
I rebased the patchset onto 3.3-rc1, and made some fixes on thp
optimization patch based on the feedbacks from Andrea.
Naoya Horiguchi (6):
pagemap: avoid splitting thp when reading
thp: optimize away unnecessary page table locking
pagemap: export KPF_THP
pagemap: document KPF_THP and make page-types aware of
introduce thp_ptep_get()
pagemap: introduce data structure for pagemap entry
Documentation/vm/page-types.c | 2 +
Documentation/vm/pagemap.txt | 4 +
arch/x86/include/asm/pgtable.h | 5 ++
fs/proc/page.c | 2 +
fs/proc/task_mmu.c | 135 +++++++++++++++++++++----------------
include/asm-generic/pgtable.h | 4 +
include/linux/huge_mm.h | 17 +++++
include/linux/kernel-page-flags.h | 1 +
mm/huge_memory.c | 120 +++++++++++++++-----------------
9 files changed, 169 insertions(+), 121 deletions(-)
Thanks,
Naoya
--
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