mbox series

[0/5] Prerequisite patches for R82 upstreaming

Message ID 20241115105036.218418-1-luca.fancellu@arm.com (mailing list archive)
Headers show
Series Prerequisite patches for R82 upstreaming | expand

Message

Luca Fancellu Nov. 15, 2024, 10:50 a.m. UTC
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/mm.h
  xen/arm: Use vmap_contig instead of __vmap where it's possible

Penny Zheng (2):
  xen/arm: only map the init text section RW in free_init_memory
  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/mm.h    | 11 +++++++++
 xen/arch/arm/include/asm/setup.h     | 11 ---------
 xen/arch/arm/kernel.c                |  5 ++--
 xen/arch/arm/livepatch.c             |  3 +--
 xen/arch/arm/mmu/setup.c             | 16 +++++++++----
 xen/arch/arm/setup.c                 | 27 +++++++++++----------
 xen/common/device-tree/bootfdt.c     |  2 +-
 xen/common/device-tree/bootinfo.c    |  2 +-
 xen/common/device-tree/device-tree.c |  3 +++
 xen/common/vmap.c                    |  7 ++++++
 xen/include/xen/bootfdt.h            | 11 ++++++++-
 xen/include/xen/vmap.h               |  9 ++-----
 xen/include/xen/xvmalloc.h           | 36 ++++++++++++++++++++++++----
 16 files changed, 100 insertions(+), 55 deletions(-)