summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/smpboot.c
AgeCommit message (Expand)Author
2023-07-09Merge tag 'x86-core-2023-07-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-07-07x86/smp: Don't send INIT to boot CPUThomas Gleixner
2023-06-27Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-06-26Merge tag 'x86-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-06-20x86/smp: Put CPUs into INIT on shutdown if possibleThomas Gleixner
2023-06-20x86/smp: Split sending INIT IPI out into a helper functionThomas Gleixner
2023-06-20x86/smp: Cure kexec() vs. mwait_play_dead() breakageThomas Gleixner
2023-06-20x86/smp: Use dedicated cache-line for mwait_play_dead()Thomas Gleixner
2023-06-05x86/sched: Rewrite topology setupPeter Zijlstra
2023-05-31x86/smpboot: Fix the parallel bringup decisionThomas Gleixner
2023-05-15x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable itThomas Gleixner
2023-05-15x86/smpboot: Support parallel startup of secondary CPUsDavid Woodhouse
2023-05-15x86/apic: Provide cpu_primary_thread maskThomas Gleixner
2023-05-15x86/smpboot: Enable split CPU startupThomas Gleixner
2023-05-15x86/smpboot: Switch to hotplug core state synchronizationThomas Gleixner
2023-05-15x86/smpboot: Remove wait for cpu_online()Thomas Gleixner
2023-05-15x86/smpboot: Remove cpu_callin_maskThomas Gleixner
2023-05-15x86/smpboot: Make TSC synchronization function call basedThomas Gleixner
2023-05-15x86/smpboot: Move synchronization masks to SMP boot codeThomas Gleixner
2023-05-15x86/smpboot: Get rid of cpu_init_secondary()Thomas Gleixner
2023-05-15x86/smpboot: Split up native_cpu_up() into separate phases and document themDavid Woodhouse
2023-05-15x86/smpboot: Remove unnecessary barrier()Thomas Gleixner
2023-05-15x86/smpboot: Remove the CPU0 hotplug kludgeThomas Gleixner
2023-05-15x86/smpboot: Avoid pointless delay calibration if TSC is synchronizedThomas Gleixner
2023-05-15cpu/hotplug: Mark arch_disable_smp_support() and bringup_nonboot_cpus() __initThomas Gleixner
2023-05-15x86/smpboot: Cleanup topology_phys_to_logical_pkg()/die()Thomas Gleixner
2023-05-08x86/sched: Add the SD_ASYM_PACKING flag to the die domain of hybrid processorsChen Yu
2023-05-08x86/sched: Remove SD_ASYM_PACKING from the SMT domain flagsRicardo Neri
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-14x86/cpu: Mark {hlt,resume}_play_dead() __noreturnJosh Poimboeuf
2023-03-21x86/smpboot: Reference count on smpboot_setup_warm_reset_vector()David Woodhouse
2023-03-21x86/smpboot: Remove initial_gsBrian Gerst
2023-03-21x86/smpboot: Remove early_gdt_descr on 64-bitBrian Gerst
2023-03-21x86/smpboot: Remove initial_stack on 64-bitBrian Gerst
2023-02-14x86/hotplug: Remove incorrect comment about mwait_play_dead()Srivatsa S. Bhat (VMware)
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-13Merge tag 'x86_cpu_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-11-18stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld
2022-11-10x86/cacheinfo: Switch cache_ap_init() to hotplug callbackJuergen Gross
2022-11-10x86/mtrr: Add a stop_machine() handler calling only cache_cpu_init()Juergen Gross
2022-11-10x86/mtrr: Let cache_aps_delayed_init replace mtrr_aps_delayed_initJuergen Gross
2022-10-17x86/percpu: Move current_top_of_stack next to current_taskThomas Gleixner
2022-10-17x86: Put hot per CPU variables into a structThomas Gleixner
2022-10-17x86/cpu: Get rid of redundant switch_to_new_gdt() invocationsThomas Gleixner
2022-09-19smp: add set_nr_cpu_ids()Yury Norov
2022-07-17x86/cacheinfo: move shared cache map definitionsSander Vanheule
2022-05-23Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-27x86/aperfmperf: Make parts of the frequency invariance code unconditionalThomas Gleixner