mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/7] perf/amd/ibs: Future enhancements
@ 2026-02-16  4:25 Ravi Bangoria
  2026-02-16  4:25 ` [PATCH v2 1/7] perf/amd/ibs: Define macro for ldlat mask and shift Ravi Bangoria
                   ` (6 more replies)
  0 siblings, 7 replies; 26+ messages in thread
From: Ravi Bangoria @ 2026-02-16  4:25 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar
  Cc: Ravi Bangoria, Arnaldo Carvalho de Melo, Namhyung Kim,
	Ian Rogers, Dapeng Mi, James Clark, Sadasivan Shaiju, x86,
	linux-perf-users, linux-kernel, Manali Shukla, Santosh Shukla,
	Ananth Narayan, Sandipan Das

Add support for new capabilities that will appear in future AMD
CPUs:
  - Alternate disable bit with control only MSRs to eliminate the
    RMW race in existing IBS_{FETCH|OP}_CTL MSRs
  - RIP bit 63 filtering, which can be used as hardware assisted
    privilege filtering, enabling IBS for unprivileged users without
    software based privilege filtering
  - Fetch latency threshold filter to capture only high-latency fetch
    events
  - Streaming-store filter to sample only instructions that perform
    streaming stores
  - Remote socket indicator for load/store instructions

Patches are prepared on tip/perf/core (7db06e329af3) + IBS fixes series

IBS fixes series:
  https://lore.kernel.org/r/20260216042216.1440-1-ravi.bangoria@amd.com

Perf tools patches:
  https://lore.kernel.org/r/20260119024328.897-1-ravi.bangoria@amd.com

v1: https://lore.kernel.org/r/20260116033450.965-1-ravi.bangoria@amd.com
v1->v2:
  - Split fixes series from future enhancements
  - Replace magic numbers with macros

Ravi Bangoria (7):
  perf/amd/ibs: Define macro for ldlat mask and shift
  perf/amd/ibs: Add new MSRs and CPUID bits definitions
  perf/amd/ibs: Support IBS_{FETCH|OP}_CTL2[Dis] to eliminate RMW race
  perf/amd/ibs: Enable fetch latency filtering
  perf/amd/ibs: Enable RIP bit63 hardware filtering
  perf/amd/ibs: Enable streaming store filter
  perf/amd/ibs: Advertise remote socket capability

 arch/x86/events/amd/ibs.c         | 238 ++++++++++++++++++++++++++++--
 arch/x86/include/asm/amd/ibs.h    |   4 +-
 arch/x86/include/asm/msr-index.h  |   2 +
 arch/x86/include/asm/perf_event.h |  55 ++++---
 4 files changed, 266 insertions(+), 33 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-03-09 15:57 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-16  4:25 [PATCH v2 0/7] perf/amd/ibs: Future enhancements Ravi Bangoria
2026-02-16  4:25 ` [PATCH v2 1/7] perf/amd/ibs: Define macro for ldlat mask and shift Ravi Bangoria
2026-02-28 10:56   ` [tip: perf/core] " tip-bot2 for Ravi Bangoria
2026-02-16  4:25 ` [PATCH v2 2/7] perf/amd/ibs: Add new MSRs and CPUID bits definitions Ravi Bangoria
2026-02-28 10:56   ` [tip: perf/core] " tip-bot2 for Ravi Bangoria
2026-02-16  4:25 ` [PATCH v2 3/7] perf/amd/ibs: Support IBS_{FETCH|OP}_CTL2[Dis] to eliminate RMW race Ravi Bangoria
2026-02-28 10:56   ` [tip: perf/core] " tip-bot2 for Ravi Bangoria
2026-02-28 11:01     ` Peter Zijlstra
2026-02-28 11:07   ` [tip: perf/core] perf/amd/ibs: Support IBS_{FETCH|OP}_CTL2[Dis] " tip-bot2 for Ravi Bangoria
2026-02-16  4:25 ` [PATCH v2 4/7] perf/amd/ibs: Enable fetch latency filtering Ravi Bangoria
2026-02-28 10:56   ` [tip: perf/core] " tip-bot2 for Ravi Bangoria
2026-02-28 11:07   ` tip-bot2 for Ravi Bangoria
2026-02-16  4:25 ` [PATCH v2 5/7] perf/amd/ibs: Enable RIP bit63 hardware filtering Ravi Bangoria
2026-02-24 17:47   ` Ian Rogers
2026-02-26  9:20     ` Ravi Bangoria
2026-02-26 16:53       ` Ian Rogers
2026-03-09  2:58       ` Ravi Bangoria
2026-03-09 15:57         ` Ian Rogers
2026-02-28 10:56   ` [tip: perf/core] " tip-bot2 for Ravi Bangoria
2026-02-28 11:07   ` tip-bot2 for Ravi Bangoria
2026-02-16  4:25 ` [PATCH v2 6/7] perf/amd/ibs: Enable streaming store filter Ravi Bangoria
2026-02-28 10:56   ` [tip: perf/core] " tip-bot2 for Ravi Bangoria
2026-02-28 11:07   ` tip-bot2 for Ravi Bangoria
2026-02-16  4:25 ` [PATCH v2 7/7] perf/amd/ibs: Advertise remote socket capability Ravi Bangoria
2026-02-28 10:56   ` [tip: perf/core] " tip-bot2 for Ravi Bangoria
2026-02-28 11:07   ` tip-bot2 for Ravi Bangoria

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

all inboxes | Powered by JetHome®