aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-23x86/smp: Don't ever patch back to UP if we unplug cpusRusty Russell1-4/+2
2012-06-05x86-smp-remove-call-to-ipi_call_lock-ipi_call_unlockYong Zhang1-2/+0
2012-05-24Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-4/+108
2012-05-21xen/smp: unbind irqworkX when unplugging vCPUs.Konrad Rzeszutek Wilk1-0/+1
2012-05-08Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner1-0/+15
2012-05-07xen: implement IRQ_WORK_VECTOR handlerLin Ming1-0/+30
2012-05-07xen: implement apic ipi interfaceBen Guthro1-4/+77
2012-04-26xen/smp: Fix crash when booting with ACPI hotplug CPUs.Konrad Rzeszutek Wilk1-0/+15
2012-04-26x86: Use generic idle thread allocationThomas Gleixner1-13/+2
2012-04-26x86: Add task_struct argument to smp_ops.cpu_upThomas Gleixner1-3/+3
2012-04-06Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-1/+1
2012-04-06xen/smp: Remove unnecessary call to smp_processor_id()Srivatsa S. Bhat1-1/+1
2012-03-24Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+6
2012-03-22Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-1/+1
2012-03-22xen/smp: Fix bringup bug in AP code.Konrad Rzeszutek Wilk1-0/+6
2012-02-03xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling while atomic.Konrad Rzeszutek Wilk1-0/+7
2012-01-24xen: use this_cpu_xxx replace percpu_xxx funcsAlex Shi1-1/+1
2011-09-08xen: disable PV spinlocks on HVMStefano Stabellini1-1/+0
2011-09-01xen/smp: Warn user why they keel over - nosmp or noapic and what to use instead.Konrad Rzeszutek Wilk1-0/+10
2011-08-22xen: Do not enable PV IPIs when vector callback not presentStefano Stabellini1-2/+2
2011-06-15xen: support CONFIG_MAXSMPAndrew Jones1-0/+7
2011-05-19Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+2
2011-05-19arch/x86/xen/smp: Cleanup code/data sections definitionsDaniel Kiper1-4/+4
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra1-3/+2
2011-02-25xen: PV on HVM: support PV spinlocks and IPIsStefano Stabellini1-0/+38
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+26
2010-10-26xen: initialize cpu masks for pv guests in xen_smp_initStefano Stabellini1-2/+22
2010-10-22xen: use vcpu_ops to setup cpu masksStefano Stabellini1-1/+7
2010-10-21x86, kexec: Make sure to stop all CPUs before exiting the kernelAlok Kataria1-3/+3
2010-08-04xen/panic: use xen_reboot and fix smp_send_stopIan Campbell1-0/+2
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
2010-02-05xen: Fix misspelled CONFIG variable in comment.Robert P. J. Day1-1/+1
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-20/+21
2009-12-10Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds1-0/+1
2009-12-03xen: register runstate on secondary CPUsIan Campbell1-0/+1
2009-11-04cpumask: Use modern cpumask style in XenRusty Russell1-1/+1
2009-10-29percpu: make percpu symbols in xen uniqueTejun Heo1-20/+21
2009-09-09xen: make -fstack-protector work under XenJeremy Fitzhardinge1-0/+1
2009-04-08NULL noise: arch/x86/xen/smp.cHannes Eder1-2/+2
2009-03-13cpumask: use new cpumask functions throughout x86Rusty Russell1-3/+3
2009-03-02xen: deal with virtually mapped percpu dataJeremy Fitzhardinge1-1/+5
2009-02-04xen: setup percpu data pointersJeremy Fitzhardinge1-2/+4
2009-01-31xen: setup percpu data pointersJeremy Fitzhardinge1-1/+4
2009-01-27x86: initialize per-cpu GDT segment in per-cpu setupBrian Gerst1-1/+0
2009-01-19x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.Brian Gerst1-2/+1
2009-01-19x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.Brian Gerst1-15/+3
2009-01-16percpu: add optimized generic percpu accessorsIngo Molnar1-1/+1
2009-01-16x86: fold pda into percpu area on SMPTejun Heo1-10/+0
2008-12-16x86: cosmetic changes apic-related files.Mike Travis1-5/+6
2008-12-16xen: convert to cpumask_var_t and new cpumask primitives.Mike Travis1-3/+6