aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-05x86: update Alan Cox's email addressesAlan Cox1-1/+1
2009-01-04x86: cleanup remaining cpumask_t ops in smpboot codeMike Travis1-5/+12
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+4
2008-12-23Merge branch 'x86/irq' into x86/coreIngo Molnar1-15/+3
2008-12-16x86: cosmetic changes apic-related files.Mike Travis1-3/+3
2008-12-16x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis1-4/+4
2008-12-12x86: hardirq: introduce inc_irq_stat()Hiroshi Shimamoto1-15/+3
2008-11-11x86: call machine_shutdown and stop all CPUs in native_machine_haltIvan Vecera1-13/+0
2008-08-25x86: add cpu hotplug hooks into smp_opsAlex Nixon1-1/+5
2008-07-06generic-ipi: fixletJens Axboe1-1/+1
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-1/+1
2008-06-26x86: convert to generic helpers for IPI function callsJens Axboe1-138/+20
2008-05-13x86: fix app crashes after SMP resumeHugh Dickins1-1/+2
2008-04-17x86: move ipi definitions to mach_ipi.hGlauber Costa1-5/+1
2008-04-17x86: Don't send RESCHEDULE_VECTOR to offlined cpusGautham R Shenoy1-1/+4
2008-04-17x86: get rid of smp_32.c and smp_64.cGlauber Costa1-0/+91
2008-04-17x86: create smp.cGlauber Costa1-0/+253