summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/topology.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/cpu/topology: Remove limit of CPUs due to disabled IO/APICFernando Fernandez Mancera2024-12-051-3/+3
* x86/topology: Handle bogus ACPI tables correctlyThomas Gleixner2024-05-211-3/+50
* x86/topology: Don't update cpu_possible_map in topo_set_cpuids()Thomas Gleixner2024-04-101-2/+5
* x86/topology: Handle the !APIC case gracefullyThomas Gleixner2024-03-231-0/+11
* x86/topology: Ignore non-present APIC IDs in a present packageThomas Gleixner2024-03-061-9/+30
* x86/apic: Build the x86 topology enumeration functions on UP APIC builds tooIngo Molnar2024-02-271-1/+1
* x86/cpu/topology: Provide __num_[cores|threads]_per_packageThomas Gleixner2024-02-151-1/+7
* x86/cpu/topology: Rename smp_num_siblingsThomas Gleixner2024-02-151-3/+3
* x86/cpu/topology: Retrieve cores per package from topology bitmapsThomas Gleixner2024-02-151-0/+43
* x86/cpu/topology: Provide logical pkg/die mappingThomas Gleixner2024-02-151-0/+28
* x86/cpu/topology: Simplify cpu_mark_primary_thread()Thomas Gleixner2024-02-151-4/+1
* x86/cpu/topology: Mop up primary thread mask handlingThomas Gleixner2024-02-151-27/+2
* x86/cpu/topology: Use topology bitmaps for sizingThomas Gleixner2024-02-151-1/+19
* x86/cpu/topology: Assign hotpluggable CPUIDs during initThomas Gleixner2024-02-151-11/+18
* x86/cpu/topology: Reject unknown APIC IDs on ACPI hotplugThomas Gleixner2024-02-151-0/+4
* x86/topology: Add a mechanism to track topology via APIC IDsThomas Gleixner2024-02-151-2/+46
* x86/cpu: Detect real BSP on crash kernelsThomas Gleixner2024-02-151-38/+59
* x86/cpu/topology: Rework possible CPU managementThomas Gleixner2024-02-151-70/+106
* x86/cpu/topology: Sanitize the APIC admission logicThomas Gleixner2024-02-151-82/+77
* x86/cpu/topology: Use a data structure for topology infoThomas Gleixner2024-02-151-30/+29
* x86/cpu/topology: Simplify APIC registrationThomas Gleixner2024-02-151-20/+3
* x86/cpu/topology: Confine topology informationThomas Gleixner2024-02-151-2/+74
* x86/mpparse: Use new APIC registration functionThomas Gleixner2024-02-151-1/+1
* x86/cpu/topology: Provide separate APIC registration functionsThomas Gleixner2024-02-151-18/+95
* x86/cpu/topology: Move registration out of APIC codeThomas Gleixner2024-02-151-0/+184
* x86/cpu: Remove topology.cThomas Gleixner2024-02-151-142/+0
* x86/cpu: Use common topology code for IntelThomas Gleixner2024-02-151-22/+0
* x86/cpu: Move __max_die_per_package to common.cThomas Gleixner2024-02-151-3/+0
* x86/cpu: Move cpu_core_id into topology infoThomas Gleixner2023-10-101-1/+1
* x86/cpu: Move cpu_die_id into topology infoThomas Gleixner2023-10-101-1/+1
* x86/cpu: Move phys_proc_id into topology infoThomas Gleixner2023-10-101-2/+1
* x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner2023-10-101-6/+6
* x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platformsZhang Rui2023-05-251-2/+3
* x86/topology: Fix duplicated core ID within a packageZhang Rui2022-10-171-1/+1
* x86/topology: Fix multiple packages shown on a single-package systemZhang Rui2022-10-171-4/+10
* x86: Fix various typos in commentsIngo Molnar2021-03-181-2/+2
* x86/topology: Make __max_die_per_package available unconditionallyBorislav Petkov2021-01-141-1/+1
* x86/topology: Set cpu_die_id only if DIE_TYPE foundYazen Ghannam2020-11-191-2/+8
* x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>Ingo Molnar2019-12-101-1/+1
* x86/topology: Create topology_max_die_per_package()Len Brown2019-05-231-1/+4
* x86/topology: Add CPUID.1F multi-die/package supportLen Brown2019-05-231-19/+66
* x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov2018-12-081-0/+2
* x86/cpu/topology: Provide detect_extended_topology_early()Thomas Gleixner2018-06-211-9/+22
* x86/cpu: Remove the pointless CPU printoutThomas Gleixner2018-06-211-10/+0
* x86/CPU: Modify detect_extended_topology() to return resultSuravee Suthikulpanit2018-05-061-4/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)Chen Yucong2016-02-031-2/+2
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-151-1/+1
* x86, cpu: Split addon_cpuid_features.cH. Peter Anvin2010-07-201-0/+99