aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten_pv.c
AgeCommit message (Expand)Author
2017-12-22Merge tag 'for-linus-4.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-12-19x86-64/Xen: eliminate W+X mappingsJan Beulich
2017-12-18Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2017-12-17x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski
2017-12-17Merge commit 'upstream-x86-virt' into WIP.x86/mmIngo Molnar
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar
2017-11-28x86/xen: Support early interrupts in xen pv guestsJuergen Gross
2017-11-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-11-13Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-10x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross
2017-11-10x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' a...Juergen Gross
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-02x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski
2017-11-02xen, x86/entry/64: Add xen NMI trap entryJuergen Gross
2017-09-25x86/init: Add intr_mode_init to x86_init_opsDou Liyang
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