Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] arm_mpam: Add support for the MPAM v0.1 architecture version
@ 2026-02-03  9:54 Zeng Heng
  2026-02-03  9:54 ` [PATCH v2 1/2] arm64: cpufeature: " Zeng Heng
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Zeng Heng @ 2026-02-03  9:54 UTC (permalink / raw)
  To: xry111, catalin.marinas, maz, ardb, yang, ryan.roberts,
	kevin.brodsky, reinette.chatre, miko.lenczewski, will,
	suzuki.poulose, thuth, ben.horgan, james.clark, james.morse,
	lpieralisi, broonie, oupton, anshuman.khandual, yeoreum.yun,
	leo.yan, mrigendra.chaubey, fenghuay, ahmed.genidi, mark.rutland
  Cc: linux-kernel, linux-arm-kernel, wangkefeng.wang

According to the MPAM spec [1], the supported architecture versions are
v1.0, v1.1 and v0.1. MPAM versions v0.1 and v1.1 are functionally
identical, but v0.1 additionally supports the FORCE_NS feature.

ID_AA64PR | ID_AA64PR | MPAM Extension | Notes
F0_EL1.   | F1_EL1.   | Architecture   |
MPAM      | MPAM_frac | version        |
---------------------------------------------------------------------------
0b0000    | 0b0001    | v0.1           | MPAM v0.1 is implemented.
          |           |                | MPAM v0.1 is the same as MPAM v1.1
          |           |                | with FORCE_NS which is
          |           |                | incompatible with MPAM v1.0.
---------------------------------------------------------------------------
0b0001    | 0b0000    | v1.0           | MPAM v1.0 is implemented.
---------------------------------------------------------------------------
0b0001    | 0b0001    | v1.1           | MPAM v1.1 is implemented.
          |           |                | MPAM v1.1 includes all features of
          |           |                | MPAM v1.0.
          |           |                | It must not include FORCE_NS.

[1] https://developer.arm.com/documentation/ddi0598/db/?lang=en

Changes in v2:
- Add new patch 2 to check the MPAM MSC version.

v1: https://lore.kernel.org/all/20260104133434.1887677-1-zengheng4@huawei.com/

Zeng Heng (2):
  arm64: cpufeature: Add support for the MPAM v0.1 architecture version
  arm_mpam: Update architecture version check for MPAM MSC

 arch/arm64/include/asm/cpufeature.h |  7 +++++++
 arch/arm64/include/asm/el2_setup.h  |  4 +++-
 arch/arm64/kernel/cpufeature.c      | 15 +++++++++++----
 drivers/resctrl/mpam_devices.c      | 16 +++++++++++++---
 drivers/resctrl/mpam_internal.h     |  5 ++++-
 5 files changed, 38 insertions(+), 9 deletions(-)

--
2.25.1



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

end of thread, other threads:[~2026-05-08 16:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-03  9:54 [PATCH v2 0/2] arm_mpam: Add support for the MPAM v0.1 architecture version Zeng Heng
2026-02-03  9:54 ` [PATCH v2 1/2] arm64: cpufeature: " Zeng Heng
2026-05-07 14:09   ` James Morse
2026-05-08  6:04     ` Zeng Heng
2026-02-03  9:54 ` [PATCH v2 2/2] arm_mpam: Update architecture version check for MPAM MSC Zeng Heng
2026-05-07 16:03   ` James Morse
2026-05-08  2:26     ` Zeng Heng
2026-05-08  3:47       ` Zeng Heng
2026-05-08  9:37         ` Ben Horgan
2026-05-08  9:56           ` Ben Horgan
2026-05-08 16:07             ` James Morse
2026-03-07  8:50 ` [PATCH v2 0/2] arm_mpam: Add support for the MPAM v0.1 architecture version Zeng Heng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox