Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751263AbbD3I1b (ORCPT ); Thu, 30 Apr 2015 04:27:31 -0400 Received: from e28smtp05.in.ibm.com ([122.248.162.5]:36726 "EHLO e28smtp05.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750807AbbD3I0O (ORCPT ); Thu, 30 Apr 2015 04:26:14 -0400 From: "Aneesh Kumar K.V" To: akpm@linux-foundation.org, paulus@samba.org, benh@kernel.crashing.org, kirill.shutemov@linux.intel.com Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, "Aneesh Kumar K.V" Subject: [RFC PATCH 0/3] Remove _PAGE_SPLITTING from ppc64 Date: Thu, 30 Apr 2015 13:55:38 +0530 Message-Id: <1430382341-8316-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1429823043-157133-1-git-send-email-kirill.shutemov@linux.intel.com> References: <1429823043-157133-1-git-send-email-kirill.shutemov@linux.intel.com> X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15043008-0017-0000-0000-000004D96900 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1220 Lines: 30 The changes are on top of what is posted at http://mid.gmane.org/1429823043-157133-1-git-send-email-kirill.shutemov@linux.intel.com git://git.kernel.org/pub/scm/linux/kernel/git/kas/linux.git thp/refcounting/v5 Aneesh Kumar K.V (3): mm/thp: Use pmdp_splitting_flush_notify to clear pmd on splitting powerpc/thp: Remove _PAGE_SPLITTING and related code mm/thp: Add new function to clear pmd on collapse arch/powerpc/include/asm/kvm_book3s_64.h | 6 -- arch/powerpc/include/asm/pgtable-ppc64.h | 29 ++------ arch/powerpc/mm/hugepage-hash64.c | 3 - arch/powerpc/mm/hugetlbpage.c | 2 +- arch/powerpc/mm/pgtable_64.c | 111 ++++++++++++------------------- include/asm-generic/pgtable.h | 14 ++++ mm/gup.c | 2 +- mm/huge_memory.c | 9 +-- mm/pgtable-generic.c | 11 +++ 9 files changed, 82 insertions(+), 105 deletions(-) -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/