Patches applied successfully (
tree,
apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20260430125103.401811-1-michal.orzel@amd.com
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