All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Prerequisite patches for R82 upstreaming
@ 2024-11-19  8:58 Luca Fancellu
  2024-11-19  8:58 ` [PATCH v2 1/4] common/vmap: Fall back to simple allocator when !HAS_VMAP Luca Fancellu
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Luca Fancellu @ 2024-11-19  8:58 UTC (permalink / raw)
  To: xen-devel
  Cc: Andrew Cooper, Jan Beulich, Julien Grall, Stefano Stabellini,
	Bertrand Marquis, Michal Orzel, Volodymyr Babchuk,
	Roger Pau Monné, Ross Lagerwall

In this serie I've taken out patches from the R82 branch already in the ML[1]
and some new patches I've done based on the current status of staging that will
not impact the current Armv8-R earlyboot work.

[1] https://patchwork.kernel.org/project/xen-devel/cover/20230626033443.2943270-1-Penny.Zheng@arm.com/

Luca Fancellu (3):
  common/vmap: Fall back to simple allocator when !HAS_VMAP
  arm/setup: Move MMU specific extern declarations to mmu/setup.h
  xen/arm: Use vmap_contig instead of __vmap where it's possible

Penny Zheng (1):
  xen/arm: do not give memory back to static heap

 xen/arch/arm/alternative.c           |  3 +-
 xen/arch/arm/arm32/mmu/mm.c          |  4 +-
 xen/arch/arm/cpuerrata.c             |  5 +--
 xen/arch/arm/include/asm/mmu/setup.h | 31 ++++++++++++++
 xen/arch/arm/include/asm/setup.h     | 20 +++------
 xen/arch/arm/kernel.c                |  9 ++--
 xen/arch/arm/livepatch.c             |  3 +-
 xen/arch/arm/mmu/setup.c             |  8 +++-
 xen/arch/arm/setup.c                 | 27 ++++++------
 xen/common/device-tree/bootfdt.c     |  4 +-
 xen/common/device-tree/bootinfo.c    |  2 +-
 xen/common/page_alloc.c              |  5 +++
 xen/include/xen/bootfdt.h            | 14 ++++++-
 xen/include/xen/vmap.h               | 61 ++++++++++++++++------------
 xen/include/xen/xvmalloc.h           | 36 +++++++++++++---
 15 files changed, 156 insertions(+), 76 deletions(-)
 create mode 100644 xen/arch/arm/include/asm/mmu/setup.h

-- 
2.34.1



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

end of thread, other threads:[~2024-11-28 19:22 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-19  8:58 [PATCH v2 0/4] Prerequisite patches for R82 upstreaming Luca Fancellu
2024-11-19  8:58 ` [PATCH v2 1/4] common/vmap: Fall back to simple allocator when !HAS_VMAP Luca Fancellu
2024-11-25 16:21   ` Jan Beulich
2024-11-25 16:30     ` Luca Fancellu
2024-11-19  8:58 ` [PATCH v2 2/4] arm/setup: Move MMU specific extern declarations to mmu/setup.h Luca Fancellu
2024-11-19  8:58 ` [PATCH v2 3/4] xen/arm: Use vmap_contig instead of __vmap where it's possible Luca Fancellu
2024-11-19 14:08   ` Roger Pau Monné
2024-11-19  8:58 ` [PATCH v2 4/4] xen/arm: do not give memory back to static heap Luca Fancellu
2024-11-25 16:32   ` Jan Beulich
2024-11-26 10:56     ` Luca Fancellu
2024-11-26 11:12       ` Jan Beulich
2024-11-26 13:25         ` Luca Fancellu
2024-11-26 13:29           ` Jan Beulich
2024-11-26 13:52             ` Luca Fancellu
2024-11-28 19:22               ` Julien Grall

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.