aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-25x86/smp: Move smp_function_call implementations into IPI codeThomas Gleixner1-40/+0
2019-07-25x86/apic: Provide and use helper for send_IPI_allbutself()Thomas Gleixner1-2/+2
2019-07-25x86/reboot: Always use NMI fallback when shutdown via reboot vector IPI failsGrzegorz Halat1-19/+27
2019-07-08Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-06-23x86/apic: Use non-atomic operations when possibleNadav Amit1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 82Thomas Gleixner1-3/+1
2018-08-05x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1dNicolai Stange1-0/+1
2017-08-29x86/tracing: Disentangle pagefault and resched IPI tracing keyThomas Gleixner1-1/+1
2017-08-29x86/smp: Use static key for reschedule interrupt tracingThomas Gleixner1-25/+15
2017-08-29x86/smp: Remove pointless duplicated interrupt codeThomas Gleixner1-36/+7
2017-05-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2017-04-20sched/x86: Update reschedule warning textPrarit Bhargava1-1/+1
2017-04-20x86/reboot: Turn off KVM when halting a CPUTiantian Feng1-0/+3
2017-01-05x86/irq, trace: Add __irq_entry annotation to x86's platform IRQ handlersDaniel Bristot de Oliveira1-6/+9
2016-11-09x86/apic: Prevent tracing on apic_msr_write_eoi()Wanpeng Li1-2/+0
2016-10-16Merge tag 'v4.9-rc1' into x86/urgent, to pick up updatesIngo Molnar1-0/+5
2016-10-14x86/smp: Add irq_enter/exit() in smp_reschedule_interrupt()Wanpeng Li1-0/+2
2016-10-11x86/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai1-0/+5
2015-11-05x86/smp: Remove single IPI wrapperThomas Gleixner1-14/+2
2015-11-05x86/apic: Add a single-target IPI function to the apicLinus Torvalds1-2/+14
2015-08-13x86/mce: Clear Local MCE opt-in before kexecAshok Raj1-0/+2
2015-05-15x86: Consolidate irq entering inlinesThomas Gleixner1-13/+6
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen1-1/+1
2013-08-06x86, asmlinkage: Make all interrupt handlers asmlinkage / __visibleAndi Kleen1-6/+6
2013-07-02x86/tracing: Add irq_enter/exit() in smp_trace_reschedule_interrupt()Seiji Aguchi1-11/+18
2013-06-20x86, trace: Add irq vector tracepointsSeiji Aguchi1-0/+30
2013-06-20x86, trace: Introduce entering/exiting_irq()Seiji Aguchi1-8/+27
2012-05-14x86/reboot: Update nonmi_ipi parameterDon Zickus1-8/+4
2012-05-14x86/reboot: Use NMI to assist in shutting down if IRQ failsDon Zickus1-5/+56
2012-05-14Revert "x86, reboot: Use NMI instead of REBOOT_VECTOR to stop cpus"Don Zickus1-57/+2
2012-01-07x86, reboot: Fix typo in nmi reboot pathDon Zickus1-1/+1
2011-12-05x86, NMI: Add knob to disable using NMI IPIs to stop cpusDon Zickus1-0/+13
2011-12-05x86, reboot: Use NMI instead of REBOOT_VECTOR to stop cpusDon Zickus1-2/+57
2011-10-31x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra1-3/+2
2010-10-21x86, kexec: Make sure to stop all CPUs before exiting the kernelAlok Kataria1-6/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-10-09Revert "x86, timers: Check for pending timers after (device) interrupts"Ingo Molnar1-1/+0
2009-10-08x86, timers: Check for pending timers after (device) interruptsArjan van de Ven1-0/+1
2009-06-11Merge branch 'linus' into x86/mce3Ingo Molnar1-0/+3
2009-06-11Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2009-06-10KVM: use smp_send_reschedule in kvm_vcpu_kickMarcelo Tosatti1-0/+3
2009-06-03x86: fix panic with interrupts off (needed for MCE)Andi Kleen1-1/+27
2009-04-12x86: smp.c - align smp_ops assignmentsCyrill Gorcunov1-10/+10
2009-02-17x86, apic: remove genapic.hIngo Molnar1-1/+1
2009-01-31x86: update copyrightsIngo Molnar1-1/+1
2009-01-29x86, smp: remove mach_ipi.hIngo Molnar1-1/+0
2009-01-29x86: remove mach_apic.hIngo Molnar1-1/+1
2009-01-28x86, apic: untangle the send_IPI_*() jungleIngo Molnar1-5/+5
2009-01-10Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1