summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
AgeCommit message (Expand)AuthorLines
2022-10-12Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-1757/+4088
2022-10-07vfio: More vfio_file_is_group() use casesAlex Williamson-3/+3
2022-10-07vfio: Make the group FD disassociate from the iommu_groupJason Gunthorpe-24/+44
2022-10-07vfio: Hold a reference to the iommu_group in kvm for SPAPRJason Gunthorpe-2/+4
2022-10-07vfio: Add vfio_file_is_group()Jason Gunthorpe-2/+16
2022-10-04vfio: Change vfio_group->group_rwsem to a mutexJason Gunthorpe-29/+30
2022-10-04vfio: Remove the vfio_group->users and users_compJason Gunthorpe-28/+20
2022-10-04vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe-4/+23
2022-10-04vfio/mdev: consolidate all the description sysfs into the core codeChristoph Hellwig-9/+33
2022-10-04vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig-0/+11
2022-10-04vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig-0/+10
2022-10-04vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe-11/+28
2022-10-04vfio/mdev: remove mtype_get_parent_devChristoph Hellwig-10/+0
2022-10-04vfio/mdev: remove mdev_parent_devChristoph Hellwig-6/+0
2022-10-04vfio/mdev: unexport mdev_bus_typeChristoph Hellwig-1/+1
2022-10-04vfio/mdev: remove mdev_from_devChristoph Hellwig-4/+2
2022-10-04vfio/mdev: simplify mdev_type handlingChristoph Hellwig-105/+30
2022-10-04vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig-123/+24
2022-10-04vfio/mdev: make mdev.h standalone includableChristoph Hellwig-5/+0
2022-09-27hisi_acc_vfio_pci: Update some log and comment formatsLongfang Liu-12/+12
2022-09-27hisi_acc_vfio_pci: Remove useless macro definitionsLongfang Liu-1/+0
2022-09-27hisi_acc_vfio_pci: Remove useless function parameterLongfang Liu-3/+5
2022-09-27hisi_acc_vfio_pci: Fix device data address combination problemLongfang Liu-4/+4
2022-09-27hisi_acc_vfio_pci: Fixes error return code issueLongfang Liu-1/+1
2022-09-27vfio: Follow a strict lifetime for struct iommu_groupJason Gunthorpe-23/+53
2022-09-26Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Joerg Roedel-1/+12
2022-09-22vfio: Move container code into drivers/vfio/container.cJason Gunthorpe-691/+728
2022-09-22vfio: Split the register_device ops call into functionsJason Gunthorpe-16/+23
2022-09-22vfio: Rename vfio_ioctl_check_extension()Jason Gunthorpe-5/+6
2022-09-22vfio: Split out container code from the init/cleanup functionsJason Gunthorpe-18/+36
2022-09-22vfio: Remove #ifdefs around CONFIG_VFIO_NOIOMMUJason Gunthorpe-24/+19
2022-09-22vfio: Split the container logic into vfio_container_attach_group()Jason Gunthorpe-30/+48
2022-09-22vfio: Rename __vfio_group_unset_container()Jason Gunthorpe-6/+5
2022-09-22vfio: Add header guards and includes to drivers/vfio/vfio.hJason Gunthorpe-0/+10
2022-09-21vfio: Add struct device to vfio_deviceYi Liu-11/+53
2022-09-21vfio: Rename vfio_device_put() and vfio_device_try_get()Kevin Tian-8/+9
2022-09-21vfio/ccw: Use the new device life cycle helpersKevin Tian-18/+5
2022-09-21vfio/amba: Use the new device life cycle helpersKevin Tian-80/+55
2022-09-21vfio/platform: Use the new device life cycle helpersKevin Tian-23/+111
2022-09-21vfio/fsl-mc: Use the new device life cycle helpersYi Liu-36/+49
2022-09-21vfio/hisi_acc: Use the new device life cycle helpersYi Liu-73/+37
2022-09-21vfio/mlx5: Use the new device life cycle helpersYi Liu-14/+36
2022-09-21vfio/pci: Use the new device life cycle helpersYi Liu-10/+45
2022-09-21vfio: Add helpers for unifying vfio_device life cycleKevin Tian-0/+92
2022-09-09Merge tag 'vfio-v6.0-rc5' of https://github.com/awilliam/linux-vfioLinus Torvalds-0/+12
2022-09-08vfio/mlx5: Set the driver DMA logging callbacksYishai Hadas-3/+14
2022-09-08vfio/mlx5: Manage error scenarios on trackerYishai Hadas-2/+61
2022-09-08vfio/mlx5: Report dirty pages from trackerYishai Hadas-0/+195
2022-09-08vfio/mlx5: Create and destroy page tracker objectYishai Hadas-0/+148
2022-09-08vfio/mlx5: Init QP based resources for dirty trackingYishai Hadas-12/+636