Linux/linux b5d72ddDocumentation/admin-guide kernel-parameters.txt, arch/x86/entry entry_64.S

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
DeltaFile
+0-579drivers/xen/xen-selfballoon.c
+0-419drivers/xen/tmem.c
+42-16arch/x86/xen/enlighten_hvm.c
+7-21Documentation/admin-guide/kernel-parameters.txt
+0-23drivers/xen/Kconfig
+11-8arch/x86/kernel/cpu/hypervisor.c
+0-18include/xen/tmem.h
+13-3drivers/xen/balloon.c
+12-0arch/x86/include/asm/hypervisor.h
+10-2drivers/xen/events/events_base.c
+0-10include/xen/balloon.h
+3-3arch/x86/include/asm/xen/hypervisor.h
+2-4arch/x86/xen/spinlock.c
+2-2arch/x86/kernel/x86_init.c
+2-1include/xen/events.h
+1-2arch/x86/kernel/smpboot.c
+2-1arch/x86/xen/enlighten_pv.c
+1-1arch/x86/include/asm/traps.h
+1-1drivers/xen/evtchn.c
+0-2drivers/xen/Makefile
+0-2drivers/xen/xen-balloon.c
+2-0arch/x86/include/asm/x86_init.h
+0-1arch/x86/entry/entry_64.S
+1-0arch/x86/kernel/jailhouse.c
+0-1arch/x86/xen/xen-asm_64.S
+112-1,12025 files

UnifiedSplitRaw