summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten_pv.c
Commit message (Expand)AuthorAgeFilesLines
* x86/entry: Convert INT 0x80 emulation to IDTENTRYThomas Gleixner2023-12-071-1/+1
* x86/xen: allow nesting of same lazy modeJuergen Gross2023-09-191-0/+1
* x86/xen: move paravirt lazy codeJuergen Gross2023-09-191-7/+32
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-1/+1
|\
| * x86/shstk: Add user control-protection fault handlerRick Edgecombe2023-08-021-1/+1
* | Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-301-3/+1
|\ \
| * | x86/xen/apic: Use standard apic driver mechanism for Xen PVJuergen Gross2023-08-091-3/+1
| |/
* | Merge tag 'acpi-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-08-281-4/+4
|\ \
| * | ACPI: processor: Rename ACPI_PDC symbolsMichal Wilczynski2023-07-141-4/+4
| |/
* / x86/xen: Make virt_to_pfn() a static inlineLinus Walleij2023-08-211-1/+1
|/
* x86/xen: Set default memory type for PV guests to WBJuergen Gross2023-06-161-0/+2
* x86/xen: Set MTRR state when running as Xen PV initial domainJuergen Gross2023-06-011-0/+52
* Merge tag 'for-linus-6.3-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-171-1/+2
|\
| * x86/PVH: obtain VGA console info in Dom0Jan Beulich2023-03-141-1/+2
* | Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-02-211-0/+1
|\ \
| * | x86/gsseg: Use the LKGS instruction if available for load_gs_index()H. Peter Anvin (Intel)2023-01-131-0/+1
| |/
* / cpuidle, xenpv: Make more PARAVIRT_XXL noinstr cleanPeter Zijlstra2023-01-131-1/+1
|/
* Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-141-1/+1
|\
| * Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar2022-11-211-1/+2
| |\
| * | x86/cpu: Get rid of redundant switch_to_new_gdt() invocationsThomas Gleixner2022-10-171-1/+1
* | | Merge tag 'x86_boot_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-131-0/+2
|\ \ \
| * | | x86/boot: Skip realmode init code when running as Xen PV guestJuergen Gross2022-11-251-0/+2
| | |/ | |/|
* | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-1/+1
|\ \ \ | |/ / |/| |
| * | stackprotector: move get_random_canary() into stackprotector.hJason A. Donenfeld2022-11-181-1/+1
| |/
* | Merge tag 'for-linus-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-11-161-1/+2
|\ \ | |/ |/|
| * x86/xen: Use kstrtobool() instead of strtobool()Christophe JAILLET2022-11-141-1/+2
* | Merge tag 'for-linus-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-121-30/+71
|\|
| * xen/pv: support selecting safe/unsafe msr accessesJuergen Gross2022-10-111-10/+14
| * xen/pv: refactor msr access functions to support safe and unsafe accessesJuergen Gross2022-10-111-19/+56
| * xen/virtio: enable grant based virtio on x86Juergen Gross2022-10-101-1/+1
* | x86/entry: Work around Clang __bdos() bugKees Cook2022-09-261-1/+2
|/
* xen: don't require virtio with grants for non-PV guestsJuergen Gross2022-08-011-1/+4
* x86/xen: Use clear_bss() for Xen PV guestsJuergen Gross2022-07-011-2/+6
* xen/virtio: Enable restricted memory access using Xen grant mappingsJuergen Gross2022-06-061-0/+2
* Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki2022-05-251-2/+2
|\
| * xen/x86: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-2/+2
* | x86: xen: remove STACK_FRAME_NON_STANDARD from xen_cpuidMaximilian Heyne2022-05-191-2/+0
|/
* x86/ibt,xen: Sprinkle the ENDBRPeter Zijlstra2022-03-151-0/+3
* x86/entry,xen: Early rewrite of restore_regs_and_return_to_kernel()Peter Zijlstra2022-03-151-1/+6
* x86/Xen: streamline (and fix) PV CPU enumerationJan Beulich2022-02-031-4/+0
* xen: remove highmem remnantsJuergen Gross2021-11-021-7/+0
* x86/xen: remove xen_have_vcpu_info_placement flagJuergen Gross2021-11-021-23/+5
* Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-011-34/+36
|\
| * Merge branch 'objtool/urgent'Peter Zijlstra2021-10-071-6/+16
| |\
| * | x86/xen: Rework the xen_{cpu,irq,mmu}_opsarraysPeter Zijlstra2021-09-171-32/+34
| * | x86/xen: Make set_debugreg() noinstrPeter Zijlstra2021-09-171-1/+1
| * | x86/xen: Make get_debugreg() noinstrPeter Zijlstra2021-09-171-1/+1
* | | xen/x86: hook up xen_banner() also for PVHJan Beulich2021-10-051-11/+0
* | | xen/x86: generalize preferred console model from PV to PVH Dom0Jan Beulich2021-10-051-7/+1
* | | xen/x86: allow "earlyprintk=xen" to work for PV Dom0Jan Beulich2021-10-051-1/+1