aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/topology.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'edac_updates_for_v6.9' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2024-02-15x86/cpu/topology: Provide __num_[cores|threads]_per_packageGravatar Thomas Gleixner 1-0/+12
2024-02-15x86/cpu/topology: Rename topology_max_die_per_package()Gravatar Thomas Gleixner 1-1/+1
2024-02-15x86/cpu/topology: Rename smp_num_siblingsGravatar Thomas Gleixner 1-0/+1
2024-02-15x86/cpu/topology: Use topology logical mapping mechanismGravatar Thomas Gleixner 1-8/+7
2024-02-15x86/cpu/topology: Provide logical pkg/die mappingGravatar Thomas Gleixner 1-0/+9
2024-02-15x86/cpu/topology: Use topology bitmaps for sizingGravatar Thomas Gleixner 1-11/+12
2024-02-15x86/cpu/topology: Rework possible CPU managementGravatar Thomas Gleixner 1-0/+1
2024-02-15x86/apic/uv: Remove the private leaf 0xb parserGravatar Thomas Gleixner 1-0/+5
2024-02-15x86/cpu: Make topology_amd_node_id() use the actual node infoGravatar Thomas Gleixner 1-2/+2
2024-02-15x86/mm/numa: Use core domain size on AMDGravatar Thomas Gleixner 1-0/+5
2024-02-15x86/cpu: Provide an AMD/HYGON specific topology parserGravatar Thomas Gleixner 1-0/+2
2024-02-15x86/cpu/amd: Provide a separate accessor for Node IDGravatar Thomas Gleixner 1-0/+8
2024-02-15x86/cpu: Provide cpu_init/parse_topology()Gravatar Thomas Gleixner 1-0/+19
2023-10-10x86/cpu: Move cpu_l[l2]c_id into topology infoGravatar Thomas Gleixner 1-1/+1
2023-10-10x86/cpu: Move logical package and die IDs into topology infoGravatar Thomas Gleixner 1-2/+2
2023-10-10x86/cpu: Move cpu_core_id into topology infoGravatar Thomas Gleixner 1-1/+1
2023-10-10x86/cpu: Move cpu_die_id into topology infoGravatar Thomas Gleixner 1-1/+1
2023-10-10x86/cpu: Move phys_proc_id into topology infoGravatar Thomas Gleixner 1-1/+1
2023-07-28cpu/SMT: Remove topology_smt_supported()Gravatar Laurent Dufour 1-2/+0
2023-07-28cpu/SMT: Move SMT prototypes into cpu_smt.hGravatar Michael Ellerman 1-0/+2
2023-05-15x86/apic: Provide cpu_primary_thread maskGravatar Thomas Gleixner 1-4/+15
2023-05-15x86/smpboot: Cleanup topology_phys_to_logical_pkg()/die()Gravatar Thomas Gleixner 1-3/+0
2022-05-02x86/aperfperf: Make it correct on 32bit and UP kernelsGravatar Thomas Gleixner 1-3/+3
2022-04-27x86/aperfmperf: Make parts of the frequency invariance code unconditionalGravatar Thomas Gleixner 1-4/+0
2022-04-27x86/aperfmperf: Untangle Intel and AMD frequency invariance initGravatar Thomas Gleixner 1-9/+4
2022-04-27x86/aperfmperf: Separate AP/BP frequency invariance initGravatar Thomas Gleixner 1-7/+5
2022-03-21Merge tag 'acpi-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-2/+13
2022-03-10x86, ACPI: rename init_freq_invariance_cppc() to arch_init_invariance_cppc()Gravatar Ionela Voinescu 1-1/+1
2022-03-08x86/ACPI: CPPC: Move init_freq_invariance_cppc() into x86 CPPCGravatar Huang Rui 1-3/+1
2022-03-08x86: Expose init_freq_invariance() to topology headerGravatar Huang Rui 1-0/+4
2022-03-08x86/ACPI: CPPC: Move AMD maximum frequency ratio setting function into x86 CPPCGravatar Huang Rui 1-0/+9
2022-02-01topology/sysfs: Add PPIN in sysfs under cpu topologyGravatar Tony Luck 1-0/+1
2022-01-06x86, sched: Fix undefined reference to init_freq_invariance_cppc() build errorGravatar Huang Rui 1-1/+1
2021-10-15sched: Add cluster scheduler level for x86Gravatar Tim Chen 1-0/+3
2021-01-14x86/topology: Make __max_die_per_package available unconditionallyGravatar Borislav Petkov 1-2/+2
2020-12-11x86, sched: Calculate frequency invariance for AMD systemsGravatar Nathan Fontenot 1-0/+5
2020-06-15x86, sched: check for counters overflow in frequency invariant accountingGravatar Giovanni Gherdovich 1-1/+1
2020-01-28x86/intel_pstate: Handle runtime turbo disablement/enablement in frequency in...Gravatar Giovanni Gherdovich 1-0/+5
2020-01-28x86, sched: Add support for frequency invarianceGravatar Giovanni Gherdovich 1-0/+20
2019-05-23topology: Create core_cpus and die_cpus sysfs attributesGravatar Len Brown 1-0/+1
2019-05-23x86/topology: Define topology_logical_die_id()Gravatar Len Brown 1-0/+5
2019-05-23x86/topology: Define topology_die_id()Gravatar Len Brown 1-0/+1
2019-05-23x86/topology: Create topology_max_die_per_package()Gravatar Len Brown 1-0/+10
2018-06-21x86/topology: Provide topology_smt_supported()Gravatar Thomas Gleixner 1-0/+2
2018-06-21x86/smp: Provide topology_is_primary_thread()Gravatar Thomas Gleixner 1-1/+3
2017-07-27x86/topology: Remove the unused parent_node() macroGravatar Dou Liyang 1-6/+0
2016-11-30sched/x86: Change CONFIG_SCHED_ITMT to CONFIG_SCHED_MC_PRIOGravatar Tim Chen 1-3/+3
2016-11-24x86/sysctl: Add sysctl for ITMT scheduling featureGravatar Tim Chen 1-2/+5
2016-11-24x86: Enable Intel Turbo Boost Max Technology 3.0Gravatar Tim Chen 1-0/+28