-
- Downloads
Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull xen fixes from Juergen Gross: - fix two minor issues in the Xen privcmd driver plus a cleanup patch for that driver - fix multiple issues related to running as PVH guest and some related earlyprintk fixes for other Xen guest types - fix an issue introduced in 5.15 the Xen balloon driver * tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: xen/balloon: fix cancelled balloon action xen/x86: adjust data placement x86/PVH: adjust function/data placement xen/x86: hook up xen_banner() also for PVH xen/x86: generalize preferred console model from PV to PVH Dom0 xen/x86: make "earlyprintk=xen" work for HVM/PVH DomU xen/x86: allow "earlyprintk=xen" to work for PV Dom0 xen/x86: make "earlyprintk=xen" work better for PVH Dom0 xen/x86: allow PVH Dom0 without XEN_PV=y xen/x86: prevent PVH type from getting clobbered xen/privcmd: drop "pages" parameter from xen_remap_pfn() xen/privcmd: fix error handling in mmap-resource processing xen/privcmd: replace kcalloc() by kvcalloc() when allocating empty pages
Showing
- Documentation/admin-guide/kernel-parameters.txt 1 addition, 1 deletionDocumentation/admin-guide/kernel-parameters.txt
- arch/x86/include/asm/xen/pci.h 7 additions, 4 deletionsarch/x86/include/asm/xen/pci.h
- arch/x86/pci/xen.c 9 additions, 6 deletionsarch/x86/pci/xen.c
- arch/x86/platform/pvh/enlighten.c 6 additions, 6 deletionsarch/x86/platform/pvh/enlighten.c
- arch/x86/xen/Kconfig 12 additions, 7 deletionsarch/x86/xen/Kconfig
- arch/x86/xen/Makefile 1 addition, 1 deletionarch/x86/xen/Makefile
- arch/x86/xen/enlighten.c 48 additions, 6 deletionsarch/x86/xen/enlighten.c
- arch/x86/xen/enlighten_pv.c 1 addition, 34 deletionsarch/x86/xen/enlighten_pv.c
- arch/x86/xen/enlighten_pvh.c 8 additions, 2 deletionsarch/x86/xen/enlighten_pvh.c
- arch/x86/xen/mmu_pv.c 1 addition, 1 deletionarch/x86/xen/mmu_pv.c
- arch/x86/xen/xen-ops.h 4 additions, 1 deletionarch/x86/xen/xen-ops.h
- drivers/tty/hvc/hvc_xen.c 5 additions, 8 deletionsdrivers/tty/hvc/hvc_xen.c
- drivers/xen/Kconfig 2 additions, 2 deletionsdrivers/xen/Kconfig
- drivers/xen/balloon.c 15 additions, 6 deletionsdrivers/xen/balloon.c
- drivers/xen/privcmd.c 9 additions, 9 deletionsdrivers/xen/privcmd.c
- include/xen/xen-ops.h 6 additions, 9 deletionsinclude/xen/xen-ops.h
Loading
Please register or sign in to comment