linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V4 0/4] perf: Support Panther Lake uncore
@ 2025-07-07 20:17 kan.liang
  2025-07-07 20:17 ` [PATCH V4 1/4] perf/x86/intel/uncore: Support MSR portal for discovery tables kan.liang
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: kan.liang @ 2025-07-07 20:17 UTC (permalink / raw)
  To: peterz, mingo, acme, namhyung, irogers, linux-kernel,
	linux-perf-users
  Cc: dapeng1.mi, Kan Liang

From: Kan Liang <kan.liang@linux.intel.com>

Changes since V3:
- __uncore_max_dies -> uncore_max_dies()
- Add reviewed-by from Dapeng

Changes since V2:
- Rebase on the later tip.git
  rdmsrl_safe_on_cpu -> rdmsrq_safe_on_cpu

Starting from the Panther Lake, the uncore discovery table mechanism is
also introduced into the client platforms. The difference is that the
portal of the global discovery table is retrieved from an MSR, rather
than MMIO space.

The first two patches provide a generic support for the extension of the
uncore discovery table mechanism.
The rest patches enable the uncore PMU on Panther Lake.

Kan Liang (4):
  perf/x86/intel/uncore: Support MSR portal for discovery tables
  perf/x86/intel/uncore: Support customized MMIO map size
  perf/x86/intel/uncore: Add Panther Lake support
  perf/x86/intel/uncore: Add iMC freerunning for Panther Lake

 arch/x86/events/intel/uncore.c           |  7 ++
 arch/x86/events/intel/uncore.h           |  2 +
 arch/x86/events/intel/uncore_discovery.c | 89 ++++++++++++++++++------
 arch/x86/events/intel/uncore_discovery.h |  7 ++
 arch/x86/events/intel/uncore_snb.c       | 79 +++++++++++++++++++++
 arch/x86/events/intel/uncore_snbep.c     |  4 +-
 6 files changed, 166 insertions(+), 22 deletions(-)

-- 
2.38.1


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

end of thread, other threads:[~2025-07-09 11:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-07 20:17 [PATCH V4 0/4] perf: Support Panther Lake uncore kan.liang
2025-07-07 20:17 ` [PATCH V4 1/4] perf/x86/intel/uncore: Support MSR portal for discovery tables kan.liang
2025-07-09 11:54   ` [tip: perf/core] " tip-bot2 for Kan Liang
2025-07-07 20:17 ` [PATCH V4 2/4] perf/x86/intel/uncore: Support customized MMIO map size kan.liang
2025-07-09 11:54   ` [tip: perf/core] " tip-bot2 for Kan Liang
2025-07-07 20:17 ` [PATCH V4 3/4] perf/x86/intel/uncore: Add Panther Lake support kan.liang
2025-07-09 11:54   ` [tip: perf/core] " tip-bot2 for Kan Liang
2025-07-07 20:17 ` [PATCH V4 4/4] perf/x86/intel/uncore: Add iMC freerunning for Panther Lake kan.liang
2025-07-09 11:54   ` [tip: perf/core] " tip-bot2 for Kan Liang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).