]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 14 Aug 2020 20:34:37 +0000 (13:34 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 14 Aug 2020 20:34:37 +0000 (13:34 -0700)
commit38b403228dd5723de7a6d0d5fb6c46253f3b1de7
treed59fa88120a43dc90ec631508a0cbe13dc80e3ef
parent44b0ea4b997683983f602d6fd03614d8250a78f9
parent431b10ef1f4bac6a4b6ca396858051f31eddd2d1
Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip

Pull more xen updates from Juergen Gross:

 - Remove support for running as 32-bit Xen PV-guest.

   32-bit PV guests are rarely used, are lacking security fixes for
   Meltdown, and can be easily replaced by PVH mode. Another series for
   doing more cleanup will follow soon (removal of 32-bit-only pvops
   functionality).

 - Fixes and additional features for the Xen display frontend driver.

* tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
  drm/xen-front: Pass dumb buffer data offset to the backend
  xen: Sync up with the canonical protocol definition in Xen
  drm/xen-front: Add YUYV to supported formats
  drm/xen-front: Fix misused IS_ERR_OR_NULL checks
  xen/gntdev: Fix dmabuf import with non-zero sgt offset
  x86/xen: drop tests for highmem in pv code
  x86/xen: eliminate xen-asm_64.S
  x86/xen: remove 32-bit Xen PV guest support
arch/x86/entry/entry_32.S
arch/x86/xen/Makefile
arch/x86/xen/apic.c
arch/x86/xen/enlighten_pv.c
arch/x86/xen/smp_pv.c
drivers/gpu/drm/xen/xen_drm_front.c
drivers/xen/Kconfig