| Age | Commit message (Expand) | Author | Lines |
| 2021-03-21 | x86: Fix various typos in comments, take #2 | Ingo Molnar | -1/+1 |
| 2021-03-18 | x86: Fix various typos in comments | Ingo Molnar | -1/+1 |
| 2020-06-11 | x86/entry: Convert reschedule interrupt to IDTENTRY_SYSVEC_SIMPLE | Thomas Gleixner | -15/+4 |
| 2020-06-11 | x86/entry: Convert SMP system vectors to IDTENTRY_SYSVEC | Thomas Gleixner | -11/+7 |
| 2019-07-25 | x86/smp: Move smp_function_call implementations into IPI code | Thomas Gleixner | -40/+0 |
| 2019-07-25 | x86/apic: Provide and use helper for send_IPI_allbutself() | Thomas Gleixner | -2/+2 |
| 2019-07-25 | x86/reboot: Always use NMI fallback when shutdown via reboot vector IPI fails | Grzegorz Halat | -19/+27 |
| 2019-07-08 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | -1/+1 |
| 2019-06-23 | x86/apic: Use non-atomic operations when possible | Nadav Amit | -1/+1 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 82 | Thomas Gleixner | -3/+1 |
| 2018-08-05 | x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d | Nicolai Stange | -0/+1 |
| 2017-08-29 | x86/tracing: Disentangle pagefault and resched IPI tracing key | Thomas Gleixner | -1/+1 |
| 2017-08-29 | x86/smp: Use static key for reschedule interrupt tracing | Thomas Gleixner | -25/+15 |
| 2017-08-29 | x86/smp: Remove pointless duplicated interrupt code | Thomas Gleixner | -36/+7 |
| 2017-05-01 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | -0/+3 |
| 2017-04-20 | sched/x86: Update reschedule warning text | Prarit Bhargava | -1/+1 |
| 2017-04-20 | x86/reboot: Turn off KVM when halting a CPU | Tiantian Feng | -0/+3 |
| 2017-01-05 | x86/irq, trace: Add __irq_entry annotation to x86's platform IRQ handlers | Daniel Bristot de Oliveira | -6/+9 |
| 2016-11-09 | x86/apic: Prevent tracing on apic_msr_write_eoi() | Wanpeng Li | -2/+0 |
| 2016-10-16 | Merge tag 'v4.9-rc1' into x86/urgent, to pick up updates | Ingo Molnar | -0/+5 |
| 2016-10-14 | x86/smp: Add irq_enter/exit() in smp_reschedule_interrupt() | Wanpeng Li | -0/+2 |
| 2016-10-11 | x86/panic: replace smp_send_stop() with kdump friendly version in panic path | Hidehiro Kawai | -0/+5 |
| 2015-11-05 | x86/smp: Remove single IPI wrapper | Thomas Gleixner | -14/+2 |
| 2015-11-05 | x86/apic: Add a single-target IPI function to the apic | Linus Torvalds | -2/+14 |
| 2015-08-13 | x86/mce: Clear Local MCE opt-in before kexec | Ashok Raj | -0/+2 |
| 2015-05-15 | x86: Consolidate irq entering inlines | Thomas Gleixner | -13/+6 |
| 2014-05-05 | asmlinkage, x86: Add explicit __visible to arch/x86/* | Andi Kleen | -1/+1 |
| 2013-08-06 | x86, asmlinkage: Make all interrupt handlers asmlinkage / __visible | Andi Kleen | -6/+6 |
| 2013-07-02 | x86/tracing: Add irq_enter/exit() in smp_trace_reschedule_interrupt() | Seiji Aguchi | -11/+18 |
| 2013-06-20 | x86, trace: Add irq vector tracepoints | Seiji Aguchi | -0/+30 |
| 2013-06-20 | x86, trace: Introduce entering/exiting_irq() | Seiji Aguchi | -8/+27 |
| 2012-05-14 | x86/reboot: Update nonmi_ipi parameter | Don Zickus | -8/+4 |
| 2012-05-14 | x86/reboot: Use NMI to assist in shutting down if IRQ fails | Don Zickus | -5/+56 |
| 2012-05-14 | Revert "x86, reboot: Use NMI instead of REBOOT_VECTOR to stop cpus" | Don Zickus | -57/+2 |
| 2012-01-07 | x86, reboot: Fix typo in nmi reboot path | Don Zickus | -1/+1 |
| 2011-12-05 | x86, NMI: Add knob to disable using NMI IPIs to stop cpus | Don Zickus | -0/+13 |
| 2011-12-05 | x86, reboot: Use NMI instead of REBOOT_VECTOR to stop cpus | Don Zickus | -2/+57 |
| 2011-10-31 | x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | -0/+1 |
| 2011-04-14 | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() | Peter Zijlstra | -3/+2 |
| 2010-10-21 | x86, kexec: Make sure to stop all CPUs before exiting the kernel | Alok Kataria | -6/+9 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | -0/+1 |
| 2009-10-09 | Revert "x86, timers: Check for pending timers after (device) interrupts" | Ingo Molnar | -1/+0 |
| 2009-10-08 | x86, timers: Check for pending timers after (device) interrupts | Arjan van de Ven | -0/+1 |
| 2009-06-11 | Merge branch 'linus' into x86/mce3 | Ingo Molnar | -0/+3 |
| 2009-06-11 | Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | -0/+3 |
| 2009-06-10 | KVM: use smp_send_reschedule in kvm_vcpu_kick | Marcelo Tosatti | -0/+3 |
| 2009-06-03 | x86: fix panic with interrupts off (needed for MCE) | Andi Kleen | -1/+27 |
| 2009-04-12 | x86: smp.c - align smp_ops assignments | Cyrill Gorcunov | -10/+10 |
| 2009-02-17 | x86, apic: remove genapic.h | Ingo Molnar | -1/+1 |
| 2009-01-31 | x86: update copyrights | Ingo Molnar | -1/+1 |