[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1378416466-30913-1-git-send-email-n-horiguchi@ah.jp.nec.com>
Date: Thu, 5 Sep 2013 17:27:44 -0400
From: Naoya Horiguchi <n-horiguchi@...jp.nec.com>
To: linux-mm@...ck.org
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Mel Gorman <mgorman@...e.de>, Andi Kleen <andi@...stfloor.org>,
Michal Hocko <mhocko@...e.cz>,
KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>,
Rik van Riel <riel@...hat.com>,
Andrea Arcangeli <aarcange@...hat.com>,
kirill.shutemov@...ux.intel.com,
"Aneesh Kumar K.V" <aneesh.kumar@...ux.vnet.ibm.com>,
Alex Thorlton <athorlton@....com>, linux-kernel@...r.kernel.org
Subject: [PATCH 0/2 v3] split page table lock for hugepage
I revised the split ptl patchset with small fixes.
See also the previous post [1] for the motivation and the numbers.
Any comments and reviews are welcomed.
[1] http://thread.gmane.org/gmane.linux.kernel.mm/106292/
Thanks,
Naoya Horiguchi
---
Summary:
Naoya Horiguchi (2):
hugetlbfs: support split page table lock
thp: support split page table lock
arch/powerpc/mm/pgtable_64.c | 8 +-
arch/s390/mm/pgtable.c | 4 +-
arch/sparc/mm/tlb.c | 4 +-
fs/proc/task_mmu.c | 17 +++--
include/linux/huge_mm.h | 11 +--
include/linux/hugetlb.h | 20 +++++
include/linux/mm.h | 3 +
include/linux/mm_types.h | 2 +
mm/huge_memory.c | 171 ++++++++++++++++++++++++++-----------------
mm/hugetlb.c | 92 ++++++++++++++---------
mm/memcontrol.c | 14 ++--
mm/memory.c | 15 ++--
mm/mempolicy.c | 5 +-
mm/migrate.c | 12 +--
mm/mprotect.c | 5 +-
mm/pgtable-generic.c | 10 +--
mm/rmap.c | 13 ++--
17 files changed, 246 insertions(+), 160 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