Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756057AbbEVFSs (ORCPT ); Fri, 22 May 2015 01:18:48 -0400 Received: from e23smtp05.au.ibm.com ([202.81.31.147]:58305 "EHLO e23smtp05.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751783AbbEVFSp (ORCPT ); Fri, 22 May 2015 01:18:45 -0400 From: "Aneesh Kumar K.V" To: akpm@linux-foundation.org, benh@kernel.crashing.org, paulus@samba.org, mpe@ellerman.id.au, kirill.shutemov@linux.intel.com, aarcange@redhat.com, schwidefsky@de.ibm.com Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, "Aneesh Kumar K.V" Subject: [PATCH V6 0/3] THP related code cleanup Date: Fri, 22 May 2015 10:47:29 +0530 Message-Id: <1432271852-12949-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> X-Mailer: git-send-email 2.1.4 X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15052205-0017-0000-0000-00000144E4E7 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1336 Lines: 32 Changes from v5: * Fix build failure on x86 with thp enabled. * Tested on x86_64, ppc64. Aneesh Kumar K.V (3): mm/thp: Split out pmd collpase flush into a separate functions powerpc/mm: Use generic version of pmdp_clear_flush mm: Clarify that the function operates on hugepage pte arch/mips/include/asm/pgtable.h | 8 ++-- arch/powerpc/include/asm/pgtable-ppc64.h | 14 +++--- arch/powerpc/mm/pgtable_64.c | 73 +++++++++++++++----------------- arch/s390/include/asm/pgtable.h | 30 ++++++++----- arch/sparc/include/asm/pgtable_64.h | 8 ++-- arch/tile/include/asm/pgtable.h | 8 ++-- arch/x86/include/asm/pgtable.h | 4 +- include/asm-generic/pgtable.h | 34 +++++++++++---- include/linux/mmu_notifier.h | 12 +++--- mm/huge_memory.c | 18 ++++---- mm/migrate.c | 2 +- mm/pgtable-generic.c | 29 +++++++++++-- mm/rmap.c | 2 +- 13 files changed, 141 insertions(+), 101 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/