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