All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hari Limaye <hari.limaye@arm.com>
To: xen-devel@lists.xenproject.org
Cc: luca.fancellu@arm.com,
	Stefano Stabellini <sstabellini@kernel.org>,
	Julien Grall <julien@xen.org>,
	Bertrand Marquis <bertrand.marquis@arm.com>,
	Michal Orzel <michal.orzel@amd.com>,
	Volodymyr Babchuk <Volodymyr_Babchuk@epam.com>
Subject: [PATCH 0/6] Second series for R82 MPU Support
Date: Fri, 20 Jun 2025 10:49:18 +0100	[thread overview]
Message-ID: <cover.1750411205.git.hari.limaye@arm.com> (raw)

Hi all,

This series is the second set of patches in the ongoing work to
introduce support for MPU systems and Cortex R82 in Xen.

The patches in this series implement the necessary logic to map and
unmap the Device Tree Blob in the early stages of the boot process.

Cheers,
Hari

Luca Fancellu (4):
  arm/mpu: Find MPU region by range
  xen/arm: Introduce flags_has_rwx helper
  arm/mpu: Implement early_fdt_map support in MPU systems
  arm/mpu: Implement remove_early_mappings for MPU systems

Penny Zheng (2):
  arm/mpu: Populate a new region in Xen MPU mapping table
  arm/mpu: Destroy an existing entry in Xen MPU memory mapping table

 xen/arch/arm/include/asm/mm.h         |   2 +
 xen/arch/arm/include/asm/mpu.h        |   2 +
 xen/arch/arm/include/asm/mpu/cpregs.h |   4 +
 xen/arch/arm/include/asm/mpu/mm.h     |  41 +++++
 xen/arch/arm/mm.c                     |  15 ++
 xen/arch/arm/mmu/pt.c                 |   9 +-
 xen/arch/arm/mpu/mm.c                 | 229 ++++++++++++++++++++++++++
 xen/arch/arm/mpu/setup.c              |  83 +++++++++-
 8 files changed, 374 insertions(+), 11 deletions(-)

-- 
2.34.1



             reply	other threads:[~2025-06-20  9:50 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-20  9:49 Hari Limaye [this message]
2025-06-20  9:49 ` [PATCH 1/6] arm/mpu: Find MPU region by range Hari Limaye
2025-06-25 17:01   ` Ayan Kumar Halder
2025-06-27 11:23   ` Orzel, Michal
2025-06-30 11:45     ` Hari Limaye
2025-06-30 12:10       ` Orzel, Michal
2025-06-20  9:49 ` [PATCH 2/6] xen/arm: Introduce flags_has_rwx helper Hari Limaye
2025-06-24 18:00   ` Ayan Kumar Halder
2025-06-27 11:31   ` Orzel, Michal
2025-06-20  9:49 ` [PATCH 3/6] arm/mpu: Populate a new region in Xen MPU mapping table Hari Limaye
2025-06-25 14:15   ` Ayan Kumar Halder
2025-06-20  9:49 ` [PATCH 4/6] arm/mpu: Destroy an existing entry in Xen MPU memory " Hari Limaye
2025-06-25 16:50   ` Ayan Kumar Halder
2025-07-01 14:56     ` Hari Limaye
2025-07-02 13:11       ` Ayan Kumar Halder
2025-07-02 13:44         ` Luca Fancellu
2025-07-02 13:52           ` Ayan Kumar Halder
2025-06-20  9:49 ` [PATCH 5/6] arm/mpu: Implement early_fdt_map support in MPU systems Hari Limaye
2025-06-25 17:24   ` Ayan Kumar Halder
2025-06-20  9:49 ` [PATCH 6/6] arm/mpu: Implement remove_early_mappings for " Hari Limaye
2025-06-25 17:26   ` Ayan Kumar Halder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1750411205.git.hari.limaye@arm.com \
    --to=hari.limaye@arm.com \
    --cc=Volodymyr_Babchuk@epam.com \
    --cc=bertrand.marquis@arm.com \
    --cc=julien@xen.org \
    --cc=luca.fancellu@arm.com \
    --cc=michal.orzel@amd.com \
    --cc=sstabellini@kernel.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.