All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] xen: branch for v5.19-rc2
@ 2022-06-10  4:48 Juergen Gross
  2022-06-10 18:25 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Juergen Gross @ 2022-06-10  4:48 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, xen-devel, sstabellini

Linus,

Please git pull the following tag:

 git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-5.19a-rc2-tag

xen: branch for v5.19-rc2

It contains:
- a small cleanup removing "export" of an __init function
- a small series adding a new infrastructure for platform flags
- a series adding generic virtio support for Xen guests (frontend side)

Thanks.

Juergen

 .../devicetree/bindings/iommu/xen,grant-dma.yaml   |  39 +++
 MAINTAINERS                                        |   8 +
 arch/arm/include/asm/xen/xen-ops.h                 |   2 +
 arch/arm/mm/dma-mapping.c                          |   7 +-
 arch/arm/xen/enlighten.c                           |   2 +
 arch/arm64/include/asm/xen/xen-ops.h               |   2 +
 arch/arm64/mm/dma-mapping.c                        |   7 +-
 arch/s390/Kconfig                                  |   1 -
 arch/s390/mm/init.c                                |  13 +-
 arch/x86/Kconfig                                   |   1 -
 arch/x86/mm/mem_encrypt.c                          |   7 -
 arch/x86/mm/mem_encrypt_amd.c                      |   4 +
 arch/x86/xen/enlighten_hvm.c                       |   2 +
 arch/x86/xen/enlighten_pv.c                        |   2 +
 drivers/virtio/Kconfig                             |   6 -
 drivers/virtio/virtio.c                            |   5 +-
 drivers/xen/Kconfig                                |  20 ++
 drivers/xen/Makefile                               |   2 +
 drivers/xen/grant-dma-iommu.c                      |  78 +++++
 drivers/xen/grant-dma-ops.c                        | 346 +++++++++++++++++++++
 drivers/xen/grant-table.c                          | 251 ++++++++++++---
 drivers/xen/xlate_mmu.c                            |   1 -
 include/asm-generic/Kbuild                         |   1 +
 include/asm-generic/platform-feature.h             |   8 +
 include/linux/platform-feature.h                   |  19 ++
 include/linux/virtio_config.h                      |   9 -
 include/xen/arm/xen-ops.h                          |  18 ++
 include/xen/grant_table.h                          |   4 +
 include/xen/xen-ops.h                              |  13 +
 include/xen/xen.h                                  |   8 +
 kernel/Makefile                                    |   2 +-
 kernel/platform-feature.c                          |  27 ++
 32 files changed, 830 insertions(+), 85 deletions(-)

Juergen Gross (5):
      kernel: add platform_has() infrastructure
      virtio: replace arch_has_restricted_virtio_memory_access()
      xen/grants: support allocating consecutive grants
      xen/grant-dma-ops: Add option to restrict memory access under Xen
      xen/virtio: Enable restricted memory access using Xen grant mappings

Masahiro Yamada (1):
      xen: unexport __init-annotated xen_xlate_map_ballooned_pages()

Oleksandr Tyshchenko (5):
      arm/xen: Introduce xen_setup_dma_ops()
      dt-bindings: Add xen,grant-dma IOMMU description for xen-grant DMA ops
      xen/grant-dma-iommu: Introduce stub IOMMU driver
      xen/grant-dma-ops: Retrieve the ID of backend's domain for DT devices
      arm/xen: Assign xen-grant DMA ops for xen-grant DMA devices

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] xen: branch for v5.19-rc2
  2022-06-10  4:48 [GIT PULL] xen: branch for v5.19-rc2 Juergen Gross
@ 2022-06-10 18:25 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-06-10 18:25 UTC (permalink / raw)
  To: Juergen Gross; +Cc: torvalds, linux-kernel, xen-devel, sstabellini

The pull request you sent on Fri, 10 Jun 2022 06:48:58 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-5.19a-rc2-tag

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f2ecc964b9414a407828f9bef242b77483e95a6d

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-10 18:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-10  4:48 [GIT PULL] xen: branch for v5.19-rc2 Juergen Gross
2022-06-10 18:25 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.