All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] xen/arm: p2m: Add support to remove empty translation table
@ 2015-12-01 17:52 Julien Grall
  2015-12-01 17:52 ` [PATCH v3 1/4] xen/arm: p2m: Flush for every exit paths in apply_p2m_changes Julien Grall
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Julien Grall @ 2015-12-01 17:52 UTC (permalink / raw)
  To: xen-devel; +Cc: Julien Grall, ian.campbell, stefano.stabellini

Hello,

The main purpose of this patch series is to allow creation of superpage when
it has been previously shattered.

The first patch is not related to the main purpose of this series but fix a
latent bug I've found while looking at the p2m code.

For all the changes see in each patch.

Sincerely yours,

Julien Grall (4):
  xen/arm: p2m: Flush for every exit paths in apply_p2m_changes
  xen/arm: p2m: Store the page for each mapping
  xen/arm: p2m: Introduce a helper to remove an entry in the page table
  xen/arm: p2m: Remove translation table when it's empty

 xen/arch/arm/p2m.c       | 86 +++++++++++++++++++++++++++++++++++++++++++++---
 xen/include/asm-arm/mm.h |  6 ++++
 2 files changed, 87 insertions(+), 5 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-12-15 12:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-01 17:52 [PATCH v3 0/4] xen/arm: p2m: Add support to remove empty translation table Julien Grall
2015-12-01 17:52 ` [PATCH v3 1/4] xen/arm: p2m: Flush for every exit paths in apply_p2m_changes Julien Grall
2015-12-01 17:52 ` [PATCH v3 2/4] xen/arm: p2m: Store the page for each mapping Julien Grall
2015-12-01 17:52 ` [PATCH v3 3/4] xen/arm: p2m: Introduce a helper to remove an entry in the page table Julien Grall
2015-12-01 17:52 ` [PATCH v3 4/4] xen/arm: p2m: Remove translation table when it's empty Julien Grall
2015-12-15 10:25   ` Ian Campbell
2015-12-15 11:03     ` Julien Grall
2015-12-15 12:29 ` [PATCH v3 0/4] xen/arm: p2m: Add support to remove empty translation table Ian Campbell

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.