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


Groups > linux.kernel > #1329871

[PATCH 0/4] powerpc/mm: Cleanups to hotplug memory path

From David Gibson <david@gibson.dropbear.id.au>
Newsgroups linux.kernel
Subject [PATCH 0/4] powerpc/mm: Cleanups to hotplug memory path
Date 2016-02-09 04:40 +0100
Message-ID <r07jI-6AS-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


The cleanups to the (guest side) memory hotplug paths came up in the
context of allowing hash page table resizing for PAPR guests.
However, they stand on their own and can improve reporting of several
error conditions that could already happen.

Please apply.

David Gibson (4):
  powerpc/mm: Clean up error handling for htab_remove_mapping
  powerpc/mm: Handle removing maybe-present bolted HPTEs
  powerpc/mm: Clean up memory hotplug failure paths
  powerpc/mm: Split hash page table sizing heuristic into a helper

 arch/powerpc/include/asm/machdep.h    |  2 +-
 arch/powerpc/include/asm/mmu-hash64.h |  3 ++
 arch/powerpc/mm/hash_utils_64.c       | 73 ++++++++++++++++++++++-------------
 arch/powerpc/mm/init_64.c             | 47 ++++++++++++++--------
 arch/powerpc/mm/mem.c                 | 10 ++++-
 arch/powerpc/platforms/pseries/lpar.c |  9 +++--
 6 files changed, 96 insertions(+), 48 deletions(-)

-- 
2.5.0

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


Thread

[PATCH 0/4] powerpc/mm: Cleanups to hotplug memory path David Gibson <david@gibson.dropbear.id.au> - 2016-02-09 04:40 +0100
  [PATCH 1/4] powerpc/mm: Clean up error handling for htab_remove_mapping David Gibson <david@gibson.dropbear.id.au> - 2016-02-09 04:40 +0100
    Re: [PATCH 1/4] powerpc/mm: Clean up error handling for htab_remove_mapping "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com> - 2016-02-10 10:00 +0100

csiph-web