aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/smpboot.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-23x86/cpu: Ensure that CPU info updates are propagated on UPGravatar Thomas Gleixner 1-27/+5
2024-03-11Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+5
2024-03-04x86/percpu: Cure per CPU madness on UPGravatar Thomas Gleixner 1-4/+0
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Gravatar Thomas Gleixner 1-0/+5
2024-02-16x86/cpu/topology: Get rid of cpuinfo::x86_max_coresGravatar Thomas Gleixner 1-1/+1
2024-02-15x86/cpu/topology: Rename smp_num_siblingsGravatar Thomas Gleixner 1-1/+1
2024-02-15x86/cpu/topology: Use topology logical mapping mechanismGravatar Thomas Gleixner 1-110/+1
2024-02-15x86/cpu/topology: Use topology bitmaps for sizingGravatar Thomas Gleixner 1-16/+0
2024-02-15x86/cpu/topology: Rework possible CPU managementGravatar Thomas Gleixner 1-5/+1
2024-02-15x86/smpboot: Make error message actually usefulGravatar Thomas Gleixner 1-3/+7
2024-02-15x86/cpu/topology: Confine topology informationGravatar Thomas Gleixner 1-72/+0
2024-02-15x86/mpparse: Remove the physid_t bitmap wrapperGravatar Thomas Gleixner 1-5/+3
2024-02-15x86/smpboot: Teach it about topo.amd_node_idGravatar Thomas Gleixner 1-4/+8
2023-11-17x86/smp: Export symbol cpu_clustergroup_mask()Gravatar Kan Liang 1-0/+1
2023-11-04Merge tag 'x86_microcode_for_v6.7_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-8/+4
2023-10-30Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Gravatar Linus Torvalds 1-1/+1
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-37/+50
2023-10-23Merge tag 'v6.6-rc7' into sched/core, to pick up fixesGravatar Ingo Molnar 1-27/+0
2023-10-18x86/microcode/32: Move early loading after paging enableGravatar Thomas Gleixner 1-8/+4
2023-10-15Revert "x86/smp: Put CPUs into INIT on shutdown if possible"Gravatar Linus Torvalds 1-27/+0
2023-10-12sched/topology: Rename 'DIE' domain to 'PKG'Gravatar Peter Zijlstra 1-2/+2
2023-10-10x86/cpu/topology: Cure the abuse of cpuinfo for persisting logical idsGravatar Thomas Gleixner 1-10/+23
2023-10-10x86/apic: Use u32 for cpu_present_to_apicid()Gravatar Thomas Gleixner 1-5/+5
2023-10-10x86/cpu: Move cpu_l[l2]c_id into topology infoGravatar Thomas Gleixner 1-5/+5
2023-10-10x86/cpu: Move logical package and die IDs into topology infoGravatar Thomas Gleixner 1-4/+4
2023-10-10x86/cpu: Move cu_id into topology infoGravatar Thomas Gleixner 1-3/+3
2023-10-10x86/cpu: Move cpu_core_id into topology infoGravatar Thomas Gleixner 1-3/+3
2023-10-10x86/cpu: Move cpu_die_id into topology infoGravatar Thomas Gleixner 1-5/+5
2023-10-10x86/cpu: Move phys_proc_id into topology infoGravatar Thomas Gleixner 1-8/+8
2023-10-07x86/idle: Disable IBRS when CPU is offline to improve single-threaded perform...Gravatar Waiman Long 1-0/+8
2023-10-04rcu: Standardize explicit CPU-hotplug callsGravatar Frederic Weisbecker 1-1/+1
2023-09-17Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+9
2023-09-13x86/sched: Restore the SD_ASYM_PACKING flag in the DIE domainGravatar Ricardo Neri 1-3/+9
2023-09-04x86/smp: Don't send INIT to non-present and non-booted CPUsGravatar Thomas Gleixner 1-1/+1
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-113/+2
2023-08-30Merge tag 'x86-core-2023-08-30-v2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-4/+2
2023-08-28Merge tag 'sched-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-8/+3
2023-08-09x86/apic: Wrap APIC ID validation into an inlineGravatar Thomas Gleixner 1-3/+2
2023-08-09x86/apic/32: Decrapify the def_bigsmp mechanismGravatar Thomas Gleixner 1-37/+0
2023-08-09x86/apic: Nuke another processor checkGravatar Thomas Gleixner 1-17/+0
2023-08-09x86/apic: Sanitize num_processors handlingGravatar Thomas Gleixner 1-18/+0
2023-08-09x86/apic: Remove the pointless APIC version checkGravatar Thomas Gleixner 1-2/+2
2023-08-09x86/apic: Nuke unused apic::inquire_remote_apic()Gravatar Thomas Gleixner 1-38/+0
2023-08-09x86/apic: Get rid of hard_smp_processor_id()Gravatar Thomas Gleixner 1-5/+5
2023-07-28x86/smpboot: Change smp_store_boot_cpu_info() to staticGravatar Sohil Mehta 1-1/+1
2023-07-28x86/smpboot: Remove a stray comment about CPU hotplugGravatar Sohil Mehta 1-3/+1
2023-07-28cpu/SMT: Remove topology_smt_supported()Gravatar Laurent Dufour 1-8/+0
2023-07-13x86/sched: Enable cluster scheduling on HybridGravatar Peter Zijlstra 1-8/+3
2023-07-09Merge tag 'x86-core-2023-07-09' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+8
2023-07-07x86/smp: Don't send INIT to boot CPUGravatar Thomas Gleixner 1-0/+8