Kernel KVM virtualization development
 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" <linux-kernel@vger.kernel.org>,
	"kvm@vger.kernel.org" <kvm@vger.kernel.org>
Subject: [GIT PULL] VFIO updates for v5.4-rc1
Date: Fri, 20 Sep 2019 15:12:26 -0600	[thread overview]
Message-ID: <20190920151226.541871fe@x1.home> (raw)

Hi Linus,

The following changes since commit e3fb13b7e47cd18b2bd067ea8a491020b4644baf:

  Merge tag 'modules-for-v5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux (2019-08-23 09:22:00 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e6c5d727db0a86a3ff21aca6824aae87f3bc055f:

  Merge branches 'v5.4/vfio/alexey-tce-memory-free-v1', 'v5.4/vfio/connie-re-arrange-v2', 'v5.4/vfio/hexin-pci-reset-v3', 'v5.4/vfio/parav-mtty-uuid-v2' and 'v5.4/vfio/shameer-iova-list-v8' into v5.4/vfio/next (2019-08-23 11:26:24 -0600)

----------------------------------------------------------------
VFIO updates for v5.4-rc1

 - Fix spapr iommu error case case (Alexey Kardashevskiy)

 - Consolidate region type definitions (Cornelia Huck)

 - Restore saved original PCI state on release (hexin)

 - Simplify mtty sample driver interrupt path (Parav Pandit)

 - Support for reporting valid IOVA regions to user (Shameer Kolothum)

----------------------------------------------------------------
Alex Williamson (1):
      Merge branches 'v5.4/vfio/alexey-tce-memory-free-v1', 'v5.4/vfio/connie-re-arrange-v2', 'v5.4/vfio/hexin-pci-reset-v3', 'v5.4/vfio/parav-mtty-uuid-v2' and 'v5.4/vfio/shameer-iova-list-v8' into v5.4/vfio/next

Alexey Kardashevskiy (1):
      vfio/spapr_tce: Fix incorrect tce_iommu_group memory free

Cornelia Huck (1):
      vfio: re-arrange vfio region definitions

Parav Pandit (1):
      vfio-mdev/mtty: Simplify interrupt generation

Shameer Kolothum (6):
      vfio/type1: Introduce iova list and add iommu aperture validity check
      vfio/type1: Check reserved region conflict and update iova list
      vfio/type1: Update iova list on detach
      vfio/type1: check dma map request is within a valid iova range
      vfio/type1: Add IOVA range capability support
      vfio/type1: remove duplicate retrieval of reserved regions

hexin (1):
      vfio_pci: Restore original state on release

 drivers/vfio/pci/vfio_pci.c         |  17 +-
 drivers/vfio/vfio_iommu_spapr_tce.c |   9 +-
 drivers/vfio/vfio_iommu_type1.c     | 518 +++++++++++++++++++++++++++++++++++-
 include/uapi/linux/vfio.h           |  71 +++--
 samples/vfio-mdev/mtty.c            |  39 +--
 5 files changed, 583 insertions(+), 71 deletions(-)

             reply	other threads:[~2019-09-20 21:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-20 21:12 Alex Williamson [this message]
2019-09-20 23:00 ` [GIT PULL] VFIO updates for v5.4-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=20190920151226.541871fe@x1.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