Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1320244
| From | David Gibson <david@gibson.dropbear.id.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] powerpc: Memory hotplug cleanups |
| Date | 2016-01-28 03:50 +0100 |
| Message-ID | <qVKOK-4TF-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
These are some fairly straightforward cleanups to the memory hotplug paths on powerpc. Mostly it deals with more graceful handling of failure cases. This series is a soft prerequisite for my patches for HPT resizing on pseries. David Gibson (4): arch/powerpc: Clean up error handling for htab_remove_mapping arch/powerpc: Handle removing maybe-present bolted HPTEs arch/powerpc: Clean up memory hotplug failure paths arch/powerpc: 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 | 66 +++++++++++++++++++++-------------- arch/powerpc/mm/init_64.c | 47 ++++++++++++++++--------- arch/powerpc/mm/mem.c | 10 ++++-- arch/powerpc/platforms/pseries/lpar.c | 7 ++-- 6 files changed, 88 insertions(+), 47 deletions(-) -- 2.5.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] powerpc: Memory hotplug cleanups David Gibson <david@gibson.dropbear.id.au> - 2016-01-28 03:50 +0100 [PATCH 2/4] arch/powerpc: Handle removing maybe-present bolted HPTEs David Gibson <david@gibson.dropbear.id.au> - 2016-01-28 03:50 +0100
csiph-web