All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bharata B Rao <bharata@linux.ibm.com>
To: linuxppc-dev@lists.ozlabs.org
Cc: sraithal@linux.vnet.ibm.com, aneesh.kumar@linux.vnet.ibm.com,
	npiggin@gmail.com, Bharata B Rao <bharata@linux.ibm.com>
Subject: [PATCH v3 0/2] Memory unplug fixes for radix guests
Date: Fri, 26 Jul 2019 10:34:38 +0530	[thread overview]
Message-ID: <20190726050440.24798-1-bharata@linux.ibm.com> (raw)

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


             reply	other threads:[~2019-07-26  5:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-26  5:04 Bharata B Rao [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190726050440.24798-1-bharata@linux.ibm.com \
    --to=bharata@linux.ibm.com \
    --cc=aneesh.kumar@linux.vnet.ibm.com \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=npiggin@gmail.com \
    --cc=sraithal@linux.vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.