summaryrefslogtreecommitdiff
path: root/arch/x86/xen
AgeCommit message (Expand)AuthorFilesLines
2026-01-11x86/xen: Fix sparse warning in enlighten_pv.cJuergen Gross1-1/+1
2026-01-11x86/xen: Move Xen upcall handlerBrian Gerst1-0/+69
2025-02-21Grab mm lock before grabbing pt lockMaksym Planeta1-0/+4
2025-02-21x86/xen: allow larger contiguous memory regions in PV guestsJuergen Gross1-9/+62
2025-02-21xen: remove a confusing comment on auto-translated guest I/OPetr Tesarik1-6/+0
2025-02-21x86/xen: add FRAME_END to xen_hypercall_hvm()Juergen Gross1-0/+1
2025-02-21x86/xen: fix xen_hypercall_hvm() to not clobber %rbxJuergen Gross1-2/+2
2025-01-23x86/xen: fix SLS mitigation in xen_hypercall_iret()Juergen Gross1-1/+1
2024-12-19x86/xen: remove hypercall pageJuergen Gross4-40/+1
2024-12-19x86/xen: add central hypercall functionsJuergen Gross6-1/+187
2024-12-19x86/xen: don't do PV iret hypercall through hypercall pageJuergen Gross1-9/+18
2024-10-17xen: use correct end address of kernel for conflict checkingJuergen Gross1-1/+1
2024-08-03x86/xen: Convert comma to semicolonChen Ni1-2/+2
2024-03-27x86/xen: Add some null pointer checking to smp.cKunwu Chan1-0/+12
2024-01-01x86/xen: add CPU dependencies for 32-bit buildArnd Bergmann1-0/+1
2023-12-13x86/entry: Convert INT 0x80 emulation to IDTENTRYThomas Gleixner2-2/+2
2023-12-08x86/xen: fix percpu vcpu_info allocationJuergen Gross2-2/+6
2023-12-08xen: simplify evtchn_do_upcall() call mazeJuergen Gross2-2/+2
2023-08-08x86/xen: Fix secondary processors' FPU initializationJuergen Gross1-0/+1
2023-04-06x86/PVH: avoid 32-bit build warning when obtaining VGA console infoJan Beulich1-1/+1
2023-04-06x86/PVH: obtain VGA console info in Dom0Jan Beulich5-8/+22
2022-12-31x86/boot: Skip realmode init code when running as Xen PV guestJuergen Gross1-0/+2
2022-12-31x86/xen: Fix memory leak in xen_init_lock_cpu()Xiu Jianfeng1-3/+3
2022-12-31x86/xen: Fix memory leak in xen_smp_intr_init{_pv}()Xiu Jianfeng2-18/+18
2022-11-16Merge tag 'for-linus-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+4
2022-11-14x86/xen: Use kstrtobool() instead of strtobool()Christophe JAILLET2-2/+4
2022-11-06Merge tag 'for-linus-6.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-18/+7
2022-11-03x86/xen: simplify sysenter and syscall setupJuergen Gross1-17/+6
2022-11-03x86/xen: silence smatch warning in pmu_msr_chk_emulated()Juergen Gross1-1/+1
2022-10-13Merge tag 'for-linus-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-60/+123
2022-10-11xen/pv: support selecting safe/unsafe msr accessesJuergen Gross2-10/+23
2022-10-11xen/pv: refactor msr access functions to support safe and unsafe accessesJuergen Gross1-19/+56
2022-10-11xen/pv: fix vendor checks for pmu emulationJuergen Gross1-3/+6
2022-10-11xen/pv: add fault recovery control to pmu msr accessesJuergen Gross1-28/+38
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds1-1/+1
2022-10-10xen/virtio: enable grant based virtio on x86Juergen Gross2-2/+2
2022-09-26x86/entry: Work around Clang __bdos() bugKees Cook1-1/+2
2022-09-20smp: add set_nr_cpu_ids()Yury Norov1-1/+1
2022-08-12x86/xen: Add support for HVMOP_set_evtchn_upcall_vectorJane Malalane3-8/+28
2022-08-01xen: don't require virtio with grants for non-PV guestsJuergen Gross2-2/+7
2022-07-12Merge tag 'x86_bugs_retbleed' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-21/+22
2022-07-01x86/xen: Use clear_bss() for Xen PV guestsJuergen Gross2-11/+7
2022-06-27objtool: Add entry UNRET validationPeter Zijlstra1-5/+5
2022-06-27x86/xen: Rename SYS* entry pointsPeter Zijlstra3-16/+16
2022-06-27objtool: Update Retpoline validationPeter Zijlstra1-0/+1
2022-06-06xen/virtio: Enable restricted memory access using Xen grant mappingsJuergen Gross2-0/+4
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-2/+2
2022-05-26Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds3-98/+1
2022-05-25Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki1-2/+2
2022-05-24Merge tag 'for-linus-5.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+0