summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/smp.c
Commit message (Expand)AuthorAgeFilesLines
* x86/xen: Calculate __max_logical_packages on PV domainsPrarit Bhargava2018-02-171-0/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* xen/vcpu: Handle xen_vcpu_setup() failure at bootAnkur Arora2017-06-131-0/+31
* x86/xen: split off smp_pv.cVitaly Kuznetsov2017-05-021-485/+3
* x86/xen: split off smp_hvm.cVitaly Kuznetsov2017-05-021-54/+3
* x86/xen: split xen_cpu_die()Vitaly Kuznetsov2017-05-021-6/+20
* x86/xen: split xen_smp_prepare_boot_cpu()Vitaly Kuznetsov2017-05-021-19/+30
* x86/xen: split xen_smp_intr_init()/xen_smp_intr_free()Vitaly Kuznetsov2017-05-021-11/+18
* x86: Remap GDT tables in the fixmap sectionThomas Garnier2017-03-161-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* xen/x86: Remove PVH supportBoris Ostrovsky2017-02-071-51/+27
* x86/smpboot: Make logical package management more robustThomas Gleixner2016-12-131-6/+0
* xen/x86: Update topology map for PV VCPUsBoris Ostrovsky2016-10-061-0/+6
* xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed2016-09-301-2/+0
* xen/x86: Move irq allocation from Xen smp_op.cpu_up()Boris Ostrovsky2016-08-241-43/+2
* xen/pvhvm: run xen_vcpu_setup() for the boot CPUVitaly Kuznetsov2016-07-251-0/+7
* x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_opVitaly Kuznetsov2016-07-251-5/+6
* xen/x86: Call cpu_startup_entry(CPUHP_AP_ONLINE_IDLE) from xen_play_dead()Boris Ostrovsky2016-03-291-0/+2
* arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-011-1/+1
* xen: Use correctly the Xen memory terminologiesJulien Grall2015-09-081-1/+1
* xen/PMU: Initialization code for Xen PMUBoris Ostrovsky2015-08-201-1/+28
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-141-21/+25
|\
| * x86: Use common outgoing-CPU-notification codePaul E. McKenney2015-03-111-21/+25
* | x86/cpu: Factor out common CPU initialization code, fix 32-bit Xen PV guestsBoris Ostrovsky2015-04-021-12/+1
* | x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko2015-03-241-2/+1
|/
* x86,xen: use current->state helpersDavidlohr Bueso2015-01-261-1/+1
* x86/core, x86/xen/smp: Use 'die_complete' completion when taking CPU downBoris Ostrovsky2014-11-101-0/+3
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-131-0/+2
|\
| * x86/smpboot: Initialize secondary CPU only if master CPU will wait for itIgor Mammedov2014-09-161-0/+2
* | x86/xen: Set EFER.NX and EFER.SCE in PVH guestsMukesh Rathor2014-10-061-11/+18
|/
* x86/xen: Fix 32-bit PV guests's usage of kernel_stackBoris Ostrovsky2014-04-151-1/+2
* xen/pvh: Set X86_CR0_WP and others in CR0 (v2)Roger Pau Monne2014-01-211-1/+1
* xen/pvh: Secondary VCPU bringup (non-bootup CPUs)Mukesh Rathor2014-01-061-16/+33
* Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-11-151-5/+5
|\
| * x86/xen: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-11-061-5/+5
* | 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