Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1624753

[PATCH 0/7] HugeTLB migration support for PPC64

From "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
Newsgroups linux.kernel
Subject [PATCH 0/7] HugeTLB migration support for PPC64
Date 2017-04-17 19:20 +0200
Message-ID <txitH-3pf-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patch series add support for hugetlb page migration.

Aneesh Kumar K.V (6):
  mm/hugetlb/migration: Use set_huge_pte_at instead of set_pte_at
  mm/follow_page_mask: Split follow_page_mask to smaller functions.
  mm/hugetlb: export hugetlb_entry_migration helper
  mm/follow_page_mask: Add support for hugepage directory entry
  powerpc/hugetlb: Add follow_huge_pd implementation for ppc64.
  powerpc/hugetlb: Enable hugetlb migration for ppc64

Anshuman Khandual (1):
  mm/follow_page_mask: Add support for hugetlb pgd entries.

 arch/powerpc/mm/hugetlbpage.c          |  43 ++++++++
 arch/powerpc/platforms/Kconfig.cputype |   5 +
 include/linux/hugetlb.h                |   9 ++
 mm/gup.c                               | 186 +++++++++++++++++++++++----------
 mm/hugetlb.c                           |  25 ++++-
 mm/migrate.c                           |  21 ++--
 6 files changed, 219 insertions(+), 70 deletions(-)

-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/7] HugeTLB migration support for PPC64 "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> - 2017-04-17 19:20 +0200
  [PATCH 2/7] mm/follow_page_mask: Split follow_page_mask to smaller functions. "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> - 2017-04-17 19:20 +0200
  [PATCH 5/7] mm/follow_page_mask: Add support for hugepage directory entry "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> - 2017-04-17 19:20 +0200
    Re: [PATCH 5/7] mm/follow_page_mask: Add support for hugepage  directory entry kbuild test robot <lkp@intel.com> - 2017-04-17 20:00 +0200
    Re: [PATCH 5/7] mm/follow_page_mask: Add support for hugepage  directory entry kbuild test robot <lkp@intel.com> - 2017-04-17 20:40 +0200
      Re: [PATCH 5/7] mm/follow_page_mask: Add support for hugepage directory entry "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> - 2017-04-18 05:30 +0200
  [PATCH 6/7] powerpc/hugetlb: Add follow_huge_pd implementation for ppc64. "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> - 2017-04-17 19:20 +0200

csiph-web