summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten_pv.c
Commit message (Expand)AuthorAgeFilesLines
* x86/paravirt: Remove no longer used paravirt functionsJuergen Gross2017-09-131-2/+0Star
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-051-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/+40Star
| |\
| * | x86/mm: Enable CR4.PCIDE on supported systemsAndy Lutomirski2017-07-051-0/+6
* | | x86/paravirt/xen: Remove xen_patch()Juergen Gross2017-08-241-58/+1Star
| |/ |/|
* | xen: allocate page for shared info page from low memoryJuergen Gross2017-06-251-2/+0Star
* | 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/+12Star
|/
* xen: cleanup pvh leftovers from pv-only sourcesJuergen Gross2017-05-191-11/+4Star
* x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under XenJuergen Gross2017-05-111-1/+0Star
* 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/+9Star
* 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/+1Star
* x86/xen: use capabilities instead of fake cpuid values for mwaitJuergen Gross2017-05-021-6/+5Star
* x86/xen: use capabilities instead of fake cpuid values for acpiJuergen Gross2017-05-021-8/+3Star
* x86/xen: use capabilities instead of fake cpuid values for accJuergen Gross2017-05-021-3/+1Star
* 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/+1Star
* 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