aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/smp.h
AgeCommit message (Expand)Author
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
2016-07-15x86 / hibernate: Use hlt_play_dead() when resuming from hibernationRafael J. Wysocki
2016-07-15x86/smp: Remove stack_smp_processor_id()Andy Lutomirski
2016-03-29x86/topology: Fix AMD core countPeter Zijlstra
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov
2015-11-19x86/paravirt: Remove unused pv_apic_ops structureJuergen Gross
2015-11-17x86: Remove unused function cpu_has_ht_siblings()Juergen Gross
2015-05-27x86: Remove cpu_sibling_mask() and cpu_core_mask()Bartosz Golaszewski
2015-04-14Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-02x86/cpu: Factor out common CPU initialization code, fix 32-bit Xen PV guestsBoris Ostrovsky
2015-03-11x86: Use common outgoing-CPU-notification codePaul E. McKenney
2014-11-10x86/core, x86/xen/smp: Use 'die_complete' completion when taking CPU downBoris Ostrovsky
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker
2012-11-14x86, hotplug: Support functions for CPU0 online/offlineFenghua Yu
2012-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-06-14x86: Add read_mostly declaration/definition to variables from smp.hVlad Zolotarov
2012-06-05smp: Remove num_booting_cpus()Thomas Gleixner
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds
2012-05-14x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi
2012-04-26x86: Use generic idle thread allocationThomas Gleixner
2012-04-26x86: Add task_struct argument to smp_ops.cpu_upThomas Gleixner
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner
2011-12-05x86, NMI: Add NMI IPI selftestDon Zickus
2011-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-03-15Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-03-05perf: Avoid the percore allocations if the CPU is not HT capableLin Ming
2011-02-14Merge commit 'v2.6.38-rc4' into x86/numaIngo Molnar