The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Support additional AMD EILVT registers
@ 2026-07-23  5:44 Naveen N Rao (AMD)
  2026-07-23  5:44 ` [PATCH v4 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-23  5:44 UTC (permalink / raw)
  To: Borislav Petkov, Dave Hansen
  Cc: linux-kernel, x86, Thomas Gleixner, Nikunj A Dadhania,
	Manali Shukla, Bharata B Rao, H. Peter Anvin

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)

Since v3 (http://lore.kernel.org/r/cover.1784619898.git.naveen@kernel.org):
- Move apic_eilvt_count into 'struct apic' (Thomas Gleixner)
- Rename apic_eilvt_count to eilvt_regs_count to more accurately reflect 
  its purpose.


- 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

 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    | 17 +++++++++++++++--
 4 files changed, 20 insertions(+), 5 deletions(-)


base-commit: 385a91beefc86cb6b7f05b2c3a59b2b82c38c92e
-- 
2.54.0


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

end of thread, other threads:[~2026-07-23  8:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-23  5:44 [PATCH v4 0/3] Support additional AMD EILVT registers Naveen N Rao (AMD)
2026-07-23  5:44 ` [PATCH v4 1/3] perf/amd/ibs: Limit the max EILVT register count for AMD family 0x10 Naveen N Rao (AMD)
2026-07-23  8:02   ` Ingo Molnar
2026-07-23  5:44 ` [PATCH v4 2/3] x86/apic: Introduce a variable to track the number of EILVT registers Naveen N Rao (AMD)
2026-07-23  5:44 ` [PATCH v4 3/3] x86/apic: Drop APIC_EILVT_NR_MAX 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