index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
topology.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/cpu/topology: Remove limit of CPUs due to disabled IO/APIC
Fernando Fernandez Mancera
2024-12-05
1
-3
/
+3
*
x86/topology: Handle bogus ACPI tables correctly
Thomas Gleixner
2024-05-21
1
-3
/
+50
*
x86/topology: Don't update cpu_possible_map in topo_set_cpuids()
Thomas Gleixner
2024-04-10
1
-2
/
+5
*
x86/topology: Handle the !APIC case gracefully
Thomas Gleixner
2024-03-23
1
-0
/
+11
*
x86/topology: Ignore non-present APIC IDs in a present package
Thomas Gleixner
2024-03-06
1
-9
/
+30
*
x86/apic: Build the x86 topology enumeration functions on UP APIC builds too
Ingo Molnar
2024-02-27
1
-1
/
+1
*
x86/cpu/topology: Provide __num_[cores|threads]_per_package
Thomas Gleixner
2024-02-15
1
-1
/
+7
*
x86/cpu/topology: Rename smp_num_siblings
Thomas Gleixner
2024-02-15
1
-3
/
+3
*
x86/cpu/topology: Retrieve cores per package from topology bitmaps
Thomas Gleixner
2024-02-15
1
-0
/
+43
*
x86/cpu/topology: Provide logical pkg/die mapping
Thomas Gleixner
2024-02-15
1
-0
/
+28
*
x86/cpu/topology: Simplify cpu_mark_primary_thread()
Thomas Gleixner
2024-02-15
1
-4
/
+1
*
x86/cpu/topology: Mop up primary thread mask handling
Thomas Gleixner
2024-02-15
1
-27
/
+2
*
x86/cpu/topology: Use topology bitmaps for sizing
Thomas Gleixner
2024-02-15
1
-1
/
+19
*
x86/cpu/topology: Assign hotpluggable CPUIDs during init
Thomas Gleixner
2024-02-15
1
-11
/
+18
*
x86/cpu/topology: Reject unknown APIC IDs on ACPI hotplug
Thomas Gleixner
2024-02-15
1
-0
/
+4
*
x86/topology: Add a mechanism to track topology via APIC IDs
Thomas Gleixner
2024-02-15
1
-2
/
+46
*
x86/cpu: Detect real BSP on crash kernels
Thomas Gleixner
2024-02-15
1
-38
/
+59
*
x86/cpu/topology: Rework possible CPU management
Thomas Gleixner
2024-02-15
1
-70
/
+106
*
x86/cpu/topology: Sanitize the APIC admission logic
Thomas Gleixner
2024-02-15
1
-82
/
+77
*
x86/cpu/topology: Use a data structure for topology info
Thomas Gleixner
2024-02-15
1
-30
/
+29
*
x86/cpu/topology: Simplify APIC registration
Thomas Gleixner
2024-02-15
1
-20
/
+3
*
x86/cpu/topology: Confine topology information
Thomas Gleixner
2024-02-15
1
-2
/
+74
*
x86/mpparse: Use new APIC registration function
Thomas Gleixner
2024-02-15
1
-1
/
+1
*
x86/cpu/topology: Provide separate APIC registration functions
Thomas Gleixner
2024-02-15
1
-18
/
+95
*
x86/cpu/topology: Move registration out of APIC code
Thomas Gleixner
2024-02-15
1
-0
/
+184
*
x86/cpu: Remove topology.c
Thomas Gleixner
2024-02-15
1
-142
/
+0
*
x86/cpu: Use common topology code for Intel
Thomas Gleixner
2024-02-15
1
-22
/
+0
*
x86/cpu: Move __max_die_per_package to common.c
Thomas Gleixner
2024-02-15
1
-3
/
+0
*
x86/cpu: Move cpu_core_id into topology info
Thomas Gleixner
2023-10-10
1
-1
/
+1
*
x86/cpu: Move cpu_die_id into topology info
Thomas Gleixner
2023-10-10
1
-1
/
+1
*
x86/cpu: Move phys_proc_id into topology info
Thomas Gleixner
2023-10-10
1
-2
/
+1
*
x86/cpu: Encapsulate topology information in cpuinfo_x86
Thomas Gleixner
2023-10-10
1
-6
/
+6
*
x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platforms
Zhang Rui
2023-05-25
1
-2
/
+3
*
x86/topology: Fix duplicated core ID within a package
Zhang Rui
2022-10-17
1
-1
/
+1
*
x86/topology: Fix multiple packages shown on a single-package system
Zhang Rui
2022-10-17
1
-4
/
+10
*
x86: Fix various typos in comments
Ingo Molnar
2021-03-18
1
-2
/
+2
*
x86/topology: Make __max_die_per_package available unconditionally
Borislav Petkov
2021-01-14
1
-1
/
+1
*
x86/topology: Set cpu_die_id only if DIE_TYPE found
Yazen Ghannam
2020-11-19
1
-2
/
+8
*
x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>
Ingo Molnar
2019-12-10
1
-1
/
+1
*
x86/topology: Create topology_max_die_per_package()
Len Brown
2019-05-23
1
-1
/
+4
*
x86/topology: Add CPUID.1F multi-die/package support
Len Brown
2019-05-23
1
-19
/
+66
*
x86/kernel: Fix more -Wmissing-prototypes warnings
Borislav Petkov
2018-12-08
1
-0
/
+2
*
x86/cpu/topology: Provide detect_extended_topology_early()
Thomas Gleixner
2018-06-21
1
-9
/
+22
*
x86/cpu: Remove the pointless CPU printout
Thomas Gleixner
2018-06-21
1
-10
/
+0
*
x86/CPU: Modify detect_extended_topology() to return result
Suravee Suthikulpanit
2018-05-06
1
-4
/
+4
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
x86/cpu: Convert printk(KERN_<LEVEL> ...) to pr_<level>(...)
Chen Yucong
2016-02-03
1
-2
/
+2
*
x86: delete __cpuinit usage from all x86 files
Paul Gortmaker
2013-07-15
1
-1
/
+1
*
x86, cpu: Split addon_cpuid_features.c
H. Peter Anvin
2010-07-20
1
-0
/
+99