linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alex Williamson <alex.williamson@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: <linux-kernel@vger.kernel.org>,
	"kvm@vger.kernel.org" <kvm@vger.kernel.org>
Subject: [GIT PULL] VFIO updates for v5.7-rc1
Date: Fri, 3 Apr 2020 16:22:42 -0600	[thread overview]
Message-ID: <20200403162242.5e4f9afa@w520.home> (raw)

Hi Linus,

The following changes since commit 16fbf79b0f83bc752cee8589279f1ebfe57b3b6e:

  Linux 5.6-rc7 (2020-03-22 18:31:56 -0700)

are available in the Git repository at:

  git://github.com/awilliam/linux-vfio.git tags/vfio-v5.7-rc1

for you to fetch changes up to f44efca0493ddc1e8731047c234ec8e475943077:

  vfio: Ignore -ENODEV when getting MSI cookie (2020-04-01 13:51:51 -0600)

----------------------------------------------------------------
VFIO updates for v5.7-rc1

 - vfio-pci SR-IOV support (Alex Williamson)

 - vfio DMA read/write interface (Yan Zhao)

 - Fix vfio-platform erroneous IRQ error log (Eric Auger)

 - Fix shared ATSD support for NVLink on POWER (Sam Bobroff)

 - Fix init error without CONFIG_IOMMU_DMA (Andre Przywara)

----------------------------------------------------------------
Alex Williamson (8):
      vfio: Include optional device match in vfio_device_ops callbacks
      vfio/pci: Implement match ops
      vfio/pci: Introduce VF token
      vfio: Introduce VFIO_DEVICE_FEATURE ioctl and first user
      vfio/pci: Add sriov_configure support
      vfio/pci: Remove dev_fmt definition
      vfio/pci: Cleanup .probe() exit paths
      Merge branches 'v5.7/vfio/alex-sriov-v3' and 'v5.7/vfio/yan-dma-rw-v4' into v5.7/vfio/next

Andre Przywara (1):
      vfio: Ignore -ENODEV when getting MSI cookie

Eric Auger (1):
      vfio: platform: Switch to platform_get_irq_optional()

Sam Bobroff (1):
      vfio-pci/nvlink2: Allow fallback to ibm,mmio-atsd[0]

Yan Zhao (3):
      vfio: allow external user to get vfio group from device
      vfio: introduce vfio_dma_rw to read/write a range of IOVAs
      vfio: avoid inefficient operations on VFIO group in vfio_pin/unpin_pages

 drivers/vfio/pci/vfio_pci.c           | 390 +++++++++++++++++++++++++++++++---
 drivers/vfio/pci/vfio_pci_nvlink2.c   |  10 +-
 drivers/vfio/pci/vfio_pci_private.h   |  10 +
 drivers/vfio/platform/vfio_platform.c |   2 +-
 drivers/vfio/vfio.c                   | 198 ++++++++++++++++-
 drivers/vfio/vfio_iommu_type1.c       |  78 ++++++-
 include/linux/vfio.h                  |  17 ++
 include/uapi/linux/vfio.h             |  37 ++++
 8 files changed, 710 insertions(+), 32 deletions(-)


             reply	other threads:[~2020-04-03 22:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-03 22:22 Alex Williamson [this message]
2020-04-04 17:50 ` [GIT PULL] VFIO updates for v5.7-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200403162242.5e4f9afa@w520.home \
    --to=alex.williamson@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).