Merge tag 'for-linus-4.21-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull xen updates from Juergen Gross: "Xen features and fixes: - a series to enable KVM guests to be booted by qemu via the Xen PVH boot entry for speeding up KVM guest tests - a series for a common driver to be used by Xen PV frontends (right now drm and sound) - two other fixes in Xen related code" * tag 'for-linus-4.21-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: ALSA: xen-front: Use Xen common shared buffer implementation drm/xen-front: Use Xen common shared buffer implementation xen: Introduce shared buffer helpers for page directory... xen/pciback: Check dev_data before using it kprobes/x86/xen: blacklist non-attachable xen interrupt functions KVM: x86: Allow Qemu/KVM to use PVH entry point xen/pvh: Add memory map pointer to hvm_start_info struct xen/pvh: Move Xen code for getting mem map via hcall out of common file xen/pvh: Move Xen specific PVH VM initialization out of common file xen/pvh: Create a new file for Xen specific PVH code xen/pvh: Move PVH entry code out of Xen specific tree xen/pvh: Split CONFIG_XEN_PVH into CONFIG_PVH and CONFIG_XEN_PVH
No related branches found
No related tags found
Showing
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- arch/x86/Kbuild 2 additions, 0 deletionsarch/x86/Kbuild
- arch/x86/Kconfig 6 additions, 0 deletionsarch/x86/Kconfig
- arch/x86/kernel/head_64.S 1 addition, 1 deletionarch/x86/kernel/head_64.S
- arch/x86/platform/pvh/Makefile 5 additions, 0 deletionsarch/x86/platform/pvh/Makefile
- arch/x86/platform/pvh/enlighten.c 137 additions, 0 deletionsarch/x86/platform/pvh/enlighten.c
- arch/x86/platform/pvh/head.S 0 additions, 0 deletionsarch/x86/platform/pvh/head.S
- arch/x86/xen/Kconfig 2 additions, 1 deletionarch/x86/xen/Kconfig
- arch/x86/xen/Makefile 0 additions, 2 deletionsarch/x86/xen/Makefile
- arch/x86/xen/enlighten_pvh.c 17 additions, 75 deletionsarch/x86/xen/enlighten_pvh.c
- arch/x86/xen/xen-asm_64.S 2 additions, 0 deletionsarch/x86/xen/xen-asm_64.S
- drivers/gpu/drm/xen/Kconfig 1 addition, 0 deletionsdrivers/gpu/drm/xen/Kconfig
- drivers/gpu/drm/xen/Makefile 0 additions, 1 deletiondrivers/gpu/drm/xen/Makefile
- drivers/gpu/drm/xen/xen_drm_front.c 25 additions, 40 deletionsdrivers/gpu/drm/xen/xen_drm_front.c
- drivers/gpu/drm/xen/xen_drm_front_gem.c 0 additions, 1 deletiondrivers/gpu/drm/xen/xen_drm_front_gem.c
- drivers/gpu/drm/xen/xen_drm_front_shbuf.h 0 additions, 64 deletionsdrivers/gpu/drm/xen/xen_drm_front_shbuf.h
- drivers/xen/Kconfig 3 additions, 0 deletionsdrivers/xen/Kconfig
- drivers/xen/Makefile 1 addition, 0 deletionsdrivers/xen/Makefile
- drivers/xen/xen-front-pgdir-shbuf.c 553 additions, 0 deletionsdrivers/xen/xen-front-pgdir-shbuf.c
- drivers/xen/xen-pciback/pci_stub.c 2 additions, 1 deletiondrivers/xen/xen-pciback/pci_stub.c
Loading
Please register or sign in to comment