aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/xen/enlighten_pvh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-19Merge tag 'for-linus-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+68
2024-03-13x86/xen: attempt to inflate the memory balloon on PVHRoger Pau Monne1-0/+68
2024-01-30x86: Do not include <asm/bootparam.h> in several filesThomas Zimmermann1-0/+1
2023-03-22x86/PVH: avoid 32-bit build warning when obtaining VGA console infoJan Beulich1-1/+1
2023-03-14x86/PVH: obtain VGA console info in Dom0Jan Beulich1-0/+13
2021-10-05xen/x86: adjust data placementJan Beulich1-2/+4
2021-10-05xen/x86: hook up xen_banner() also for PVHJan Beulich1-0/+1
2021-10-05xen/x86: generalize preferred console model from PV to PVH Dom0Jan Beulich1-0/+3
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2019-04-25xen/pvh: correctly setup the PV EFI interface for dom0Roger Pau Monne1-1/+5
2019-04-25xen/pvh: set xen_domain_type to HVM in xen_pvh_initRoger Pau Monne1-0/+1
2018-12-13xen/pvh: Move Xen code for getting mem map via hcall out of common fileMaran Wilson1-0/+20
2018-12-13xen/pvh: Move Xen specific PVH VM initialization out of common fileMaran Wilson1-1/+21
2018-12-13xen/pvh: Create a new file for Xen specific PVH codeMaran Wilson1-0/+10
2018-12-13xen/pvh: Move PVH entry code out of Xen specific treeMaran Wilson1-108/+0
2018-10-23Merge branch 'x86-grub2-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-10-10x86/xen: Fix boot loader version reported for PVH guestsJuergen Gross1-1/+1
2018-09-26xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig1-0/+1
2018-06-19xen: share start flags between PV and PVHRoger Pau Monne1-0/+1
2018-02-26x86/xen: Add pvh specific rsdp address retrieval functionJuergen Gross1-3/+11
2017-11-10x86/virt/xen: Use guest_late_init to detect Xen PVH guestJuergen Gross1-9/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-02xen/pvh: Do not fill kernel's e820 map in init_pvh_bootparams()Boris Ostrovsky1-14/+6
2017-05-02x86/xen: split off enlighten_pvh.cVitaly Kuznetsov1-0/+114