aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten_pv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-13x86/paravirt: Remove no longer used paravirt functionsJuergen Gross1-2/+0
2017-09-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-39/+71
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2017-08-31x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross1-33/+65
2017-08-29x86/asm: Replace access to desc_struct:a/b fieldsThomas Gleixner1-1/+1
2017-08-29x86/idt: Unify gate_struct handling for 32/64-bit kernelsThomas Gleixner1-6/+6
2017-08-24x86/paravirt/xen: Remove xen_patch()Juergen Gross1-58/+1
2017-07-18xen/x86: Remove SME feature in PV guestsTom Lendacky1-0/+1
2017-07-18Merge branch 'x86/boot' into x86/mm, to pick up interacting changesIngo Molnar1-49/+40
2017-07-05x86/mm: Enable CR4.PCIDE on supported systemsAndy Lutomirski1-0/+6
2017-06-25xen: allocate page for shared info page from low memoryJuergen Gross1-2/+0
2017-06-13xen/vcpu: Handle xen_vcpu_setup() failure in hotplugAnkur Arora1-1/+13
2017-06-13xen/pv: Fix OOPS on restore for a PV, !SMP domainAnkur Arora1-11/+15
2017-06-13xen/vcpu: Simplify xen_vcpu related codeAnkur Arora1-35/+12
2017-05-19xen: cleanup pvh leftovers from pv-only sourcesJuergen Gross1-11/+4
2017-05-11x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under XenJuergen Gross1-1/+0
2017-05-05xen/x86: Do not call xen_init_time_ops() until shared_info is initializedBoris Ostrovsky1-2/+7
2017-05-05x86/xen: fix xsave capability settingJuergen Gross1-23/+9
2017-05-02x86/xen: use capabilities instead of fake cpuid values for xsaveJuergen Gross1-23/+30
2017-05-02x86/xen: use capabilities instead of fake cpuid values for x2apicJuergen Gross1-2/+1
2017-05-02x86/xen: use capabilities instead of fake cpuid values for mwaitJuergen Gross1-6/+5
2017-05-02x86/xen: use capabilities instead of fake cpuid values for acpiJuergen Gross1-8/+3
2017-05-02x86/xen: use capabilities instead of fake cpuid values for accJuergen Gross1-3/+1
2017-05-02x86/xen: use capabilities instead of fake cpuid values for mtrrJuergen Gross1-2/+2
2017-05-02x86/xen: use capabilities instead of fake cpuid values for aperfJuergen Gross1-8/+1
2017-05-02x86/xen: don't indicate DCA support in pv domainsJuergen Gross1-0/+1
2017-05-02xen: set cpu capabilities from xen_start_kernel()Juergen Gross1-7/+7
2017-05-02x86/xen: split xen_smp_intr_init()/xen_smp_intr_free()Vitaly Kuznetsov1-0/+9
2017-05-02x86/xen: split off enlighten_pv.cVitaly Kuznetsov1-0/+1512