summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/topology_common.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-23x86/topology: Don't evaluate logical IDs during early bootThomas Gleixner1-5/+7
2024-02-16x86/cpu/topology: Get rid of cpuinfo::x86_max_coresThomas Gleixner1-3/+0
2024-02-16x86/cpu/topology: Retrieve cores per package from topology bitmapsThomas Gleixner1-15/+3
2024-02-16x86/cpu/topology: Use topology logical mapping mechanismThomas Gleixner1-0/+4
2024-02-16x86/cpu/topology: Use topology bitmaps for sizingThomas Gleixner1-24/+0
2024-02-16x86/cpu/topology: Let XEN/PV use topology from CPUID/MADTThomas Gleixner1-1/+1
2024-02-16x86/cpu/topology: Make the APIC mismatch warnings completeThomas Gleixner1-0/+12
2024-02-16x86/cpu: Make topology_amd_node_id() use the actual node infoThomas Gleixner1-5/+2
2024-02-16x86/cpu: Use common topology code for HYGONThomas Gleixner1-18/+4
2024-02-16x86/cpu: Use common topology code for AMDThomas Gleixner1-1/+4
2024-02-16x86/cpu: Provide an AMD/HYGON specific topology parserThomas Gleixner1-2/+17
2024-02-16x86/cpu: Use common topology code for IntelThomas Gleixner1-1/+4
2024-02-16x86/cpu: Use common topology code for Centaur and ZhaoxinThomas Gleixner1-3/+8
2024-02-16x86/cpu: Add legacy topology parserThomas Gleixner1-1/+45
2024-02-16x86/cpu: Provide cpu_init/parse_topology()Thomas Gleixner1-0/+188