summaryrefslogtreecommitdiff
path: root/arch/x86/xen/enlighten_pv.c
AgeCommit message (Expand)Author
2017-09-13x86/paravirt: Remove no longer used paravirt functionsJuergen Gross
2017-09-04Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-08-31x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross
2017-08-29x86/asm: Replace access to desc_struct:a/b fieldsThomas Gleixner
2017-08-29x86/idt: Unify gate_struct handling for 32/64-bit kernelsThomas Gleixner
2017-08-24x86/paravirt/xen: Remove xen_patch()Juergen Gross
2017-07-18xen/x86: Remove SME feature in PV guestsTom Lendacky
2017-07-18Merge branch 'x86/boot' into x86/mm, to pick up interacting changesIngo Molnar
2017-07-05x86/mm: Enable CR4.PCIDE on supported systemsAndy Lutomirski
2017-06-25xen: allocate page for shared info page from low memoryJuergen Gross
2017-06-13xen/vcpu: Handle xen_vcpu_setup() failure in hotplugAnkur Arora
2017-06-13xen/pv: Fix OOPS on restore for a PV, !SMP domainAnkur Arora
2017-06-13xen/vcpu: Simplify xen_vcpu related codeAnkur Arora
2017-05-19xen: cleanup pvh leftovers from pv-only sourcesJuergen Gross
2017-05-11x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under XenJuergen Gross
2017-05-05xen/x86: Do not call xen_init_time_ops() until shared_info is initializedBoris Ostrovsky
2017-05-05x86/xen: fix xsave capability settingJuergen Gross
2017-05-02x86/xen: use capabilities instead of fake cpuid values for xsaveJuergen Gross
2017-05-02x86/xen: use capabilities instead of fake cpuid values for x2apicJuergen Gross
2017-05-02x86/xen: use capabilities instead of fake cpuid values for mwaitJuergen Gross
2017-05-02x86/xen: use capabilities instead of fake cpuid values for acpiJuergen Gross
2017-05-02x86/xen: use capabilities instead of fake cpuid values for accJuergen Gross
2017-05-02x86/xen: use capabilities instead of fake cpuid values for mtrrJuergen Gross
2017-05-02x86/xen: use capabilities instead of fake cpuid values for aperfJuergen Gross
2017-05-02x86/xen: don't indicate DCA support in pv domainsJuergen Gross
2017-05-02xen: set cpu capabilities from xen_start_kernel()Juergen Gross
2017-05-02x86/xen: split xen_smp_intr_init()/xen_smp_intr_free()Vitaly Kuznetsov
2017-05-02x86/xen: split off enlighten_pv.cVitaly Kuznetsov