aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/smp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-23topology: Create core_cpus and die_cpus sysfs attributesLen Brown1-0/+1
2019-04-17x86/irq/32: Handle irq stack allocation failure properThomas Gleixner1-1/+1
2018-11-23x86/headers: Fix -Wmissing-prototypes warningYi Wang1-0/+6
2018-05-06x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be presentBorislav Petkov1-1/+0
2018-04-02Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+0
2018-03-01x86/apic: Drop logical_smp_processor_id() inlineDou Liyang1-10/+0
2018-02-17x86/xen: Calculate __max_logical_packages on PV domainsPrarit Bhargava1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-14x86/smp: Remove the redundant #ifdef CONFIG_SMP directiveDou Liyang1-5/+1
2017-04-14x86/smp: Reduce code duplicationDou Liyang1-16/+13
2016-10-11x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai1-0/+1
2016-08-18x86/asm/head: Rename 'stack_start' -> 'initial_stack'Josh Poimboeuf1-3/+0
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+2
2016-07-26Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2016-07-25x86/acpi: store ACPI ids from MADT for future usageVitaly Kuznetsov1-0/+2
2016-07-15x86 / hibernate: Use hlt_play_dead() when resuming from hibernationRafael J. Wysocki1-0/+1
2016-07-15x86/smp: Remove stack_smp_processor_id()Andy Lutomirski1-6/+0
2016-03-29x86/topology: Fix AMD core countPeter Zijlstra1-0/+1
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov1-1/+0
2015-11-19x86/paravirt: Remove unused pv_apic_ops structureJuergen Gross1-3/+0
2015-11-17x86: Remove unused function cpu_has_ht_siblings()Juergen Gross1-9/+0
2015-05-27x86: Remove cpu_sibling_mask() and cpu_core_mask()Bartosz Golaszewski1-10/+0
2015-04-14Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-04-02x86/cpu: Factor out common CPU initialization code, fix 32-bit Xen PV guestsBoris Ostrovsky1-0/+1
2015-03-11x86: Use common outgoing-CPU-notification codePaul E. McKenney1-1/+1
2014-11-10x86/core, x86/xen/smp: Use 'die_complete' completion when taking CPU downBoris Ostrovsky1-0/+1
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-1/+1
2012-11-14x86, hotplug: Support functions for CPU0 online/offlineFenghua Yu1-0/+1
2012-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+8
2012-06-14x86: Add read_mostly declaration/definition to variables from smp.hVlad Zolotarov1-8/+8
2012-06-05smp: Remove num_booting_cpus()Thomas Gleixner1-5/+0
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+2
2012-05-14x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi1-2/+2
2012-04-26x86: Use generic idle thread allocationThomas Gleixner1-0/+1
2012-04-26x86: Add task_struct argument to smp_ops.cpu_upThomas Gleixner1-3/+3
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner1-1/+3
2011-12-05x86, NMI: Add NMI IPI selftestDon Zickus1-0/+6
2011-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+3
2011-03-15Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+7
2011-03-05perf: Avoid the percore allocations if the CPU is not HT capableLin Ming1-0/+10