aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-17x86/xen: Calculate __max_logical_packages on PV domainsPrarit Bhargava1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-13xen/vcpu: Handle xen_vcpu_setup() failure at bootAnkur Arora1-0/+31
2017-05-02x86/xen: split off smp_pv.cVitaly Kuznetsov1-485/+3
2017-05-02x86/xen: split off smp_hvm.cVitaly Kuznetsov1-54/+3
2017-05-02x86/xen: split xen_cpu_die()Vitaly Kuznetsov1-6/+20
2017-05-02x86/xen: split xen_smp_prepare_boot_cpu()Vitaly Kuznetsov1-19/+30
2017-05-02x86/xen: split xen_smp_intr_init()/xen_smp_intr_free()Vitaly Kuznetsov1-11/+18
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h>Ingo Molnar1-0/+1
2017-02-07xen/x86: Remove PVH supportBoris Ostrovsky1-51/+27
2016-12-13x86/smpboot: Make logical package management more robustThomas Gleixner1-6/+0
2016-10-06xen/x86: Update topology map for PV VCPUsBoris Ostrovsky1-0/+6
2016-09-30xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed1-2/+0
2016-08-24xen/x86: Move irq allocation from Xen smp_op.cpu_up()Boris Ostrovsky1-43/+2
2016-07-25xen/pvhvm: run xen_vcpu_setup() for the boot CPUVitaly Kuznetsov1-0/+7
2016-07-25x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_opVitaly Kuznetsov1-5/+6
2016-03-29xen/x86: Call cpu_startup_entry(CPUHP_AP_ONLINE_IDLE) from xen_play_dead()Boris Ostrovsky1-0/+2
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner1-1/+1
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-1/+1
2015-08-20xen/PMU: Initialization code for Xen PMUBoris Ostrovsky1-1/+28
2015-04-14Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+25
2015-04-02x86/cpu: Factor out common CPU initialization code, fix 32-bit Xen PV guestsBoris Ostrovsky1-12/+1
2015-03-24x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko1-2/+1
2015-03-11x86: Use common outgoing-CPU-notification codePaul E. McKenney1-21/+25
2015-01-26x86,xen: use current->state helpersDavidlohr Bueso1-1/+1
2014-11-10x86/core, x86/xen/smp: Use 'die_complete' completion when taking CPU downBoris Ostrovsky1-0/+3
2014-10-13Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2014-10-06x86/xen: Set EFER.NX and EFER.SCE in PVH guestsMukesh Rathor1-11/+18
2014-09-16x86/smpboot: Initialize secondary CPU only if master CPU will wait for itIgor Mammedov1-0/+2
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