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

From: Alex Williamson
Date: Tue Aug 11 2020 - 22:31:53 EST


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(-)