aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten_pv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-25xen/pvh: correctly setup the PV EFI interface for dom0Roger Pau Monne1-1/+1
2019-01-14always clear the X2APIC_ENABLE bit for PV guestTalons Lee1-4/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-2/+1
2018-09-03x86/paravirt: Use a single ops structureJuergen Gross1-13/+18
2018-08-20x86/xen: enable early use of set_fixmap in 32-bit Xen PV guestJuergen Gross1-0/+2
2018-08-20x86/Xen: further refine add_preferred_console() invocationsJan Beulich1-1/+4
2018-08-20x86/Xen: mark xen_setup_gdt() __initJan Beulich1-3/+3
2018-08-14Merge tag 'for-linus-4.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+3
2018-08-06xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bitsM. Vefa Bicakci1-0/+3
2018-07-20x86/xen/time: Initialize pv xen time in init_hypervisor_platform()Pavel Tatashin1-27/+24
2018-07-13xen: setup pv irq ops vector earlierJuergen Gross1-13/+11
2018-07-12xen: remove global bit from __default_kernel_pte_mask for pv guestsJuergen Gross1-0/+1
2018-06-19xen: share start flags between PV and PVHRoger Pau Monne1-0/+1
2018-04-19x86/xen: Remove use of VLAsLaura Abbott1-55/+31
2018-03-21x86/xen: Delay get_cpu_cap until stack canary is establishedJason Andryuk1-4/+4
2018-02-28x86/xen: add tty0 and hvc0 as preferred consoles for dom0Juergen Gross1-2/+4
2017-12-22Merge tag 'for-linus-4.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+3
2017-12-19x86-64/Xen: eliminate W+X mappingsJan Beulich1-0/+3
2017-12-18Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-12-17x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski1-1/+1
2017-12-17Merge commit 'upstream-x86-virt' into WIP.x86/mmIngo Molnar1-3/+3
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar1-5/+4
2017-11-28x86/xen: Support early interrupts in xen pv guestsJuergen Gross1-13/+24
2017-11-13Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2017-11-13Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2017-11-10x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross1-2/+2
2017-11-10x86/virt, x86/platform: Merge 'struct x86_hyper' into 'struct x86_platform' and 'struct x86_init'Juergen Gross1-1/+1
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar1-0/+1
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-02x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski1-4/+3
2017-11-02xen, x86/entry/64: Add xen NMI trap entryJuergen Gross1-1/+1
2017-09-25x86/init: Add intr_mode_init to x86_init_opsDou Liyang1-0/+1
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