summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/topology.c
AgeCommit message (Expand)Author
2024-05-21x86/topology: Handle bogus ACPI tables correctlyThomas Gleixner
2024-04-10x86/topology: Don't update cpu_possible_map in topo_set_cpuids()Thomas Gleixner
2024-03-23x86/topology: Handle the !APIC case gracefullyThomas Gleixner
2024-03-06x86/topology: Ignore non-present APIC IDs in a present packageThomas Gleixner
2024-02-27x86/apic: Build the x86 topology enumeration functions on UP APIC builds tooIngo Molnar
2024-02-15x86/cpu/topology: Provide __num_[cores|threads]_per_packageThomas Gleixner
2024-02-15x86/cpu/topology: Rename smp_num_siblingsThomas Gleixner
2024-02-15x86/cpu/topology: Retrieve cores per package from topology bitmapsThomas Gleixner
2024-02-15x86/cpu/topology: Provide logical pkg/die mappingThomas Gleixner
2024-02-15x86/cpu/topology: Simplify cpu_mark_primary_thread()Thomas Gleixner
2024-02-15x86/cpu/topology: Mop up primary thread mask handlingThomas Gleixner
2024-02-15x86/cpu/topology: Use topology bitmaps for sizingThomas Gleixner
2024-02-15x86/cpu/topology: Assign hotpluggable CPUIDs during initThomas Gleixner
2024-02-15x86/cpu/topology: Reject unknown APIC IDs on ACPI hotplugThomas Gleixner
2024-02-15x86/topology: Add a mechanism to track topology via APIC IDsThomas Gleixner
2024-02-15x86/cpu: Detect real BSP on crash kernelsThomas Gleixner
2024-02-15x86/cpu/topology: Rework possible CPU managementThomas Gleixner
2024-02-15x86/cpu/topology: Sanitize the APIC admission logicThomas Gleixner
2024-02-15x86/cpu/topology: Use a data structure for topology infoThomas Gleixner
2024-02-15x86/cpu/topology: Simplify APIC registrationThomas Gleixner
2024-02-15x86/cpu/topology: Confine topology informationThomas Gleixner
2024-02-15x86/mpparse: Use new APIC registration functionThomas Gleixner
2024-02-15x86/cpu/topology: Provide separate APIC registration functionsThomas Gleixner
2024-02-15x86/cpu/topology: Move registration out of APIC codeThomas Gleixner
2024-02-15x86/cpu: Remove topology.cThomas Gleixner
2024-02-15x86/cpu: Use common topology code for IntelThomas Gleixner
2024-02-15x86/cpu: Move __max_die_per_package to common.cThomas Gleixner
2023-10-10x86/cpu: Move cpu_core_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Move cpu_die_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Move phys_proc_id into topology infoThomas Gleixner
2023-10-10x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner
2023-05-25x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platformsZhang Rui
2022-10-17x86/topology: Fix duplicated core ID within a packageZhang Rui
2022-10-17x86/topology: Fix multiple packages shown on a single-package systemZhang Rui
2021-03-18x86: Fix various typos in commentsIngo Molnar
2021-01-14x86/topology: Make __max_die_per_package available unconditionallyBorislav Petkov
2020-11-19x86/topology: Set cpu_die_id only if DIE_TYPE foundYazen Ghannam
2019-12-10x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar
2019-05-23x86/topology: Create topology_max_die_per_package()Len Brown
2019-05-23x86/topology: Add CPUID.1F multi-die/package supportLen Brown
2018-12-08x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov
2018-06-21x86/cpu/topology: Provide detect_extended_topology_early()Thomas Gleixner
2018-06-21x86/cpu: Remove the pointless CPU printoutThomas Gleixner
2018-05-06x86/CPU: Modify detect_extended_topology() to return resultSuravee Suthikulpanit
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-02-03x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker
2010-07-19x86, cpu: Split addon_cpuid_features.cH. Peter Anvin