[PATCH 0/8] Add support for Hygon Family 18h model 4h~8h processors

Fu Hao posted 8 patches 6 days, 7 hours ago
arch/x86/Kconfig                         |  2 +-
arch/x86/events/amd/uncore.c             | 48 +++++++++++++++++-
arch/x86/include/asm/perf_event.h        |  8 +++
arch/x86/kernel/cpu/cacheinfo.c          | 22 +++++++--
arch/x86/kernel/cpu/hygon.c              | 21 +++++---
arch/x86/kernel/cpu/microcode/amd.c      | 63 ++++++++++++++++++------
arch/x86/kernel/cpu/microcode/core.c     | 11 +++++
arch/x86/kernel/cpu/microcode/internal.h | 12 +++++
drivers/iommu/amd/init.c                 | 10 +++-
include/linux/pci_ids.h                  |  1 +
include/sound/hdaudio.h                  |  1 +
sound/hda/controllers/intel.c            |  9 ++++
sound/hda/core/controller.c              | 10 +++-
sound/hda/core/stream.c                  | 42 ++++++++++++----
14 files changed, 220 insertions(+), 40 deletions(-)
[PATCH 0/8] Add support for Hygon Family 18h model 4h~8h processors
Posted by Fu Hao 6 days, 7 hours ago
This patch series introduce support for the new-generation Hygon
model 4h~8h processors, addressing five key areas:

1. CPU Topology Updates
The new processor introduces a revised CPU topology hierarchy
compared to previous generations. This patch updates the kernel's
topology detection logic to correctly identify core/socket
relationships and cache sharing patterns.

2. L3 Performance Monitoring Updates
The L3 perf registers of model 6h differ from those of the
previous processor.

3. Microcode loading
Add microcode loading support for Hygon processor.

4. Audio Controller Driver
Add initial support for the integrated HD-Audio controller.

5. New SB IOAPIC information support
The southbridge IOAPIC of Hygon's new-generation processors is
located at 00:0b.0.

Fu Hao (8):
  x86/cpu/hygon: Adjust the die_id and logical_die_id for Hygon model
    4h~8h
  x86/cpu: Get LLC ID for Hygon family 18h model 4h
  x86/cpu/hygon: Remove Spectral Chicken for Hygon processors
  perf/x86/uncore: Add L3 PMU support for Hygon family 18h model 6h
  x86/microcode/hygon: Add microcode loading support for Hygon
    processors
  ALSA: hda: Add support for Hygon family 18h model 5h HD-Audio
  ALSA: hda: Fix single byte writing issue for Hygon family 18h model 5h
  iommu/hygon: Add support for Hygon family 18h model 4h IOAPIC

 arch/x86/Kconfig                         |  2 +-
 arch/x86/events/amd/uncore.c             | 48 +++++++++++++++++-
 arch/x86/include/asm/perf_event.h        |  8 +++
 arch/x86/kernel/cpu/cacheinfo.c          | 22 +++++++--
 arch/x86/kernel/cpu/hygon.c              | 21 +++++---
 arch/x86/kernel/cpu/microcode/amd.c      | 63 ++++++++++++++++++------
 arch/x86/kernel/cpu/microcode/core.c     | 11 +++++
 arch/x86/kernel/cpu/microcode/internal.h | 12 +++++
 drivers/iommu/amd/init.c                 | 10 +++-
 include/linux/pci_ids.h                  |  1 +
 include/sound/hdaudio.h                  |  1 +
 sound/hda/controllers/intel.c            |  9 ++++
 sound/hda/core/controller.c              | 10 +++-
 sound/hda/core/stream.c                  | 42 ++++++++++++----
 14 files changed, 220 insertions(+), 40 deletions(-)

-- 
2.34.1