aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-13xen/vcpu: Handle xen_vcpu_setup() failure in hotplugAnkur Arora1-20/+26
2017-06-13xen/pvh*: Support > 32 VCPUs at domain restoreAnkur Arora1-13/+32
2017-06-13xen/vcpu: Simplify xen_vcpu related codeAnkur Arora1-28/+73
2017-05-03xen: Move xen_have_vector_callback definition to enlighten.cBoris Ostrovsky1-0/+3
2017-05-02x86/xen: split off enlighten_pv.cVitaly Kuznetsov1-1526/+24
2017-05-02x86/xen: split off enlighten_hvm.cVitaly Kuznetsov1-207/+5
2017-05-02x86/xen: split off enlighten_pvh.cVitaly Kuznetsov1-108/+0
2017-05-02x86/xen: globalize have_vcpu_info_placementVitaly Kuznetsov1-6/+6
2017-05-02x86/xen: separate PV and HVM hypervisorsVitaly Kuznetsov1-39/+75
2017-04-11Merge branch 'x86/boot' into x86/mm, to avoid conflictIngo Molnar1-14/+13
2017-03-30Merge branch 'x86/cpu' into x86/mm, before applying dependent patchIngo Molnar1-1/+0
2017-03-23x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixupAndy Lutomirski1-3/+0
2017-03-16x86: Remap GDT tables in the fixmap sectionThomas Garnier1-1/+4
2017-03-11x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86Mathias Krause1-1/+0
2017-03-01x86/xen: Update e820 table handling to the new core x86 E820 codeIngo Molnar1-14/+13
2017-02-07xen/pvh: Use Xen's emergency_restart op for PVH guestsBoris Ostrovsky1-0/+3
2017-02-07xen/pvh: Make sure we don't use ACPI_IRQ_MODEL_PIC for SCIBoris Ostrovsky1-0/+12
2017-02-07xen/pvh: Bootstrap PVH guestBoris Ostrovsky1-10/+114
2017-02-07xen/x86: Remove PVH supportBoris Ostrovsky1-121/+19
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-2/+2
2016-11-01x86/fpu: Remove clts()Andy Lutomirski1-13/+0
2016-10-24Merge tag 'for-linus-4.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+2
2016-10-24x86: xen: move cpu_up functions out of ifdefArnd Bergmann1-0/+2
2016-10-06Merge tag 'for-linus-4.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-26/+68
2016-10-05xen/x86: Initialize per_cpu(xen_vcpu, 0) a little earlierBoris Ostrovsky1-1/+2
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2016-09-30xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed1-15/+6
2016-09-30x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski1-1/+0
2016-09-30xen/x86: Convert to hotplug state machineBoris Ostrovsky1-50/+65
2016-09-05xen: Add xen_pin_vcpu() to support calling functions on a dedicated pCPUJuergen Gross1-0/+40
2016-08-24xen/x86: Move irq allocation from Xen smp_op.cpu_up()Boris Ostrovsky1-13/+48
2016-08-24xen: change the type of xen_vcpu_id to uint32_tVitaly Kuznetsov1-1/+1
2016-08-02kexec: allow kdump with crash_kexec_post_notifiersPetr Tesarik1-3/+2
2016-08-01Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-12/+37
2016-07-25xen/pvhvm: run xen_vcpu_setup() for the boot CPUVitaly Kuznetsov1-1/+1
2016-07-25x86/xen: use xen_vcpu_id mapping when pointing vcpu_info to shared_infoVitaly Kuznetsov1-4/+6
2016-07-25x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_opVitaly Kuznetsov1-4/+6
2016-07-25xen: introduce xen_vcpu_id mappingVitaly Kuznetsov1-1/+22
2016-07-14x86/xen: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2016-07-06x86/xen: Use DIV_ROUND_UPAmitoj Kaur Chawla1-2/+2
2016-06-11x86/xen: Simplify set_aliased_prot()Andy Lutomirski1-3/+1
2016-05-16Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+8
2016-04-22x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez1-1/+0
2016-04-22x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez1-3/+7
2016-04-22x86/xen: Use X86_SUBARCH_XEN for PV guest bootsLuis R. Rodriguez1-0/+1
2016-04-13x86/paravirt: Add paravirt_{read,write}_msr()Andy Lutomirski1-0/+23
2016-04-13x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacksAndy Lutomirski1-2/+2
2016-04-13Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common baseIngo Molnar1-9/+0
2016-03-31x86/cpufeature: Remove cpu_has_pseBorislav Petkov1-1/+1