summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-6.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-09-191-0/+1
|\
| * xen: allow mapping ACPI data using a different physical addressJuergen Gross2024-09-121-0/+1
* | x86/fred: Enable FRED right after init_mem_mapping()Xin Li (Intel)2024-08-131-1/+1
|/
* x86/cpu: Switch to new Intel CPU model definesTony Luck2024-04-291-3/+3
* x86/cpu: Improve readability of per-CPU cpumask initialization codeIngo Molnar2024-04-101-11/+12
* x86/cpu: Take NUMA node into account when allocating per-CPU cpumasksLi RongQing2024-04-101-6/+7
* x86/cpu: Ensure that CPU info updates are propagated on UPThomas Gleixner2024-03-231-27/+5
* Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-121-4/+5
|\
| * x86/percpu: Cure per CPU madness on UPThomas Gleixner2024-03-041-4/+0
| * smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner2024-03-041-0/+5
* | x86/cpu/topology: Get rid of cpuinfo::x86_max_coresThomas Gleixner2024-02-161-1/+1
* | x86/cpu/topology: Rename smp_num_siblingsThomas Gleixner2024-02-151-1/+1
* | x86/cpu/topology: Use topology logical mapping mechanismThomas Gleixner2024-02-151-110/+1
* | x86/cpu/topology: Use topology bitmaps for sizingThomas Gleixner2024-02-151-16/+0
* | x86/cpu/topology: Rework possible CPU managementThomas Gleixner2024-02-151-5/+1
* | x86/smpboot: Make error message actually usefulThomas Gleixner2024-02-151-3/+7
* | x86/cpu/topology: Confine topology informationThomas Gleixner2024-02-151-72/+0
* | x86/mpparse: Remove the physid_t bitmap wrapperThomas Gleixner2024-02-151-5/+3
* | x86/smpboot: Teach it about topo.amd_node_idThomas Gleixner2024-02-151-4/+8
|/
* x86/smp: Export symbol cpu_clustergroup_mask()Kan Liang2023-11-171-0/+1
* Merge tag 'x86_microcode_for_v6.7_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-041-8/+4
|\
| * x86/microcode/32: Move early loading after paging enableThomas Gleixner2023-10-181-8/+4
* | Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds2023-10-311-1/+1
|\ \
| * | rcu: Standardize explicit CPU-hotplug callsFrederic Weisbecker2023-10-041-1/+1
* | | Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-311-37/+50
|\ \ \
| * | | x86/cpu/topology: Cure the abuse of cpuinfo for persisting logical idsThomas Gleixner2023-10-101-10/+23
| * | | x86/apic: Use u32 for cpu_present_to_apicid()Thomas Gleixner2023-10-101-5/+5
| * | | x86/cpu: Move cpu_l[l2]c_id into topology infoThomas Gleixner2023-10-101-5/+5
| * | | x86/cpu: Move logical package and die IDs into topology infoThomas Gleixner2023-10-101-4/+4
| * | | x86/cpu: Move cu_id into topology infoThomas Gleixner2023-10-101-3/+3
| * | | x86/cpu: Move cpu_core_id into topology infoThomas Gleixner2023-10-101-3/+3
| * | | x86/cpu: Move cpu_die_id into topology infoThomas Gleixner2023-10-101-5/+5
| * | | x86/cpu: Move phys_proc_id into topology infoThomas Gleixner2023-10-101-8/+8
| |/ /
* | | Merge tag 'v6.6-rc7' into sched/core, to pick up fixesIngo Molnar2023-10-231-27/+0
|\ \ \ | | |/ | |/|
| * | Revert "x86/smp: Put CPUs into INIT on shutdown if possible"Linus Torvalds2023-10-151-27/+0
* | | sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra2023-10-121-2/+2
* | | x86/idle: Disable IBRS when CPU is offline to improve single-threaded perform...Waiman Long2023-10-071-0/+8
|/ /
* | Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-171-3/+9
|\ \ | |/ |/|
| * x86/sched: Restore the SD_ASYM_PACKING flag in the DIE domainRicardo Neri2023-09-131-3/+9
* | x86/smp: Don't send INIT to non-present and non-booted CPUsThomas Gleixner2023-09-041-1/+1
* | Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-301-113/+2
|\ \
| * | x86/apic: Wrap APIC ID validation into an inlineThomas Gleixner2023-08-091-3/+2
| * | x86/apic/32: Decrapify the def_bigsmp mechanismThomas Gleixner2023-08-091-37/+0
| * | x86/apic: Nuke another processor checkThomas Gleixner2023-08-091-17/+0
| * | x86/apic: Sanitize num_processors handlingThomas Gleixner2023-08-091-18/+0
| * | x86/apic: Remove the pointless APIC version checkThomas Gleixner2023-08-091-2/+2
| * | x86/apic: Nuke unused apic::inquire_remote_apic()Thomas Gleixner2023-08-091-38/+0
| * | x86/apic: Get rid of hard_smp_processor_id()Thomas Gleixner2023-08-091-5/+5
* | | Merge tag 'x86-core-2023-08-30-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-08-301-4/+2
|\ \ \ | |_|/ |/| |
| * | x86/smpboot: Change smp_store_boot_cpu_info() to staticSohil Mehta2023-07-281-1/+1