summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-021-78/+0Star
|\
| * Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin2018-11-291-78/+0Star
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
|/
* Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-0/+2
|\
| * x86/xen: Add SPDX identifier in arch/x86/xen filesJuergen Gross2018-09-031-0/+2
* | xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig2018-09-261-0/+1
|/
* Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner2018-08-051-0/+7
|\
| * xen: share start flags between PV and PVHRoger Pau Monne2018-06-191-0/+7
* | x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-051-0/+1
|/
* xen/balloon: Mark unallocated host memory as UNUSABLEBoris Ostrovsky2017-12-201-0/+81
* xen/vcpu: Use a unified name about cpu hotplug state for pv and pvhvmZhenzhong Duan2017-10-101-2/+2
* xen/vcpu: Handle xen_vcpu_setup() failure in hotplugAnkur Arora2017-06-131-20/+26
* xen/pvh*: Support > 32 VCPUs at domain restoreAnkur Arora2017-06-131-13/+32
* xen/vcpu: Simplify xen_vcpu related codeAnkur Arora2017-06-131-28/+73
* xen: Move xen_have_vector_callback definition to enlighten.cBoris Ostrovsky2017-05-031-0/+3
* x86/xen: split off enlighten_pv.cVitaly Kuznetsov2017-05-021-1526/+24Star
* x86/xen: split off enlighten_hvm.cVitaly Kuznetsov2017-05-021-207/+5Star
* x86/xen: split off enlighten_pvh.cVitaly Kuznetsov2017-05-021-108/+0Star
* x86/xen: globalize have_vcpu_info_placementVitaly Kuznetsov2017-05-021-6/+6
* x86/xen: separate PV and HVM hypervisorsVitaly Kuznetsov2017-05-021-39/+75
* Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar2017-04-111-14/+13Star
|\
| * x86/xen: Update e820 table handling to the new core x86 E820 codeIngo Molnar2017-03-011-14/+13Star
* | Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar2017-03-301-1/+0Star
|\ \
| * | x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86Mathias Krause2017-03-111-1/+0Star
| |/
* | x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixupAndy Lutomirski2017-03-231-3/+0Star
* | x86: Remap GDT tables in the fixmap sectionThomas Garnier2017-03-161-1/+4
|/
* xen/pvh: Use Xen's emergency_restart op for PVH guestsBoris Ostrovsky2017-02-071-0/+3
* xen/pvh: Make sure we don't use ACPI_IRQ_MODEL_PIC for SCIBoris Ostrovsky2017-02-071-0/+12
* xen/pvh: Bootstrap PVH guestBoris Ostrovsky2017-02-071-10/+114
* xen/x86: Remove PVH supportBoris Ostrovsky2017-02-071-121/+19Star
* cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-2/+2
* x86/fpu: Remove clts()Andy Lutomirski2016-11-011-13/+0Star
* Merge tag 'for-linus-4.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-251-0/+2
|\
| * x86: xen: move cpu_up functions out of ifdefArnd Bergmann2016-10-241-0/+2
* | Merge tag 'for-linus-4.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-061-26/+68
|\|
| * xen/x86: Initialize per_cpu(xen_vcpu, 0) a little earlierBoris Ostrovsky2016-10-051-1/+2
| * xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed2016-09-301-15/+6Star
| * xen/x86: Convert to hotplug state machineBoris Ostrovsky2016-09-301-50/+65
| * xen/x86: Move irq allocation from Xen smp_op.cpu_up()Boris Ostrovsky2016-08-241-13/+48
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-041-1/+0Star
|\ \
| * | x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski2016-09-301-1/+0Star
* | | xen: Add xen_pin_vcpu() to support calling functions on a dedicated pCPUJuergen Gross2016-09-051-0/+40
|/ /
* / xen: change the type of xen_vcpu_id to uint32_tVitaly Kuznetsov2016-08-241-1/+1
|/
* kexec: allow kdump with crash_kexec_post_notifiersPetr Tesarik2016-08-031-3/+2Star
* Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-011-1/+1
|\
| * x86/xen: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
* | Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-271-12/+37
|\ \
| * | xen/pvhvm: run xen_vcpu_setup() for the boot CPUVitaly Kuznetsov2016-07-251-1/+1
| * | x86/xen: use xen_vcpu_id mapping when pointing vcpu_info to shared_infoVitaly Kuznetsov2016-07-251-4/+6
| * | x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_opVitaly Kuznetsov2016-07-251-4/+6