summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/smp.c
Commit message (Expand)AuthorAgeFilesLines
* xen: Fix possible user space selector corruptionFrediano Ziglio2013-10-101-0/+9
* xen/smp: Update pv_lock_ops functions before alternative code starts under PVHVMKonrad Rzeszutek Wilk2013-09-091-5/+14
* xen/spinlock: Fix locking path engaging too soon under PVHVM.Konrad Rzeszutek Wilk2013-09-091-0/+9
* Merge tag 'v3.11-rc7' into stable/for-linus-3.12Konrad Rzeszutek Wilk2013-09-091-2/+9
|\
| * Merge tag 'stable/for-linus-3.11-rc6-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-08-211-2/+9
| |\
| | * xen/smp: initialize IPI vectors before marking CPU onlineChuck Anderson2013-08-201-2/+9
* | | Merge branch 'x86/spinlocks' of git://git.kernel.org/pub/scm/linux/kernel/git...Konrad Rzeszutek Wilk2013-09-091-1/+1
|\ \ \
| * | | xen: Defer spinlock setup until boot CPU setupJeremy Fitzhardinge2013-08-091-1/+1
| |/ /
* | | xen: Support 64-bit PV guest receiving NMIsKonrad Rzeszutek Wilk2013-08-091-0/+6
|/ /
* | x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-141-6/+6
* | Merge tag 'stable/for-linus-3.11-rc0-tag-two' of git://git.kernel.org/pub/scm...Linus Torvalds2013-07-031-32/+59
|\ \ | |/
| * xen/smp: Don't leak interrupt name when offlining.Konrad Rzeszutek Wilk2013-06-101-1/+16
| * xen/smp: Set the per-cpu IRQ number to a valid default.Konrad Rzeszutek Wilk2013-06-101-9/+19
| * xen/smp: Introduce a common structure to contain the IRQ name and interrupt l...Konrad Rzeszutek Wilk2013-06-101-20/+24
| * xen/smp: Coalesce the free_irq calls in one function.Konrad Rzeszutek Wilk2013-06-101-21/+19
* | xen/smp: Fixup NOHZ per cpu data when onlining an offline CPU.Konrad Rzeszutek Wilk2013-06-041-0/+8
|/
* xen: Clean up apic ipi interfaceStefan Bader2013-05-291-6/+4
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-301-1/+1
|\
| * x86: Use generic idle loopThomas Gleixner2013-04-081-1/+1
* | xen/smp: Unifiy some of the PVs and PVHVM offline CPU pathKonrad Rzeszutek Wilk2013-04-161-10/+4
* | xen/smp/pvhvm: Don't initialize IRQ_WORKER as we are using the native one.Konrad Rzeszutek Wilk2013-04-161-1/+12
* | xen/smp/spinlock: Fix leakage of the spinlock interrupt line for every CPU on...Konrad Rzeszutek Wilk2013-04-161-0/+1
* | xen/smp: Fix leakage of timer interrupt line for every CPU online/offline.Konrad Rzeszutek Wilk2013-04-161-0/+1
|/
* xen/smp: Move the common CPU init code a bit to prep for PVH patch.Konrad Rzeszutek Wilk2013-02-191-19/+23
* Revert "xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling whil...Konrad Rzeszutek Wilk2013-01-151-7/+0
* xen/smp: Use smp_store_boot_cpu_info() to store cpu info for BSP during boot ...Konrad Rzeszutek Wilk2012-12-171-1/+1
* x86/smp: Don't ever patch back to UP if we unplug cpusRusty Russell2012-08-231-4/+2
* x86-smp-remove-call-to-ipi_call_lock-ipi_call_unlockYong Zhang2012-06-051-2/+0
* Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-05-241-4/+108
|\
| * xen/smp: unbind irqworkX when unplugging vCPUs.Konrad Rzeszutek Wilk2012-05-211-0/+1
| * xen: implement IRQ_WORK_VECTOR handlerLin Ming2012-05-071-0/+30
| * xen: implement apic ipi interfaceBen Guthro2012-05-071-4/+77
* | Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner2012-05-081-0/+15
|\ \
| * | xen/smp: Fix crash when booting with ACPI hotplug CPUs.Konrad Rzeszutek Wilk2012-04-261-0/+15
| |/
* | x86: Use generic idle thread allocationThomas Gleixner2012-04-261-13/+2
* | x86: Add task_struct argument to smp_ops.cpu_upThomas Gleixner2012-04-261-3/+3
|/
* Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-04-061-1/+1
|\
| * xen/smp: Remove unnecessary call to smp_processor_id()Srivatsa S. Bhat2012-04-061-1/+1
* | Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-03-241-0/+6
|\ \ | |/
| * xen/smp: Fix bringup bug in AP code.Konrad Rzeszutek Wilk2012-03-221-0/+6
* | Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-221-1/+1
|\ \ | |/
| * xen: use this_cpu_xxx replace percpu_xxx funcsAlex Shi2012-01-241-1/+1
* | xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling while atomic.Konrad Rzeszutek Wilk2012-02-031-0/+7
|/
* xen: disable PV spinlocks on HVMStefano Stabellini2011-09-081-1/+0
* xen/smp: Warn user why they keel over - nosmp or noapic and what to use instead.Konrad Rzeszutek Wilk2011-09-011-0/+10
* xen: Do not enable PV IPIs when vector callback not presentStefano Stabellini2011-08-221-2/+2
* xen: support CONFIG_MAXSMPAndrew Jones2011-06-151-0/+7
*-. Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds2011-05-191-3/+2
|\ \
| * | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-141-3/+2
| |/
* | arch/x86/xen/smp: Cleanup code/data sections definitionsDaniel Kiper2011-05-191-4/+4
|/
OpenPOWER on IntegriCloud