aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten.c
AgeCommit message (Expand)Author
2019-12-10x86/xen: Return from panic notifierBoris Ostrovsky
2018-12-02Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-11-29Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-09-26xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig
2018-09-03x86/xen: Add SPDX identifier in arch/x86/xen filesJuergen Gross
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange
2018-06-19xen: share start flags between PV and PVHRoger Pau Monne
2017-12-20xen/balloon: Mark unallocated host memory as UNUSABLEBoris Ostrovsky
2017-10-10xen/vcpu: Use a unified name about cpu hotplug state for pv and pvhvmZhenzhong Duan
2017-06-13xen/vcpu: Handle xen_vcpu_setup() failure in hotplugAnkur Arora
2017-06-13xen/pvh*: Support > 32 VCPUs at domain restoreAnkur Arora
2017-06-13xen/vcpu: Simplify xen_vcpu related codeAnkur Arora
2017-05-03xen: Move xen_have_vector_callback definition to enlighten.cBoris Ostrovsky
2017-05-02x86/xen: split off enlighten_pv.cVitaly Kuznetsov
2017-05-02x86/xen: split off enlighten_hvm.cVitaly Kuznetsov
2017-05-02x86/xen: split off enlighten_pvh.cVitaly Kuznetsov
2017-05-02x86/xen: globalize have_vcpu_info_placementVitaly Kuznetsov
2017-05-02x86/xen: separate PV and HVM hypervisorsVitaly Kuznetsov
2017-04-11Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar
2017-03-30Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar
2017-03-23x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixupAndy Lutomirski
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier
2017-03-11x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86Mathias Krause
2017-03-01x86/xen: Update e820 table handling to the new core x86 E820 codeIngo Molnar
2017-02-07xen/pvh: Use Xen's emergency_restart op for PVH guestsBoris Ostrovsky
2017-02-07xen/pvh: Make sure we don't use ACPI_IRQ_MODEL_PIC for SCIBoris Ostrovsky
2017-02-07xen/pvh: Bootstrap PVH guestBoris Ostrovsky
2017-02-07xen/x86: Remove PVH supportBoris Ostrovsky
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner
2016-11-01x86/fpu: Remove clts()Andy Lutomirski
2016-10-24Merge tag 'for-linus-4.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-10-24x86: xen: move cpu_up functions out of ifdefArnd Bergmann
2016-10-06Merge tag 'for-linus-4.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-10-05xen/x86: Initialize per_cpu(xen_vcpu, 0) a little earlierBoris Ostrovsky
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-09-30xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed
2016-09-30x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski
2016-09-30xen/x86: Convert to hotplug state machineBoris Ostrovsky
2016-09-05xen: Add xen_pin_vcpu() to support calling functions on a dedicated pCPUJuergen Gross
2016-08-24xen/x86: Move irq allocation from Xen smp_op.cpu_up()Boris Ostrovsky
2016-08-24xen: change the type of xen_vcpu_id to uint32_tVitaly Kuznetsov
2016-08-02kexec: allow kdump with crash_kexec_post_notifiersPetr Tesarik
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-07-25xen/pvhvm: run xen_vcpu_setup() for the boot CPUVitaly Kuznetsov
2016-07-25x86/xen: use xen_vcpu_id mapping when pointing vcpu_info to shared_infoVitaly Kuznetsov
2016-07-25x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_opVitaly Kuznetsov