linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Memory unplug fixes for radix guests
@ 2019-07-26  5:04 Bharata B Rao
  2019-07-26  5:04 ` [PATCH v3 1/2] powerpc/mm/radix: Fix PTE/PMD fragment count for early page table mappings Bharata B Rao
  2019-07-26  5:04 ` [PATCH v3 2/2] powerpc/mm/radix: Free PUD table when freeing pagetable Bharata B Rao
  0 siblings, 2 replies; 5+ messages in thread
From: Bharata B Rao @ 2019-07-26  5:04 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: sraithal, aneesh.kumar, npiggin, Bharata B Rao

A couple of fixes to memory unplug on radix guests.

1/2 was being posted individually earlier and 2/2 is included with it
in this series.

1/2 v2 was last posted at
https://lists.ozlabs.org/pipermail/linuxppc-dev/2019-July/193668.html

Bharata B Rao (2):
  powerpc/mm/radix: Fix PTE/PMD fragment count for early page table
    mappings
  powerpc/mm/radix: Free PUD table when freeing pagetable

 arch/powerpc/include/asm/book3s/64/pgalloc.h | 11 ++-
 arch/powerpc/include/asm/book3s/64/radix.h   |  1 +
 arch/powerpc/include/asm/sparsemem.h         |  1 +
 arch/powerpc/mm/book3s64/pgtable.c           | 31 +++++++-
 arch/powerpc/mm/book3s64/radix_pgtable.c     | 84 +++++++++++++++++++-
 arch/powerpc/mm/mem.c                        |  5 ++
 arch/powerpc/mm/pgtable-frag.c               |  9 ++-
 7 files changed, 135 insertions(+), 7 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2019-07-31  6:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-26  5:04 [PATCH v3 0/2] Memory unplug fixes for radix guests Bharata B Rao
2019-07-26  5:04 ` [PATCH v3 1/2] powerpc/mm/radix: Fix PTE/PMD fragment count for early page table mappings Bharata B Rao
2019-07-26  5:04 ` [PATCH v3 2/2] powerpc/mm/radix: Free PUD table when freeing pagetable Bharata B Rao
2019-07-30 19:37   ` Reza Arbab
2019-07-31  6:19     ` Bharata B Rao

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).