| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/reboot: Update nonmi_ipi parameter | Don Zickus | 2012-05-14 | 1 | -8/+4 |
* | x86/reboot: Use NMI to assist in shutting down if IRQ fails | Don Zickus | 2012-05-14 | 1 | -5/+56 |
* | Revert "x86, reboot: Use NMI instead of REBOOT_VECTOR to stop cpus" | Don Zickus | 2012-05-14 | 1 | -57/+2 |
* | x86, reboot: Fix typo in nmi reboot path | Don Zickus | 2012-01-07 | 1 | -1/+1 |
* | x86, NMI: Add knob to disable using NMI IPIs to stop cpus | Don Zickus | 2011-12-05 | 1 | -0/+13 |
* | x86, reboot: Use NMI instead of REBOOT_VECTOR to stop cpus | Don Zickus | 2011-12-05 | 1 | -2/+57 |
* | x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() | Peter Zijlstra | 2011-04-14 | 1 | -3/+2 |
* | x86, kexec: Make sure to stop all CPUs before exiting the kernel | Alok Kataria | 2010-10-21 | 1 | -6/+9 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | Revert "x86, timers: Check for pending timers after (device) interrupts" | Ingo Molnar | 2009-10-09 | 1 | -1/+0 |
* | x86, timers: Check for pending timers after (device) interrupts | Arjan van de Ven | 2009-10-08 | 1 | -0/+1 |
* | Merge branch 'linus' into x86/mce3 | Ingo Molnar | 2009-06-11 | 1 | -0/+3 |
|\ |
|
| * | Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2009-06-11 | 1 | -0/+3 |
| |\ |
|
| | * | KVM: use smp_send_reschedule in kvm_vcpu_kick | Marcelo Tosatti | 2009-06-10 | 1 | -0/+3 |
* | | | x86: fix panic with interrupts off (needed for MCE) | Andi Kleen | 2009-06-03 | 1 | -1/+27 |
|/ / |
|
* / | x86: smp.c - align smp_ops assignments | Cyrill Gorcunov | 2009-04-12 | 1 | -10/+10 |
|/ |
|
* | x86, apic: remove genapic.h | Ingo Molnar | 2009-02-17 | 1 | -1/+1 |
* | x86: update copyrights | Ingo Molnar | 2009-01-31 | 1 | -1/+1 |
* | x86, smp: remove mach_ipi.h | Ingo Molnar | 2009-01-29 | 1 | -1/+0 |
* | x86: remove mach_apic.h | Ingo Molnar | 2009-01-29 | 1 | -1/+1 |
* | x86, apic: untangle the send_IPI_*() jungle | Ingo Molnar | 2009-01-28 | 1 | -5/+5 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-01-10 | 1 | -1/+1 |
|\ |
|
| * | x86: update Alan Cox's email addresses | Alan Cox | 2009-01-05 | 1 | -1/+1 |
* | | x86: cleanup remaining cpumask_t ops in smpboot code | Mike Travis | 2009-01-04 | 1 | -5/+12 |
|/ |
|
* | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-02 | 1 | -4/+4 |
|\ |
|
| * | x86: cosmetic changes apic-related files. | Mike Travis | 2008-12-16 | 1 | -3/+3 |
| * | x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers | Mike Travis | 2008-12-16 | 1 | -4/+4 |
* | | Merge branch 'x86/irq' into x86/core | Ingo Molnar | 2008-12-23 | 1 | -15/+3 |
|\ \
| |/
|/| |
|
| * | x86: hardirq: introduce inc_irq_stat() | Hiroshi Shimamoto | 2008-12-12 | 1 | -15/+3 |
* | | x86: call machine_shutdown and stop all CPUs in native_machine_halt | Ivan Vecera | 2008-11-11 | 1 | -13/+0 |
|/ |
|
* | x86: add cpu hotplug hooks into smp_ops | Alex Nixon | 2008-08-25 | 1 | -1/+5 |
* | generic-ipi: fixlet | Jens Axboe | 2008-07-06 | 1 | -1/+1 |
* | smp_call_function: get rid of the unused nonatomic/retry argument | Jens Axboe | 2008-06-26 | 1 | -1/+1 |
* | x86: convert to generic helpers for IPI function calls | Jens Axboe | 2008-06-26 | 1 | -138/+20 |
* | x86: fix app crashes after SMP resume | Hugh Dickins | 2008-05-13 | 1 | -1/+2 |
* | x86: move ipi definitions to mach_ipi.h | Glauber Costa | 2008-04-17 | 1 | -5/+1 |
* | x86: Don't send RESCHEDULE_VECTOR to offlined cpus | Gautham R Shenoy | 2008-04-17 | 1 | -1/+4 |
* | x86: get rid of smp_32.c and smp_64.c | Glauber Costa | 2008-04-17 | 1 | -0/+91 |
* | x86: create smp.c | Glauber Costa | 2008-04-17 | 1 | -0/+253 |