aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-15x86/xen: Fix 32-bit PV guests's usage of kernel_stackBoris Ostrovsky1-1/+2
2014-01-21xen/pvh: Set X86_CR0_WP and others in CR0 (v2)Roger Pau Monne1-1/+1
2014-01-06xen/pvh: Secondary VCPU bringup (non-bootup CPUs)Mukesh Rathor1-16/+33
2013-11-15Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-5/+5
2013-11-06x86/xen: remove deprecated IRQF_DISABLEDMichael Opdenacker1-5/+5
2013-10-10xen: Fix possible user space selector corruptionFrediano Ziglio1-0/+9
2013-09-09xen/smp: Update pv_lock_ops functions before alternative code starts under PVHVMKonrad Rzeszutek Wilk1-5/+14
2013-09-09xen/spinlock: Fix locking path engaging too soon under PVHVM.Konrad Rzeszutek Wilk1-0/+9
2013-09-09Merge tag 'v3.11-rc7' into stable/for-linus-3.12Konrad Rzeszutek Wilk1-2/+9
2013-09-09Merge branch 'x86/spinlocks' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into stable/for-linus-3.12Konrad Rzeszutek Wilk1-1/+1
2013-08-21Merge tag 'stable/for-linus-3.11-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-2/+9
2013-08-20xen/smp: initialize IPI vectors before marking CPU onlineChuck Anderson1-2/+9
2013-08-09xen: Support 64-bit PV guest receiving NMIsKonrad Rzeszutek Wilk1-0/+6
2013-08-09xen: Defer spinlock setup until boot CPU setupJeremy Fitzhardinge1-1/+1
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-6/+6
2013-07-03Merge tag 'stable/for-linus-3.11-rc0-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-32/+59
2013-06-10xen/smp: Don't leak interrupt name when offlining.Konrad Rzeszutek Wilk1-1/+16
2013-06-10xen/smp: Set the per-cpu IRQ number to a valid default.Konrad Rzeszutek Wilk1-9/+19
2013-06-10xen/smp: Introduce a common structure to contain the IRQ name and interrupt line.Konrad Rzeszutek Wilk1-20/+24
2013-06-10xen/smp: Coalesce the free_irq calls in one function.Konrad Rzeszutek Wilk1-21/+19
2013-06-04xen/smp: Fixup NOHZ per cpu data when onlining an offline CPU.Konrad Rzeszutek Wilk1-0/+8
2013-05-29xen: Clean up apic ipi interfaceStefan Bader1-6/+4
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-04-16xen/smp: Unifiy some of the PVs and PVHVM offline CPU pathKonrad Rzeszutek Wilk1-10/+4
2013-04-16xen/smp/pvhvm: Don't initialize IRQ_WORKER as we are using the native one.Konrad Rzeszutek Wilk1-1/+12
2013-04-16xen/smp/spinlock: Fix leakage of the spinlock interrupt line for every CPU online/offlineKonrad Rzeszutek Wilk1-0/+1
2013-04-16xen/smp: Fix leakage of timer interrupt line for every CPU online/offline.Konrad Rzeszutek Wilk1-0/+1
2013-04-08x86: Use generic idle loopThomas Gleixner1-1/+1
2013-02-19xen/smp: Move the common CPU init code a bit to prep for PVH patch.Konrad Rzeszutek Wilk1-19/+23
2013-01-15Revert "xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling while atomic."Konrad Rzeszutek Wilk1-7/+0
2012-12-17xen/smp: Use smp_store_boot_cpu_info() to store cpu info for BSP during boot time.Konrad Rzeszutek Wilk1-1/+1
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