linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] perf/x86/amd: Fix for LBR Freeze
@ 2024-03-25  7:31 Sandipan Das
  2024-03-25  7:31 ` [PATCH v5 1/2] x86/cpufeatures: Add new word for scattered features Sandipan Das
  2024-03-25  7:31 ` [PATCH v5 2/2] perf/x86/amd/lbr: Use freeze based on availability Sandipan Das
  0 siblings, 2 replies; 3+ messages in thread
From: Sandipan Das @ 2024-03-25  7:31 UTC (permalink / raw)
  To: linux-perf-users, linux-kernel
  Cc: x86, peterz, mingo, acme, namhyung, mark.rutland,
	alexander.shishkin, jolsa, adrian.hunter, tglx, bp, seanjc,
	pbonzini, eranian, irogers, ravi.bangoria, ananth.narayan,
	sandipan.das

Contains a fix for usage of LBR Freeze.

Previous versions can be found at:
v4: https://lore.kernel.org/all/cover.1710836172.git.sandipan.das@amd.com/
v3: https://lore.kernel.org/all/cover.1706526029.git.sandipan.das@amd.com/
v2: https://lore.kernel.org/all/cover.1704103399.git.sandipan.das@amd.com/
v1: https://lore.kernel.org/all/cover.1702833179.git.sandipan.das@amd.com/

Changes in v5:
 - Restore previously moved scattered bits and instead create a new
   Linux-defined feature word for new scattered bits as suggested by
   Boris and Ingo.

Changes in v4:
 - Move scattered feature bits from CPUID 0x80000022[EAX] to a dedicated
   word as suggested by Ingo.
 - Remove patches that have been merged (patch 2 and 3 from v3).

Changes in v3:
 - As suggested by Boris, update the commit message of the first patch
   with the reason behind making the LBR and PMC Freeze feature bit
   visible in /proc/cpuinfo.

Changes in v2:
 - Make the LBR and PMC Freeze feature bit visible in /proc/cpuinfo. As
   suggested by Stephane, this will be useful to determine if it is
   feasible to perform kernel FDO on a system.

Sandipan Das (2):
  x86/cpufeatures: Add new word for scattered features
  perf/x86/amd/lbr: Use freeze based on availability

 arch/x86/events/amd/core.c               |  4 ++--
 arch/x86/events/amd/lbr.c                | 16 ++++++++++------
 arch/x86/include/asm/cpufeature.h        |  6 ++++--
 arch/x86/include/asm/cpufeatures.h       | 10 +++++++++-
 arch/x86/include/asm/disabled-features.h |  3 ++-
 arch/x86/include/asm/required-features.h |  3 ++-
 arch/x86/kernel/cpu/scattered.c          |  1 +
 7 files changed, 30 insertions(+), 13 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-03-25  7:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-25  7:31 [PATCH v5 0/2] perf/x86/amd: Fix for LBR Freeze Sandipan Das
2024-03-25  7:31 ` [PATCH v5 1/2] x86/cpufeatures: Add new word for scattered features Sandipan Das
2024-03-25  7:31 ` [PATCH v5 2/2] perf/x86/amd/lbr: Use freeze based on availability Sandipan Das

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).