summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/smp.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-301-3/+1
|\
| * x86/apic: Use u32 for APIC IDs in global dataThomas Gleixner2023-10-101-1/+1
| * x86/cpu: Move cpu_l[l2]c_id into topology infoThomas Gleixner2023-10-101-2/+0
* | Revert "x86/smp: Put CPUs into INIT on shutdown if possible"Linus Torvalds2023-10-151-1/+0
|/
* Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-301-11/+0
|\
| * x86/apic/32: Remove x86_cpu_to_logical_apicidThomas Gleixner2023-08-091-3/+0
| * x86/apic: Get rid of hard_smp_processor_id()Thomas Gleixner2023-08-091-7/+0
| * x86/apic: Remove pointless x86_bios_cpu_apicidThomas Gleixner2023-08-091-1/+0
* | x86/smpboot: Change smp_store_boot_cpu_info() to staticSohil Mehta2023-07-281-2/+0
* | x86/smp: Remove a non-existent function declarationSohil Mehta2023-07-281-1/+0
|/
* Merge tag 'x86-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-06-261-0/+4
|\
| * x86/smp: Put CPUs into INIT on shutdown if possibleThomas Gleixner2023-06-201-0/+2
| * x86/smp: Cure kexec() vs. mwait_play_dead() breakageThomas Gleixner2023-06-201-0/+2
* | x86/smpboot: Support parallel startup of secondary CPUsDavid Woodhouse2023-05-151-0/+6
* | x86/apic: Save the APIC virtual base addressThomas Gleixner2023-05-151-0/+1
* | x86/smpboot: Enable split CPU startupThomas Gleixner2023-05-151-7/+2
* | x86/smpboot: Switch to hotplug core state synchronizationThomas Gleixner2023-05-151-3/+4
* | x86/smpboot: Remove the CPU0 hotplug kludgeThomas Gleixner2023-05-151-1/+0
|/
* Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-281-1/+1
|\
| * treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-1/+1
* | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-2/+3
|\ \
| * | x86/cpu: Mark {hlt,resume}_play_dead() __noreturnJosh Poimboeuf2023-04-141-1/+1
| * | x86/cpu: Mark play_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
| * | x86/cpu: Make sure play_dead() doesn't returnJosh Poimboeuf2023-03-081-0/+1
| |/
* / x86/smpboot: Remove initial_stack on 64-bitBrian Gerst2023-03-211-1/+4
|/
* x86/percpu: Move cpu_number next to current_taskThomas Gleixner2022-10-171-7/+5
* x86/cacheinfo: Add a cpu_llc_shared_mask() UP variantBorislav Petkov2022-09-281-10/+15
* x86/smp: Factor out parts of native_smp_prepare_cpus()Boris Ostrovsky2021-11-111-0/+1
* sched: Add cluster scheduler level for x86Tim Chen2021-10-151-0/+7
* ACPI: processor: Fix build when CONFIG_ACPI_PROCESSOR=mVitaly Kuznetsov2021-04-071-1/+1
* ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead()Vitaly Kuznetsov2021-04-011-0/+1
* x86/headers: Remove APIC headers from <asm/smp.h>Ingo Molnar2020-08-061-10/+0
* x86/smp: Move smp_function_call implementations into IPI codeThomas Gleixner2019-07-251-0/+1
* Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-0/+1
|\
| * topology: Create core_cpus and die_cpus sysfs attributesLen Brown2019-05-231-0/+1
* | x86/percpu: Relax smp_processor_id()Peter Zijlstra2019-06-171-1/+2
|/
* x86/irq/32: Handle irq stack allocation failure properThomas Gleixner2019-04-171-1/+1
* x86/headers: Fix -Wmissing-prototypes warningYi Wang2018-11-231-0/+6
* x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be presentBorislav Petkov2018-05-061-1/+0
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-021-10/+0
|\
| * x86/apic: Drop logical_smp_processor_id() inlineDou Liyang2018-03-011-10/+0
* | x86/xen: Calculate __max_logical_packages on PV domainsPrarit Bhargava2018-02-171-0/+1
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/smp: Remove the redundant #ifdef CONFIG_SMP directiveDou Liyang2017-04-141-5/+1
* x86/smp: Reduce code duplicationDou Liyang2017-04-141-16/+13
* x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai2016-10-111-0/+1
* x86/asm/head: Rename 'stack_start' -> 'initial_stack'Josh Poimboeuf2016-08-181-3/+0
* Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-271-0/+2
|\
| * x86/acpi: store ACPI ids from MADT for future usageVitaly Kuznetsov2016-07-251-0/+2
* | Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-07-261-0/+1
|\ \