aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/include/asm/smp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-19x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headersThomas Huth1-2/+2
2025-03-04x86/smp: Move cpu number to percpu hot sectionBrian Gerst1-3/+4
2025-03-04Merge branch 'x86/headers' into x86/core, to pick up dependent commitsIngo Molnar1-1/+1
2025-03-04Merge branch 'x86/asm' into x86/core, to pick up dependent commitsIngo Molnar1-2/+3
2025-03-04x86/cpu: Get rid of the smp_store_cpu_info() indirectionThomas Gleixner1-2/+0
2025-03-04x86/smp: Fix mwait_play_dead() and acpi_processor_ffh_play_dead() noreturn behaviorJosh Poimboeuf1-2/+2
2025-03-03x86/smp/32: Remove safe_smp_processor_id()Brian Gerst1-6/+0
2025-02-28x86/mm: Reduce header dependencies in <asm/set_memory.h>Kevin Brodsky1-1/+1
2025-02-05x86/smp: Allow calling mwait_play_dead with an arbitrary hintPatryk Wlazlyn1-0/+3
2024-06-17x86/smp: Add smp_ops.stop_this_cpu() callbackKirill A. Shutemov1-0/+1
2024-03-11Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+0
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner1-5/+0
2024-02-15x86/cpu/topology: Rename smp_num_siblingsThomas Gleixner1-2/+0
2024-02-15x86/cpu/topology: Use topology bitmaps for sizingThomas Gleixner1-2/+1
2024-02-15x86/cpu/topology: Confine topology informationThomas Gleixner1-3/+0
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+1
2023-10-15Revert "x86/smp: Put CPUs into INIT on shutdown if possible"Linus Torvalds1-1/+0
2023-10-10x86/apic: Use u32 for APIC IDs in global dataThomas Gleixner1-1/+1
2023-10-10x86/cpu: Move cpu_l[l2]c_id into topology infoThomas Gleixner1-2/+0
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+0
2023-08-09x86/apic/32: Remove x86_cpu_to_logical_apicidThomas Gleixner1-3/+0
2023-08-09x86/apic: Get rid of hard_smp_processor_id()Thomas Gleixner1-7/+0
2023-08-09x86/apic: Remove pointless x86_bios_cpu_apicidThomas Gleixner1-1/+0
2023-07-28x86/smpboot: Change smp_store_boot_cpu_info() to staticSohil Mehta1-2/+0
2023-07-28x86/smp: Remove a non-existent function declarationSohil Mehta1-1/+0
2023-06-26Merge tag 'x86-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2023-06-20x86/smp: Put CPUs into INIT on shutdown if possibleThomas Gleixner1-0/+2
2023-06-20x86/smp: Cure kexec() vs. mwait_play_dead() breakageThomas Gleixner1-0/+2
2023-05-15x86/smpboot: Support parallel startup of secondary CPUsDavid Woodhouse1-0/+6
2023-05-15x86/apic: Save the APIC virtual base addressThomas Gleixner1-0/+1
2023-05-15x86/smpboot: Enable split CPU startupThomas Gleixner1-7/+2
2023-05-15x86/smpboot: Switch to hotplug core state synchronizationThomas Gleixner1-3/+4
2023-05-15x86/smpboot: Remove the CPU0 hotplug kludgeThomas Gleixner1-1/+0
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2023-04-14x86/cpu: Mark {hlt,resume}_play_dead() __noreturnJosh Poimboeuf1-1/+1
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-1/+1
2023-03-21x86/smpboot: Remove initial_stack on 64-bitBrian Gerst1-1/+4
2023-03-08x86/cpu: Mark play_dead() __noreturnJosh Poimboeuf1-1/+1
2023-03-08x86/cpu: Make sure play_dead() doesn't returnJosh Poimboeuf1-0/+1
2022-10-17x86/percpu: Move cpu_number next to current_taskThomas Gleixner1-7/+5
2022-09-28x86/cacheinfo: Add a cpu_llc_shared_mask() UP variantBorislav Petkov1-10/+15
2021-11-11x86/smp: Factor out parts of native_smp_prepare_cpus()Boris Ostrovsky1-0/+1
2021-10-15sched: Add cluster scheduler level for x86Tim Chen1-0/+7
2021-04-07ACPI: processor: Fix build when CONFIG_ACPI_PROCESSOR=mVitaly Kuznetsov1-1/+1
2021-04-01ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead()Vitaly Kuznetsov1-0/+1
2020-08-06x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar1-10/+0
2019-07-25x86/smp: Move smp_function_call implementations into IPI codeThomas Gleixner1-0/+1
2019-07-08Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2019-06-17x86/percpu: Relax smp_processor_id()Peter Zijlstra1-1/+2