summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten_pvh.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-191-0/+68
|\
| * x86/xen: attempt to inflate the memory balloon on PVHRoger Pau Monne2024-03-131-0/+68
* | x86: Do not include <asm/bootparam.h> in several filesThomas Zimmermann2024-01-301-0/+1
|/
* x86/PVH: avoid 32-bit build warning when obtaining VGA console infoJan Beulich2023-03-221-1/+1
* x86/PVH: obtain VGA console info in Dom0Jan Beulich2023-03-141-0/+13
* xen/x86: adjust data placementJan Beulich2021-10-051-2/+4
* xen/x86: hook up xen_banner() also for PVHJan Beulich2021-10-051-0/+1
* xen/x86: generalize preferred console model from PV to PVH Dom0Jan Beulich2021-10-051-0/+3
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* xen/pvh: correctly setup the PV EFI interface for dom0Roger Pau Monne2019-04-251-1/+5
* xen/pvh: set xen_domain_type to HVM in xen_pvh_initRoger Pau Monne2019-04-251-0/+1
* xen/pvh: Move Xen code for getting mem map via hcall out of common fileMaran Wilson2018-12-131-0/+20
* xen/pvh: Move Xen specific PVH VM initialization out of common fileMaran Wilson2018-12-131-1/+21
* xen/pvh: Create a new file for Xen specific PVH codeMaran Wilson2018-12-131-0/+10
* xen/pvh: Move PVH entry code out of Xen specific treeMaran Wilson2018-12-131-108/+0
* Merge branch 'x86-grub2-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-10-231-1/+1
|\
| * x86/xen: Fix boot loader version reported for PVH guestsJuergen Gross2018-10-101-1/+1
* | xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig2018-09-261-0/+1
|/
* xen: share start flags between PV and PVHRoger Pau Monne2018-06-191-0/+1
* x86/xen: Add pvh specific rsdp address retrieval functionJuergen Gross2018-02-261-3/+11
* x86/virt/xen: Use guest_late_init to detect Xen PVH guestJuergen Gross2017-11-101-9/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* xen/pvh: Do not fill kernel's e820 map in init_pvh_bootparams()Boris Ostrovsky2017-05-021-14/+6
* x86/xen: split off enlighten_pvh.cVitaly Kuznetsov2017-05-021-0/+114