summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/smpboot.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-15x86/smpboot: Remove wait for cpu_online()Thomas Gleixner1-24/+2
2023-05-15x86/smpboot: Remove cpu_callin_maskThomas Gleixner1-59/+15
2023-05-15x86/smpboot: Make TSC synchronization function call basedThomas Gleixner1-17/+3
2023-05-15x86/smpboot: Move synchronization masks to SMP boot codeThomas Gleixner1-0/+16
2023-05-15x86/smpboot: Get rid of cpu_init_secondary()Thomas Gleixner1-5/+19
2023-05-15x86/smpboot: Split up native_cpu_up() into separate phases and document themDavid Woodhouse1-65/+119
2023-05-15x86/smpboot: Remove unnecessary barrier()Thomas Gleixner1-2/+0
2023-05-15x86/smpboot: Remove the CPU0 hotplug kludgeThomas Gleixner1-155/+13
2023-05-15x86/smpboot: Avoid pointless delay calibration if TSC is synchronizedThomas Gleixner1-15/+25
2023-05-15cpu/hotplug: Mark arch_disable_smp_support() and bringup_nonboot_cpus() __initThomas Gleixner1-2/+2
2023-05-15x86/smpboot: Cleanup topology_phys_to_logical_pkg()/die()Thomas Gleixner1-4/+6
2023-05-08x86/sched: Add the SD_ASYM_PACKING flag to the die domain of hybrid processorsChen Yu1-1/+1
2023-05-08x86/sched: Remove SD_ASYM_PACKING from the SMT domain flagsRicardo Neri1-1/+1
2023-04-29Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-04-14x86/cpu: Mark {hlt,resume}_play_dead() __noreturnJosh Poimboeuf1-1/+1
2023-03-21x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()David Woodhouse1-7/+12
2023-03-21x86/smpboot: Remove initial_gsBrian Gerst1-2/+0
2023-03-21x86/smpboot: Remove early_gdt_descr on 64-bitBrian Gerst1-1/+1
2023-03-21x86/smpboot: Remove initial_stack on 64-bitBrian Gerst1-1/+6
2023-02-15x86/hotplug: Remove incorrect comment about mwait_play_dead()Srivatsa S. Bhat (VMware)1-1/+1
2022-12-15Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+7
2022-12-14Merge tag 'x86_cpu_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+4
2022-11-18stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld1-0/+1
2022-11-10x86/cacheinfo: Switch cache_ap_init() to hotplug callbackJuergen Gross1-2/+0
2022-11-10x86/mtrr: Add a stop_machine() handler calling only cache_cpu_init()Juergen Gross1-2/+2
2022-11-10x86/mtrr: Let cache_aps_delayed_init replace mtrr_aps_delayed_initJuergen Gross1-2/+3
2022-10-17x86/percpu: Move current_top_of_stack next to current_taskThomas Gleixner1-1/+1
2022-10-17x86: Put hot per CPU variables into a structThomas Gleixner1-1/+1
2022-10-17x86/cpu: Get rid of redundant switch_to_new_gdt() invocationsThomas Gleixner1-1/+5
2022-09-20smp: add set_nr_cpu_ids()Yury Norov1-2/+2
2022-07-18x86/cacheinfo: move shared cache map definitionsSander Vanheule1-4/+0
2022-05-24Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-357/+1
2022-05-24Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+10
2022-04-27x86/aperfmperf: Make parts of the frequency invariance code unconditionalThomas Gleixner1-2/+1
2022-04-27x86/aperfmperf: Untangle Intel and AMD frequency invariance initThomas Gleixner1-1/+1
2022-04-27x86/aperfmperf: Separate AP/BP frequency invariance initThomas Gleixner1-2/+2
2022-04-27x86/smp: Move APERF/MPERF code where it belongsThomas Gleixner1-355/+0
2022-04-07x86/boot: Add a trampoline for booting APs via firmware handoffSean Christopherson1-2/+10
2022-04-06x86/sev: Use SEV-SNP AP creation to start secondary CPUsTom Lendacky1-0/+3
2022-03-08x86/ACPI: CPPC: Move init_freq_invariance_cppc() into x86 CPPCHuang Rui1-20/+0
2022-03-08x86: Expose init_freq_invariance() to topology headerHuang Rui1-7/+1
2022-03-08x86/ACPI: CPPC: Move AMD maximum frequency ratio setting function into x86 CPPCHuang Rui1-43/+1
2021-12-09sched,x86: Don't use cluster topology for x86 hybrid CPUsPeter Zijlstra1-0/+14
2021-11-11x86/smp: Factor out parts of native_smp_prepare_cpus()Boris Ostrovsky1-6/+12
2021-11-02Merge tag 'x86_cleanups_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2021-11-02Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2021-10-22sched,x86: Fix L2 cache maskPeter Zijlstra1-2/+2
2021-10-20x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner1-1/+1
2021-10-15sched: Add cluster scheduler level for x86Tim Chen1-1/+43
2021-09-17x86/smp: Remove unnecessary assignment to local var freq_scaleTim Gardner1-1/+1