All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] x86,fs/resctrl: Pave the way for MPAM counter assignment
@ 2026-03-13 17:45 Ben Horgan
  2026-03-13 17:45 ` [PATCH v2 1/6] x86,fs/resctrl: Make resctrl_arch_is_evt_configurable() aware of mbm_assign_mode Ben Horgan
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Ben Horgan @ 2026-03-13 17:45 UTC (permalink / raw)
  To: linux-kernel
  Cc: tony.luck, reinette.chatre, Dave.Martin, james.morse, babu.moger,
	tglx, mingo, bp, dave.hansen, x86, hpa, ben.horgan, fenghuay,
	tan.shaopeng

A little bit of preparatory work to get ready for MPAM counter
assignment. Resctrl gained support last year for counter assignment for AMD
machines supporting ABMC. Tighten a few things up, that weren't needed for
AMD, so that the MPAM driver can emulate ABMC and hence support counter
assignment.

Based on v7.0-rc3. The last patch is only there to resolve the conflict
in the case that the mpam resctrl glue series [1] is merged first.

Changes since v1:
  https://lore.kernel.org/lkml/20260225201905.3568624-1-ben.horgan@arm.com/

Update the commit message for adding resctrl_arch_is_evt_configurable()
and change the new argument name to per_cntr
Make the event_filter file read only rather than hiding it
Include resctrl arch hook for fixed counter assignment mode.
This replaces:
  https://lore.kernel.org/lkml/20260204161952.685921-1-ben.horgan@arm.com/
Include both new helpers in the mpam build fix

[1] https://lore.kernel.org/linux-arm-kernel/20260313144617.3420416-1-ben.horgan@arm.com/

Ben Horgan (6):
  x86,fs/resctrl: Make resctrl_arch_is_evt_configurable() aware of
    mbm_assign_mode
  fs/resctrl: Tidy up the error path in resctrl_mkdir_event_configs()
  fs/resctrl: Make 'event_filter' files read only if they're not
    configurable
  fs/resctrl: Disallow the software controller when mbm counters are
    assignable
  x86,fs/resctrl: Add resctrl_arch_mbm_cntr_assign_fixed()
  arm_mpam: resctrl: Adapt to new or changed resctrl arch functions

 arch/x86/kernel/cpu/resctrl/core.c    | 12 +++++++++--
 arch/x86/kernel/cpu/resctrl/monitor.c |  5 +++++
 drivers/resctrl/mpam_resctrl.c        |  7 ++++++-
 fs/resctrl/monitor.c                  | 18 +++++++++++++---
 fs/resctrl/rdtgroup.c                 | 30 ++++++++++++++++++++-------
 include/linux/resctrl.h               | 12 ++++++++++-
 6 files changed, 70 insertions(+), 14 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-03-18 22:17 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-13 17:45 [PATCH v2 0/6] x86,fs/resctrl: Pave the way for MPAM counter assignment Ben Horgan
2026-03-13 17:45 ` [PATCH v2 1/6] x86,fs/resctrl: Make resctrl_arch_is_evt_configurable() aware of mbm_assign_mode Ben Horgan
2026-03-13 17:45 ` [PATCH v2 2/6] fs/resctrl: Tidy up the error path in resctrl_mkdir_event_configs() Ben Horgan
2026-03-13 17:45 ` [PATCH v2 3/6] fs/resctrl: Make 'event_filter' files read only if they're not configurable Ben Horgan
2026-03-13 18:33   ` Luck, Tony
2026-03-16  9:51     ` Ben Horgan
2026-03-16 16:27       ` Luck, Tony
2026-03-16 17:02         ` Ben Horgan
2026-03-16 17:29           ` Reinette Chatre
2026-03-17 12:05             ` Ben Horgan
2026-03-13 17:45 ` [PATCH v2 4/6] fs/resctrl: Disallow the software controller when mbm counters are assignable Ben Horgan
2026-03-16 21:35   ` Reinette Chatre
2026-03-17 11:13     ` Ben Horgan
2026-03-17 17:17       ` Reinette Chatre
2026-03-18 15:44         ` Ben Horgan
2026-03-18 15:55           ` Ben Horgan
2026-03-18 22:17           ` Reinette Chatre
2026-03-13 17:45 ` [PATCH v2 5/6] x86,fs/resctrl: Add resctrl_arch_mbm_cntr_assign_fixed() Ben Horgan
2026-03-13 17:45 ` [PATCH v2 6/6] arm_mpam: resctrl: Adapt to new or changed resctrl arch functions Ben Horgan

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.