summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten_pv.c
Commit message (Expand)AuthorAgeFilesLines
* xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan2019-08-061-1/+1
* always clear the X2APIC_ENABLE bit for PV guestTalons Lee2019-02-271-4/+1
* xen: setup pv irq ops vector earlierJuergen Gross2018-07-171-13/+11
* x86/xen: Delay get_cpu_cap until stack canary is establishedJason Andryuk2018-04-241-4/+4
* x86-64/Xen: eliminate W+X mappingsJan Beulich2018-03-031-0/+3
* x86/xen: Support early interrupts in xen pv guestsJuergen Gross2018-02-031-13/+24
* x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski2017-12-251-1/+1
* x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross2017-12-251-2/+2
* x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross2017-12-251-1/+1
* x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski2017-12-251-4/+3
* xen, x86/entry/64: Add xen NMI trap entryJuergen Gross2017-12-251-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/paravirt: Remove no longer used paravirt functionsJuergen Gross2017-09-131-2/+0
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-041-39/+71
|\
| * x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross2017-08-311-33/+65
| * x86/asm: Replace access to desc_struct:a/b fieldsThomas Gleixner2017-08-291-1/+1
| * x86/idt: Unify gate_struct handling for 32/64-bit kernelsThomas Gleixner2017-08-291-6/+6
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-041-0/+7
|\ \ | |/ |/|
| * xen/x86: Remove SME feature in PV guestsTom Lendacky2017-07-181-0/+1
| * Merge branch 'x86/boot' into x86/mm, to pick up interacting changesIngo Molnar2017-07-181-49/+40
| |\
| * | x86/mm: Enable CR4.PCIDE on supported systemsAndy Lutomirski2017-07-051-0/+6
* | | x86/paravirt/xen: Remove xen_patch()Juergen Gross2017-08-241-58/+1
| |/ |/|
* | xen: allocate page for shared info page from low memoryJuergen Gross2017-06-251-2/+0
* | xen/vcpu: Handle xen_vcpu_setup() failure in hotplugAnkur Arora2017-06-131-1/+13
* | xen/pv: Fix OOPS on restore for a PV, !SMP domainAnkur Arora2017-06-131-11/+15
* | xen/vcpu: Simplify xen_vcpu related codeAnkur Arora2017-06-131-35/+12
|/
* xen: cleanup pvh leftovers from pv-only sourcesJuergen Gross2017-05-191-11/+4
* x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under XenJuergen Gross2017-05-111-1/+0
* xen/x86: Do not call xen_init_time_ops() until shared_info is initializedBoris Ostrovsky2017-05-051-2/+7
* x86/xen: fix xsave capability settingJuergen Gross2017-05-051-23/+9
* x86/xen: use capabilities instead of fake cpuid values for xsaveJuergen Gross2017-05-021-23/+30
* x86/xen: use capabilities instead of fake cpuid values for x2apicJuergen Gross2017-05-021-2/+1
* x86/xen: use capabilities instead of fake cpuid values for mwaitJuergen Gross2017-05-021-6/+5
* x86/xen: use capabilities instead of fake cpuid values for acpiJuergen Gross2017-05-021-8/+3
* x86/xen: use capabilities instead of fake cpuid values for accJuergen Gross2017-05-021-3/+1
* x86/xen: use capabilities instead of fake cpuid values for mtrrJuergen Gross2017-05-021-2/+2
* x86/xen: use capabilities instead of fake cpuid values for aperfJuergen Gross2017-05-021-8/+1
* x86/xen: don't indicate DCA support in pv domainsJuergen Gross2017-05-021-0/+1
* xen: set cpu capabilities from xen_start_kernel()Juergen Gross2017-05-021-7/+7
* x86/xen: split xen_smp_intr_init()/xen_smp_intr_free()Vitaly Kuznetsov2017-05-021-0/+9
* x86/xen: split off enlighten_pv.cVitaly Kuznetsov2017-05-021-0/+1512