summaryrefslogtreecommitdiff
path: root/arch/x86/xen/enlighten_pv.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-07x86/entry: Convert INT 0x80 emulation to IDTENTRYThomas Gleixner1-1/+1
2023-09-19x86/xen: allow nesting of same lazy modeJuergen Gross1-0/+1
2023-09-19x86/xen: move paravirt lazy codeJuergen Gross1-7/+32
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+1
2023-08-29Merge tag 'acpi-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-4/+4
2023-08-21x86/xen: Make virt_to_pfn() a static inlineLinus Walleij1-1/+1
2023-08-09x86/xen/apic: Use standard apic driver mechanism for Xen PVJuergen Gross1-3/+1
2023-08-03x86/shstk: Add user control-protection fault handlerRick Edgecombe1-1/+1
2023-07-14ACPI: processor: Rename ACPI_PDC symbolsMichal Wilczynski1-4/+4
2023-06-16x86/xen: Set default memory type for PV guests to WBJuergen Gross1-0/+2
2023-06-01x86/xen: Set MTRR state when running as Xen PV initial domainJuergen Gross1-0/+52
2023-03-17Merge tag 'for-linus-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2023-03-14x86/PVH: obtain VGA console info in Dom0Jan Beulich1-1/+2
2023-02-22Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2023-01-13cpuidle, xenpv: Make more PARAVIRT_XXL noinstr cleanPeter Zijlstra1-1/+1
2023-01-13x86/gsseg: Use the LKGS instruction if available for load_gs_index()H. Peter Anvin (Intel)1-0/+1
2022-12-15Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-12-14Merge tag 'x86_boot_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2022-12-13Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-11-25x86/boot: Skip realmode init code when running as Xen PV guestJuergen Gross1-0/+2
2022-11-22Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar1-1/+2
2022-11-18stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld1-1/+1
2022-11-16Merge tag 'for-linus-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2022-11-14x86/xen: Use kstrtobool() instead of strtobool()Christophe JAILLET1-1/+2
2022-10-17x86/cpu: Get rid of redundant switch_to_new_gdt() invocationsThomas Gleixner1-1/+1
2022-10-13Merge tag 'for-linus-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-30/+71
2022-10-11xen/pv: support selecting safe/unsafe msr accessesJuergen Gross1-10/+14
2022-10-11xen/pv: refactor msr access functions to support safe and unsafe accessesJuergen Gross1-19/+56
2022-10-10xen/virtio: enable grant based virtio on x86Juergen Gross1-1/+1
2022-09-26x86/entry: Work around Clang __bdos() bugKees Cook1-1/+2
2022-08-01xen: don't require virtio with grants for non-PV guestsJuergen Gross1-1/+4
2022-07-01x86/xen: Use clear_bss() for Xen PV guestsJuergen Gross1-2/+6
2022-06-06xen/virtio: Enable restricted memory access using Xen grant mappingsJuergen Gross1-0/+2
2022-05-25Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki1-2/+2
2022-05-19xen/x86: Use do_kernel_power_off()Dmitry Osipenko1-2/+2
2022-05-19x86: xen: remove STACK_FRAME_NON_STANDARD from xen_cpuidMaximilian Heyne1-2/+0
2022-03-15x86/ibt,xen: Sprinkle the ENDBRPeter Zijlstra1-0/+3
2022-03-15x86/entry,xen: Early rewrite of restore_regs_and_return_to_kernel()Peter Zijlstra1-1/+6
2022-02-03x86/Xen: streamline (and fix) PV CPU enumerationJan Beulich1-4/+0
2021-11-02xen: remove highmem remnantsJuergen Gross1-7/+0
2021-11-02x86/xen: remove xen_have_vcpu_info_placement flagJuergen Gross1-23/+5
2021-11-01Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-34/+36
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra1-6/+16
2021-10-05xen/x86: hook up xen_banner() also for PVHJan Beulich1-11/+0
2021-10-05xen/x86: generalize preferred console model from PV to PVH Dom0Jan Beulich1-7/+1
2021-10-05xen/x86: allow "earlyprintk=xen" to work for PV Dom0Jan Beulich1-1/+1
2021-10-05xen/x86: allow PVH Dom0 without XEN_PV=yJan Beulich1-16/+0
2021-09-21xen/x86: fix PV trap handling on secondary processorsJan Beulich1-6/+9
2021-09-17x86/xen: Rework the xen_{cpu,irq,mmu}_opsarraysPeter Zijlstra1-32/+34