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