linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V6 0/3] THP related code cleanup
@ 2015-05-22  5:17 Aneesh Kumar K.V
  2015-05-22  5:17 ` [PATCH V6 1/3] mm/thp: Split out pmd collpase flush into a separate functions Aneesh Kumar K.V
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Aneesh Kumar K.V @ 2015-05-22  5:17 UTC (permalink / raw)
  To: akpm, benh, paulus, mpe, kirill.shutemov, aarcange, schwidefsky
  Cc: linux-mm, linux-kernel, linuxppc-dev, Aneesh Kumar K.V

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-05-22  5:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-22  5:17 [PATCH V6 0/3] THP related code cleanup Aneesh Kumar K.V
2015-05-22  5:17 ` [PATCH V6 1/3] mm/thp: Split out pmd collpase flush into a separate functions Aneesh Kumar K.V
2015-05-22  5:17 ` [PATCH V6 2/3] powerpc/mm: Use generic version of pmdp_clear_flush Aneesh Kumar K.V
2015-05-22  5:17 ` [PATCH V6 3/3] mm: Clarify that the function operates on hugepage pte Aneesh Kumar K.V

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).