summaryrefslogtreecommitdiff
path: root/arch/x86/xen
AgeCommit message (Expand)AuthorFilesLines
2025-03-13Grab mm lock before grabbing pt lockMaksym Planeta1-0/+4
2025-03-13x86/xen: allow larger contiguous memory regions in PV guestsJuergen Gross1-9/+62
2025-03-13xen: remove a confusing comment on auto-translated guest I/OPetr Tesarik1-6/+0
2025-03-13x86/xen: add FRAME_END to xen_hypercall_hvm()Juergen Gross1-0/+1
2025-03-13x86/xen: fix xen_hypercall_hvm() to not clobber %rbxJuergen Gross1-2/+2
2025-03-13xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointerMike Rapoport1-1/+1
2025-01-23x86/xen: fix SLS mitigation in xen_hypercall_iret()Juergen Gross1-1/+1
2024-12-19x86/xen: remove hypercall pageJuergen Gross4-36/+1
2024-12-19x86/xen: add central hypercall functionsJuergen Gross6-1/+185
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-19x86/xen: Convert comma to semicolonChen Ni1-2/+2
2024-03-27x86/xen: Add some null pointer checking to smp.cKunwu Chan1-0/+12
2023-08-08x86/xen: Fix secondary processors' FPU initializationJuergen Gross1-0/+2
2023-04-05x86/PVH: avoid 32-bit build warning when obtaining VGA console infoJan Beulich1-1/+1
2023-04-05x86/PVH: obtain VGA console info in Dom0Jan Beulich5-8/+22
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-10-26x86/entry: Work around Clang __bdos() bugKees Cook1-1/+2
2022-07-23x86/xen: Fix initialisation in hypercall_page after rethunkBen Hutchings1-2/+2
2022-07-23objtool: Add entry UNRET validationPeter Zijlstra1-5/+5
2022-07-23x86/xen: Rename SYS* entry pointsPeter Zijlstra3-16/+16
2022-07-23objtool: Update Retpoline validationPeter Zijlstra1-0/+1
2022-05-15x86: Prepare asm files for straight-line-speculationPeter Zijlstra2-7/+7
2022-04-13xen: delay xen_hvm_init_time_ops() if kdump is boot on vcpu>=32Dongli Zhang2-1/+29
2022-04-08xen: fix is_xen_pmu()Juergen Gross3-8/+7
2022-02-23x86/Xen: streamline (and fix) PV CPU enumerationJan Beulich2-24/+6
2021-12-08x86/xen: Add xenpv_restore_regs_and_return_to_usermode()Lai Jiangshan1-0/+20
2021-10-05xen/x86: adjust data placementJan Beulich2-3/+5
2021-10-05xen/x86: hook up xen_banner() also for PVHJan Beulich4-11/+16
2021-10-05xen/x86: generalize preferred console model from PV to PVH Dom0Jan Beulich4-7/+18
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 Beulich5-25/+31
2021-10-05xen/x86: prevent PVH type from getting clobberedJan Beulich1-5/+4
2021-10-05xen/privcmd: drop "pages" parameter from xen_remap_pfn()Jan Beulich1-1/+1
2021-09-21xen/x86: fix PV trap handling on secondary processorsJan Beulich1-6/+9
2021-09-20xen/pci-swiotlb: reduce visibility of symbolsJan Beulich1-2/+2
2021-09-20xen/x86: drop redundant zeroing from cpu_initialize_context()Jan Beulich1-4/+0
2021-09-15xen: fix usage of pmd_populate in mremap for pv guestsJuergen Gross1-2/+5
2021-09-15xen: reset legacy rtc flag for PV domUJuergen Gross1-0/+7
2021-09-01xen: remove stray preempt_disable() from PV AP startup codeJuergen Gross1-1/+0
2021-08-30x86: xen: platform-pci-unplug: use pr_err() and pr_warn() instead of raw prin...zhaoxiao1-7/+9
2021-08-30xen: assume XENFEAT_mmu_pt_update_preserve_ad being set for pv guestsJuergen Gross2-12/+4
2021-08-30xen: fix setting of max_pfn in shared_infoJuergen Gross1-2/+2
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-22x86/xen: Fix noinstr fail in exc_xen_unknown_trap()Peter Zijlstra1-0/+2
2021-05-21x86/Xen: swap NX determination and GDT setup on BSPJan Beulich1-4/+4
2021-05-04Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2021-04-29Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+5
2021-04-28Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0