aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/smp.h
AgeCommit message (Expand)Author
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-10-15Revert "x86/smp: Put CPUs into INIT on shutdown if possible"Linus Torvalds
2023-10-10x86/apic: Use u32 for APIC IDs in global dataThomas Gleixner
2023-10-10x86/cpu: Move cpu_l[l2]c_id into topology infoThomas Gleixner
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-08-09x86/apic/32: Remove x86_cpu_to_logical_apicidThomas Gleixner
2023-08-09x86/apic: Get rid of hard_smp_processor_id()Thomas Gleixner
2023-08-09x86/apic: Remove pointless x86_bios_cpu_apicidThomas Gleixner
2023-07-28x86/smpboot: Change smp_store_boot_cpu_info() to staticSohil Mehta
2023-07-28x86/smp: Remove a non-existent function declarationSohil Mehta
2023-06-26Merge tag 'x86-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: Cure kexec() vs. mwait_play_dead() breakageThomas Gleixner
2023-05-15x86/smpboot: Support parallel startup of secondary CPUsDavid Woodhouse
2023-05-15x86/apic: Save the APIC virtual base addressThomas 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 the CPU0 hotplug kludgeThomas Gleixner
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
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-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider
2023-03-21x86/smpboot: Remove initial_stack on 64-bitBrian Gerst
2023-03-08x86/cpu: Mark play_dead() __noreturnJosh Poimboeuf
2023-03-08x86/cpu: Make sure play_dead() doesn't returnJosh Poimboeuf
2022-10-17x86/percpu: Move cpu_number next to current_taskThomas Gleixner
2022-09-28x86/cacheinfo: Add a cpu_llc_shared_mask() UP variantBorislav Petkov
2021-11-11x86/smp: Factor out parts of native_smp_prepare_cpus()Boris Ostrovsky
2021-10-15sched: Add cluster scheduler level for x86Tim Chen
2021-04-07ACPI: processor: Fix build when CONFIG_ACPI_PROCESSOR=mVitaly Kuznetsov
2021-04-01ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead()Vitaly Kuznetsov
2020-08-06x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar
2019-07-25x86/smp: Move smp_function_call implementations into IPI codeThomas Gleixner
2019-07-08Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-06-17x86/percpu: Relax smp_processor_id()Peter Zijlstra
2019-05-23topology: Create core_cpus and die_cpus sysfs attributesLen Brown
2019-04-17x86/irq/32: Handle irq stack allocation failure properThomas Gleixner
2018-11-23x86/headers: Fix -Wmissing-prototypes warningYi Wang
2018-05-06x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be presentBorislav Petkov
2018-04-02Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-03-01x86/apic: Drop logical_smp_processor_id() inlineDou Liyang
2018-02-17x86/xen: Calculate __max_logical_packages on PV domainsPrarit Bhargava
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-04-14x86/smp: Remove the redundant #ifdef CONFIG_SMP directiveDou Liyang
2017-04-14x86/smp: Reduce code duplicationDou Liyang
2016-10-11x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai
2016-08-18x86/asm/head: Rename 'stack_start' -> 'initial_stack'Josh Poimboeuf
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-07-26Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2016-07-25x86/acpi: store ACPI ids from MADT for future usageVitaly Kuznetsov