All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] xen/arm: Improve frametable allocation
@ 2026-04-30 12:51 Michal Orzel
  2026-04-30 12:51 ` [PATCH v2 1/2] xen/pdx: account for frametable_base_pdx in generic pdx_to_page/page_to_pdx Michal Orzel
  2026-04-30 12:51 ` [PATCH v2 2/2] xen/arm: skip holes in physical address space when setting up frametable Michal Orzel
  0 siblings, 2 replies; 26+ messages in thread
From: Michal Orzel @ 2026-04-30 12:51 UTC (permalink / raw)
  To: xen-devel
  Cc: Michal Orzel, Stefano Stabellini, Julien Grall, Bertrand Marquis,
	Volodymyr Babchuk, Andrew Cooper, Anthony PERARD, Jan Beulich,
	Roger Pau Monné, Timothy Pearson, Teddy Astie

Michal Orzel (2):
  xen/pdx: account for frametable_base_pdx in generic
    pdx_to_page/page_to_pdx
  xen/arm: skip holes in physical address space when setting up
    frametable

 xen/arch/arm/arm32/mmu/mm.c    |  3 +-
 xen/arch/arm/include/asm/mm.h  |  9 +---
 xen/arch/arm/include/asm/pdx.h | 21 ++++++++
 xen/arch/arm/mm.c              |  3 +-
 xen/arch/arm/mmu/mm.c          | 89 +++++++++++++++++++++++++---------
 xen/arch/arm/mpu/mm.c          | 23 ++++-----
 xen/arch/ppc/include/asm/mm.h  |  5 --
 xen/arch/ppc/include/asm/pdx.h | 12 +++++
 xen/arch/ppc/mm-radix.c        |  1 +
 xen/arch/x86/include/asm/pdx.h |  6 +++
 xen/include/xen/pdx.h          | 17 +++++--
 11 files changed, 135 insertions(+), 54 deletions(-)
 create mode 100644 xen/arch/arm/include/asm/pdx.h
 create mode 100644 xen/arch/ppc/include/asm/pdx.h

-- 
2.43.0



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

end of thread, other threads:[~2026-05-06  7:04 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-30 12:51 [PATCH v2 0/2] xen/arm: Improve frametable allocation Michal Orzel
2026-04-30 12:51 ` [PATCH v2 1/2] xen/pdx: account for frametable_base_pdx in generic pdx_to_page/page_to_pdx Michal Orzel
2026-05-01  9:41   ` Luca Fancellu
2026-05-01 17:08     ` Stefano Stabellini
2026-05-04 15:28   ` Roger Pau Monné
2026-05-05  6:48     ` Orzel, Michal
2026-05-05  7:13       ` Roger Pau Monné
2026-05-05  7:35         ` Orzel, Michal
2026-05-05  8:34           ` Roger Pau Monné
2026-05-05 10:40           ` Jan Beulich
2026-05-05 10:46             ` Orzel, Michal
2026-05-05 10:49               ` Jan Beulich
2026-05-05 11:46                 ` Orzel, Michal
2026-05-05 12:15                   ` Roger Pau Monné
2026-05-05 14:38                     ` Orzel, Michal
2026-05-05 13:00                   ` Jan Beulich
2026-05-05 14:44                     ` Orzel, Michal
2026-05-05 15:20                       ` Roger Pau Monné
2026-05-05 13:05   ` Jan Beulich
2026-05-05 14:52     ` Orzel, Michal
2026-05-05 16:11       ` Jan Beulich
2026-05-06  7:01         ` Orzel, Michal
2026-04-30 12:51 ` [PATCH v2 2/2] xen/arm: skip holes in physical address space when setting up frametable Michal Orzel
2026-05-01 15:00   ` Luca Fancellu
2026-05-01 17:08     ` Stefano Stabellini
2026-05-04 14:46     ` Orzel, Michal

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.