On 21/02/2022 10:21, Julien Grall wrote:
From: Julien Grall <jgr...@amazon.com>
Hi all,
This series was originally sent as "xen/arm: mm: Add limited support
for superpages" [1] and finally has grown enough to remove most of
the open-coding mappings in the boot code.
This will help to:
1) Get better compliance with the Arm memory model
2) Pave the way to support other page size (64KB, 16KB)
The previous version was spent a few months ago. So I have decided
to remove all the acked-by/reviewed-by tags.
Cheers,
[1] <20201119190751.22345-1-jul...@xen.org>
[2]
<pa4pr08mb6253f49c13ed56811ba5b64e92...@pa4pr08mb6253.eurprd08.prod.outlook.com>
Julien Grall (18):
xen/arm: lpae: Rename LPAE_ENTRIES_MASK_GS to LPAE_ENTRY_MASK_GS
xen/arm: lpae: Use the generic helpers to defined the Xen PT helpers
xen/arm: p2m: Replace level_{orders, masks} arrays with
XEN_PT_LEVEL_{ORDER, MASK}
The first 3 patches are fully reviewed. So I have committed them. The
rest of the patches need review.
Cheers,
--
Julien Grall