summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/smpboot.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-17Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+9
2023-09-13x86/sched: Restore the SD_ASYM_PACKING flag in the DIE domainRicardo Neri1-3/+9
2023-09-04x86/smp: Don't send INIT to non-present and non-booted CPUsThomas Gleixner1-1/+1
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-113/+2
2023-08-30Merge tag 'x86-core-2023-08-30-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+2
2023-08-29Merge tag 'sched-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+3
2023-08-09x86/apic: Wrap APIC ID validation into an inlineThomas Gleixner1-3/+2
2023-08-09x86/apic/32: Decrapify the def_bigsmp mechanismThomas Gleixner1-37/+0
2023-08-09x86/apic: Nuke another processor checkThomas Gleixner1-17/+0
2023-08-09x86/apic: Sanitize num_processors handlingThomas Gleixner1-18/+0
2023-08-09x86/apic: Remove the pointless APIC version checkThomas Gleixner1-2/+2
2023-08-09x86/apic: Nuke unused apic::inquire_remote_apic()Thomas Gleixner1-38/+0
2023-08-09x86/apic: Get rid of hard_smp_processor_id()Thomas Gleixner1-5/+5
2023-07-28x86/smpboot: Change smp_store_boot_cpu_info() to staticSohil Mehta1-1/+1
2023-07-28x86/smpboot: Remove a stray comment about CPU hotplugSohil Mehta1-3/+1
2023-07-28cpu/SMT: Remove topology_smt_supported()Laurent Dufour1-8/+0
2023-07-13x86/sched: Enable cluster scheduling on HybridPeter Zijlstra1-8/+3
2023-07-09Merge tag 'x86-core-2023-07-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+8
2023-07-07x86/smp: Don't send INIT to boot CPUThomas Gleixner1-0/+8
2023-06-28Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-52/+44
2023-06-27Merge tag 'x86-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds1-38/+113
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds1-349/+175
2023-06-20x86/smp: Put CPUs into INIT on shutdown if possibleThomas Gleixner1-0/+19
2023-06-20x86/smp: Split sending INIT IPI out into a helper functionThomas Gleixner1-29/+20
2023-06-20x86/smp: Cure kexec() vs. mwait_play_dead() breakageThomas Gleixner1-0/+59
2023-06-20x86/smp: Use dedicated cache-line for mwait_play_dead()Thomas Gleixner1-10/+14
2023-06-05x86/sched: Rewrite topology setupPeter Zijlstra1-51/+43
2023-05-31x86/smpboot: Fix the parallel bringup decisionThomas Gleixner1-17/+2
2023-05-15x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable itThomas Gleixner1-15/+72
2023-05-15x86/smpboot: Support parallel startup of secondary CPUsDavid Woodhouse1-1/+1
2023-05-15x86/apic: Provide cpu_primary_thread maskThomas Gleixner1-9/+3
2023-05-15x86/smpboot: Enable split CPU startupThomas Gleixner1-4/+4
2023-05-15x86/smpboot: Switch to hotplug core state synchronizationThomas Gleixner1-124/+41
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