Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] arm_mpam: Add support for the MPAM v0.1 architecture version
@ 2026-05-08 16:23 James Morse
  2026-05-08 16:23 ` [PATCH v3 1/4] arm_mpam: Fix false positive assert failure during mpam_disable() James Morse
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: James Morse @ 2026-05-08 16:23 UTC (permalink / raw)
  To: linux-kernel, linux-arm-kernel, zengheng4
  Cc: wangkefeng.wang, xry111, catalin.marinas, yang, reinette.chatre,
	will, thuth, ben.horgan, mrigendra.chaubey, fenghuay,
	ahmed.genidi

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



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

end of thread, other threads:[~2026-05-09  6:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-08 16:23 [PATCH v3 0/4] arm_mpam: Add support for the MPAM v0.1 architecture version James Morse
2026-05-08 16:23 ` [PATCH v3 1/4] arm_mpam: Fix false positive assert failure during mpam_disable() James Morse
2026-05-08 16:23 ` [PATCH v3 2/4] arm_mpam: Check whether the config array is allocated before destroying it James Morse
2026-05-08 16:23 ` [PATCH v3 3/4] arm64: cpufeature: Add support for the MPAM v0.1 architecture version James Morse
2026-05-08 16:23 ` [PATCH v3 4/4] arm_mpam: Update architecture version check for MPAM MSC James Morse
2026-05-08 16:35   ` Ben Horgan
2026-05-09  6:26     ` Zeng Heng

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