mbox series

[0/4] Adjustments for AMD heterogeneous designs

Message ID 20241021175509.2079-1-mario.limonciello@amd.com (mailing list archive)
Headers show
Series Adjustments for AMD heterogeneous designs | expand

Message

Mario Limonciello Oct. 21, 2024, 5:55 p.m. UTC
This series corrects some of the patches that were already queued up for
linux-next and also enables some optimizations for AMD Ryzen AI processors.

This is based off superm1/linux.git linux-next branch and would intend
to merge through this tree with other amd-pstate changes.

Mario Limonciello (3):
  x86/cpufeatures: Rename X86_FEATURE_FAST_CPPC to have AMD prefix
  x86/cpufeatures: Rename X86_FEATURE_HETERO_CORE_TOPOLOGY to
    X86_FEATURE_AMD_HETEROGENEOUS_CORES
  x86/amd: Move AMD core type identification code

Perry Yuan (1):
  x86/cpu: Enable SD_ASYM_PACKING for PKG Domain on AMD Processors

 arch/x86/include/asm/cpufeatures.h       |  4 ++--
 arch/x86/include/asm/processor.h         | 15 +++++++--------
 arch/x86/kernel/acpi/cppc.c              |  2 +-
 arch/x86/kernel/cpu/amd.c                |  9 ++++-----
 arch/x86/kernel/cpu/scattered.c          |  4 ++--
 arch/x86/kernel/smpboot.c                |  5 +++--
 drivers/cpufreq/amd-pstate.c             |  2 +-
 tools/arch/x86/include/asm/cpufeatures.h |  2 +-
 8 files changed, 21 insertions(+), 22 deletions(-)