The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Support additional AMD EILVT registers
@ 2026-07-21  8:03 Naveen N Rao (AMD)
  2026-07-21  8:03 ` [PATCH v3 1/3] perf/amd/ibs: Limit the max EILVT register count for AMD family 0x10 Naveen N Rao (AMD)
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Naveen N Rao (AMD) @ 2026-07-21  8:03 UTC (permalink / raw)
  To: Borislav Petkov, Dave Hansen
  Cc: linux-kernel, x86, Nikunj A Dadhania, Manali Shukla,
	Bharata B Rao, H. Peter Anvin, Thomas Gleixner

Add support for additional APIC EILVT registers being introduced in 
future AMD processors:
https://docs.amd.com/v/u/en-US/69205_1.00_AMD64_IBS_PUB)

This is mostly a re-send of v2, except for a small change in patch 2/3 
where I have dropped the KVM export for apic_eilvt_count - it can be 
introduced in the series adding the KVM user for the same.

v2:
http://lore.kernel.org/r/cover.1778594390.git.naveen@kernel.org



- Naveen


Naveen N Rao (AMD) (3):
  perf/amd/ibs: Limit the max EILVT register count for AMD family 0x10
  x86/apic: Introduce a variable to track the number of EILVT registers
  x86/apic: Drop APIC_EILVT_NR_MAX and switch to using apic_eilvt_count

 arch/x86/include/asm/apic.h    |  2 ++
 arch/x86/include/asm/apicdef.h |  2 +-
 arch/x86/events/amd/ibs.c      |  4 ++--
 arch/x86/kernel/apic/apic.c    | 18 ++++++++++++++++--
 4 files changed, 21 insertions(+), 5 deletions(-)


base-commit: e9dac177a4ea335a3f035f81405088e17947f258
-- 
2.54.0


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

end of thread, other threads:[~2026-07-21 12:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-21  8:03 [PATCH v3 0/3] Support additional AMD EILVT registers Naveen N Rao (AMD)
2026-07-21  8:03 ` [PATCH v3 1/3] perf/amd/ibs: Limit the max EILVT register count for AMD family 0x10 Naveen N Rao (AMD)
2026-07-21  8:03 ` [PATCH v3 2/3] x86/apic: Introduce a variable to track the number of EILVT registers Naveen N Rao (AMD)
2026-07-21 12:42   ` Thomas Gleixner
2026-07-21  8:03 ` [PATCH v3 3/3] x86/apic: Drop APIC_EILVT_NR_MAX and switch to using apic_eilvt_count Naveen N Rao (AMD)

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