mbox series

[GIT,PULL] VFIO updates for v5.9-rc1

Message ID 20200811203147.1ad96351@x1.home (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] VFIO updates for v5.9-rc1 | expand

Pull-request

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

Message

Alex Williamson Aug. 12, 2020, 2:31 a.m. UTC
Hi Linus,

The following changes since commit 92ed301919932f777713b9172e525674157e983d:

  Linux 5.8-rc7 (2020-07-26 14:14:06 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ccd59dce1a21f473518bf273bdf5b182bab955b3:

  vfio/type1: Refactor vfio_iommu_type1_ioctl() (2020-07-27 13:46:13 -0600)

----------------------------------------------------------------
VFIO updates for v5.9-rc1

 - Inclusive naming updates (Alex Williamson)

 - Intel X550 INTx quirk (Alex Williamson)

 - Error path resched between unmaps (Xiang Zheng)

 - SPAPR IOMMU pin_user_pages() conversion (John Hubbard)

 - Trivial mutex simplification (Alex Williamson)

 - QAT device denylist (Giovanni Cabiddu)

 - type1 IOMMU ioctl refactor (Liu Yi L)

----------------------------------------------------------------
Alex Williamson (3):
      vfio: Cleanup allowed driver naming
      vfio/pci: Add Intel X550 to hidden INTx devices
      vfio/pci: Hold igate across releasing eventfd contexts

Giovanni Cabiddu (3):
      PCI: Add Intel QuickAssist device IDs
      vfio/pci: Add device denylist
      vfio/pci: Add QAT devices to denylist

John Hubbard (1):
      vfio/spapr_tce: convert get_user_pages() --> pin_user_pages()

Liu Yi L (1):
      vfio/type1: Refactor vfio_iommu_type1_ioctl()

Xiang Zheng (1):
      vfio/type1: Add conditional rescheduling after iommu map failed

 drivers/vfio/pci/vfio_pci.c         |  54 ++++-
 drivers/vfio/vfio.c                 |  13 +-
 drivers/vfio/vfio_iommu_spapr_tce.c |   4 +-
 drivers/vfio/vfio_iommu_type1.c     | 398 +++++++++++++++++++-----------------
 include/linux/pci_ids.h             |   6 +
 5 files changed, 282 insertions(+), 193 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 12, 2020, 7:58 p.m. UTC | #1
The pull request you sent on Tue, 11 Aug 2020 20:31:47 -0600:

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

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

Thank you!