aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/topology_amd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar1-2/+3
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)1-0/+1
2025-04-15x86/cpufeatures: Shorten X86_FEATURE_AMD_HETEROGENEOUS_CORESXin Li (Intel)1-1/+1
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar1-2/+2
2024-10-25x86/cpu: Add CPU type to struct cpuinfo_topologyPawan Gupta1-0/+3
2024-05-30x86/topology/amd: Evaluate SMT in CPUID leaf 0x8000001e only on family 0x17 and greaterThomas Gleixner1-2/+2
2024-05-13Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+11
2024-05-10x86/topology/amd: Ensure that LLC ID is initializedThomas Gleixner1-9/+7
2024-04-12Merge branch 'x86/urgent' into x86/cpu, to resolve conflictIngo Molnar1-9/+42
2024-04-12x86/cpu/amd: Move TOPOEXT enablement into the topology parserThomas Gleixner1-0/+21
2024-04-12x86/cpu/amd: Make the NODEID_MSR union actually workThomas Gleixner1-3/+3
2024-04-12x86/cpu/amd: Make the CPUID 0x80000008 parser correctThomas Gleixner1-6/+18
2024-03-22x86/cpu/topology: Add support for the AMD 0x80000026 leafThomas Gleixner1-8/+11
2024-02-15x86/cpu: Provide an AMD/HYGON specific topology parserThomas Gleixner1-0/+183