Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Pull xen updates from Juergen Gross: "Fixes and features: - A series to introduce a common command line parameter for disabling paravirtual extensions when running as a guest in virtualized environment - A fix for int3 handling in Xen pv guests - Removal of the Xen-specific tmem driver as support of tmem in Xen has been dropped (and it was experimental only) - A security fix for running as Xen dom0 (XSA-300) - A fix for IRQ handling when offlining cpus in Xen guests - Some small cleanups" * tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: xen: let alloc_xenballooned_pages() fail if not enough memory free xen/pv: Fix a boot up hang revealed by int3 self test x86/xen: Add "nopv" support for HVM guest x86/paravirt: Remove const mark from x86_hyper_xen_hvm variable xen: Map "xen_nopv" parameter to "nopv" and mark it obsolete x86: Add "nopv" parameter to disable PV extensions x86/xen: Mark xen_hvm_need_lapic() and xen_x2apic_para_available() as __init xen: remove tmem driver Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get initialized" xen/events: fix binding user event channels to cpus
No related branches found
No related tags found
Showing
- Documentation/admin-guide/kernel-parameters.txt 7 additions, 21 deletionsDocumentation/admin-guide/kernel-parameters.txt
- arch/x86/entry/entry_64.S 0 additions, 1 deletionarch/x86/entry/entry_64.S
- arch/x86/include/asm/hypervisor.h 12 additions, 0 deletionsarch/x86/include/asm/hypervisor.h
- arch/x86/include/asm/traps.h 1 addition, 1 deletionarch/x86/include/asm/traps.h
- arch/x86/include/asm/x86_init.h 2 additions, 0 deletionsarch/x86/include/asm/x86_init.h
- arch/x86/include/asm/xen/hypervisor.h 3 additions, 3 deletionsarch/x86/include/asm/xen/hypervisor.h
- arch/x86/kernel/cpu/hypervisor.c 11 additions, 8 deletionsarch/x86/kernel/cpu/hypervisor.c
- arch/x86/kernel/jailhouse.c 1 addition, 0 deletionsarch/x86/kernel/jailhouse.c
- arch/x86/kernel/smpboot.c 1 addition, 2 deletionsarch/x86/kernel/smpboot.c
- arch/x86/kernel/x86_init.c 2 additions, 2 deletionsarch/x86/kernel/x86_init.c
- arch/x86/xen/enlighten_hvm.c 42 additions, 16 deletionsarch/x86/xen/enlighten_hvm.c
- arch/x86/xen/enlighten_pv.c 2 additions, 1 deletionarch/x86/xen/enlighten_pv.c
- arch/x86/xen/spinlock.c 2 additions, 4 deletionsarch/x86/xen/spinlock.c
- arch/x86/xen/xen-asm_64.S 0 additions, 1 deletionarch/x86/xen/xen-asm_64.S
- drivers/xen/Kconfig 0 additions, 23 deletionsdrivers/xen/Kconfig
- drivers/xen/Makefile 0 additions, 2 deletionsdrivers/xen/Makefile
- drivers/xen/balloon.c 13 additions, 3 deletionsdrivers/xen/balloon.c
- drivers/xen/events/events_base.c 10 additions, 2 deletionsdrivers/xen/events/events_base.c
- drivers/xen/evtchn.c 1 addition, 1 deletiondrivers/xen/evtchn.c
- drivers/xen/tmem.c 0 additions, 419 deletionsdrivers/xen/tmem.c
Loading
Please register or sign in to comment