]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 6 Sep 2020 16:59:27 +0000 (09:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 6 Sep 2020 16:59:27 +0000 (09:59 -0700)
commit948519d38fd96d5bbd73b2f581e1fcda4adc0157
tree7a6e7b5875e909baf587b947b536512d95d046de
parentc49c76b2063ebb1010a7cf839414719dfdeb45d2
parentddfa045de877ac2d687d1331b6cad05b0f0d10f0
Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip

Pull xen updates from Juergen Gross:
 "A small series for fixing a problem with Xen PVH guests when running
  as backends (e.g. as dom0).

  Mapping other guests' memory is now working via ZONE_DEVICE, thus not
  requiring to abuse the memory hotplug functionality for that purpose"

* tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip:
  xen: add helpers to allocate unpopulated memory
  memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERIC
  xen/balloon: add header guard
drivers/xen/Kconfig
drivers/xen/Makefile
drivers/xen/balloon.c
drivers/xen/privcmd.c