All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/3] xen/mm: Introduce pte_attr_t
@ 2025-04-25 11:24 Andrew Cooper
  2025-04-25 11:24 ` [PATCH v5 1/3] xen/mm: Introduce mm-types.h Andrew Cooper
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Andrew Cooper @ 2025-04-25 11:24 UTC (permalink / raw)
  To: Xen-devel
  Cc: Andrew Cooper, Jan Beulich, Roger Pau Monné,
	Stefano Stabellini, Julien Grall, Volodymyr Babchuk,
	Bertrand Marquis, Michal Orzel, Oleksii Kurochko, Shawn Anastasio

This is in order to support PPC needing wider flags, but I've also written it
as a showcase of the new __has_include().

https://gitlab.com/xen-project/hardware/xen-staging/-/pipelines/1786141700

Andrew Cooper (1):
  xen/mm: Introduce mm-types.h

Shawn Anastasio (2):
  xen/mm: Switch some APIs over to pte_attr_t
  ppc/mm: Introduce mm-types.h

 xen/arch/arm/mmu/pt.c               |  4 ++--
 xen/arch/ppc/include/asm/mm-types.h |  7 +++++++
 xen/arch/ppc/mm-radix.c             |  2 +-
 xen/arch/riscv/pt.c                 |  2 +-
 xen/arch/x86/mm.c                   |  6 +++---
 xen/common/efi/boot.c               |  4 ++--
 xen/common/vmap.c                   |  2 +-
 xen/include/xen/mm-types.h          | 19 +++++++++++++++++++
 xen/include/xen/mm.h                |  7 ++++---
 xen/include/xen/vmap.h              |  3 ++-
 10 files changed, 42 insertions(+), 14 deletions(-)
 create mode 100644 xen/arch/ppc/include/asm/mm-types.h
 create mode 100644 xen/include/xen/mm-types.h


base-commit: 6dc1b711ded0e477c501d4017ccb0da83d6d56a1
-- 
2.39.5



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

end of thread, other threads:[~2025-05-01 19:43 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-25 11:24 [PATCH v5 0/3] xen/mm: Introduce pte_attr_t Andrew Cooper
2025-04-25 11:24 ` [PATCH v5 1/3] xen/mm: Introduce mm-types.h Andrew Cooper
2025-04-25 11:29   ` Oleksii Kurochko
2025-04-25 12:45     ` Jan Beulich
2025-04-25 12:49       ` Andrew Cooper
2025-04-25 12:48   ` Jan Beulich
2025-04-25 13:05     ` Andrew Cooper
2025-04-25 13:13       ` Jan Beulich
2025-04-25 13:48         ` Andrew Cooper
2025-04-25 14:42           ` Jan Beulich
2025-05-01 19:42   ` Stefano Stabellini
2025-04-25 11:24 ` [PATCH v5 2/3] xen/mm: Switch some APIs over to pte_attr_t Andrew Cooper
2025-04-25 11:33   ` Oleksii Kurochko
2025-05-01 19:42   ` Stefano Stabellini
2025-04-25 11:24 ` [PATCH v5 3/3] ppc/mm: Introduce mm-types.h Andrew Cooper
2025-04-25 11:37   ` Oleksii Kurochko
2025-04-25 11:39     ` Andrew Cooper

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.