Merge tag 'for-linus-5.16b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull xen updates from Juergen Gross: - a series to speed up the boot of Xen PV guests - some cleanups in Xen related code - replacement of license texts with the appropriate SPDX headers and fixing of wrong SPDX headers in Xen header files - a small series making paravirtualized interrupt masking much simpler and at the same time removing complaints of objtool - a fix for Xen ballooning hogging workqueues for too long - enablement of the Xen pciback driver for Arm - some further small fixes/enhancements * tag 'for-linus-5.16b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: (22 commits) xen/balloon: fix unused-variable warning xen/balloon: rename alloc/free_xenballooned_pages xen/balloon: add late_initcall_sync() for initial ballooning done x86/xen: remove 32-bit awareness from startup_xen xen: remove highmem remnants xen: allow pv-only hypercalls only with CONFIG_XEN_PV x86/xen: remove 32-bit pv leftovers xen-pciback: allow compiling on other archs than x86 x86/xen: switch initial pvops IRQ functions to dummy ones x86/xen: remove xen_have_vcpu_info_placement flag x86/pvh: add prototype for xen_pvh_init() xen: Fix implicit type conversion xen: fix wrong SPDX headers of Xen related headers xen/pvcalls-back: Remove redundant 'flush_workqueue()' calls x86/xen: Remove redundant irq_enter/exit() invocations xen-pciback: Fix return in pm_ctrl_init() xen/x86: restrict PV Dom0 identity mapping xen/x86: there's no highmem anymore in PV mode xen/x86: adjust handling of the L3 user vsyscall special page table xen/x86: adjust xen_set_fixmap() ...
No related branches found
No related tags found
Showing
- Documentation/admin-guide/kernel-parameters.txt 7 additions, 0 deletionsDocumentation/admin-guide/kernel-parameters.txt
- arch/arm/xen/enlighten.c 0 additions, 1 deletionarch/arm/xen/enlighten.c
- arch/arm/xen/hypercall.S 0 additions, 1 deletionarch/arm/xen/hypercall.S
- arch/arm64/xen/hypercall.S 0 additions, 1 deletionarch/arm64/xen/hypercall.S
- arch/x86/include/asm/paravirt_types.h 2 additions, 0 deletionsarch/x86/include/asm/paravirt_types.h
- arch/x86/include/asm/xen/hypercall.h 102 additions, 131 deletionsarch/x86/include/asm/xen/hypercall.h
- arch/x86/include/asm/xen/hypervisor.h 4 additions, 0 deletionsarch/x86/include/asm/xen/hypervisor.h
- arch/x86/include/asm/xen/pci.h 0 additions, 19 deletionsarch/x86/include/asm/xen/pci.h
- arch/x86/kernel/paravirt.c 12 additions, 1 deletionarch/x86/kernel/paravirt.c
- arch/x86/pci/xen.c 1 addition, 75 deletionsarch/x86/pci/xen.c
- arch/x86/xen/enlighten.c 26 additions, 90 deletionsarch/x86/xen/enlighten.c
- arch/x86/xen/enlighten_hvm.c 3 additions, 3 deletionsarch/x86/xen/enlighten_hvm.c
- arch/x86/xen/enlighten_pv.c 5 additions, 30 deletionsarch/x86/xen/enlighten_pv.c
- arch/x86/xen/irq.c 4 additions, 58 deletionsarch/x86/xen/irq.c
- arch/x86/xen/mmu_pv.c 37 additions, 15 deletionsarch/x86/xen/mmu_pv.c
- arch/x86/xen/setup.c 3 additions, 7 deletionsarch/x86/xen/setup.c
- arch/x86/xen/smp.c 0 additions, 28 deletionsarch/x86/xen/smp.c
- arch/x86/xen/smp_pv.c 0 additions, 2 deletionsarch/x86/xen/smp_pv.c
- arch/x86/xen/xen-head.S 6 additions, 6 deletionsarch/x86/xen/xen-head.S
- arch/x86/xen/xen-ops.h 1 addition, 3 deletionsarch/x86/xen/xen-ops.h
Loading
Please register or sign in to comment