[PATCH v3 0/4] arm_mpam: Add support for the MPAM v0.1 architecture version

James Morse james.morse at arm.com
Fri May 8 09:23:37 PDT 2026


This is a v3 of Zeng's series to add support for MPAM v0.1.
Included are the changes Ben and I suggested, and a couple of bugs found while
testing it.

I've put the bug fixes first as you can hit these with mainline.
The patches for v0.1 enable MPAM on those platforms as this extra ID register
was missed.

Based on v7.1-rc2, and can be retrieved from 
https://git.kernel.org/pub/scm/linux/kernel/git/morse/linux.git mpam/arch_v0.1/v3


Thanks,

James

v2: https://patch.msgid.link/20260203095406.6437-1-zengheng4@huawei.com
v1: https://lore.kernel.org/all/20260104133434.1887677-1-zengheng4@huawei.com/

James Morse (2):
  arm_mpam: Fix false positive assert failure during mpam_disable()
  arm_mpam: Check whether the config array is allocated before
    destroying it

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      | 36 +++++++++++++++++++++++++----
 drivers/resctrl/mpam_internal.h     |  1 +
 5 files changed, 53 insertions(+), 10 deletions(-)

-- 
2.53.0




More information about the linux-arm-kernel mailing list