summaryrefslogtreecommitdiffstats
path: root/drivers/vfio (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | vfio-iommufd: Support iommufd for emulated VFIO devicesJason Gunthorpe2022-12-024-94/+206
| * | | vfio-iommufd: Support iommufd for physical VFIO devicesJason Gunthorpe2022-12-0210-2/+150
| * | | vfio-iommufd: Allow iommufd to be used in place of a container fdJason Gunthorpe2022-12-024-16/+82
| * | | vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()Jason Gunthorpe2022-12-023-17/+19
| * | | vfio: Rename vfio_device_assign/unassign_container()Jason Gunthorpe2022-12-023-13/+11
| * | | vfio: Move vfio_device_assign_container() into vfio_device_first_open()Jason Gunthorpe2022-12-022-15/+13
| * | | vfio: Move vfio_device driver open/close code to a functionJason Gunthorpe2022-12-021-42/+53
| | |/ | |/|
* | | Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-121-1/+0
|\ \ \ | |_|/ |/| |
| * | vfio/fsl-mc: Remove linux/msi.h includeThomas Gleixner2022-11-231-1/+0
| |/
* | vfio/pci: Check the device set open count on resetAnthony DeRossi2022-11-101-5/+5
* | vfio: Export the device set open countAnthony DeRossi2022-11-101-0/+13
* | vfio: Fix container device registration life cycleAnthony DeRossi2022-11-101-5/+8
|/
* Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-10-1228-1757/+4088
|\
| * vfio: More vfio_file_is_group() use casesAlex Williamson2022-10-071-3/+3
| * vfio: Make the group FD disassociate from the iommu_groupJason Gunthorpe2022-10-072-24/+44
| * vfio: Hold a reference to the iommu_group in kvm for SPAPRJason Gunthorpe2022-10-071-2/+4
| * vfio: Add vfio_file_is_group()Jason Gunthorpe2022-10-072-2/+16
| * vfio: Change vfio_group->group_rwsem to a mutexJason Gunthorpe2022-10-043-29/+30
| * vfio: Remove the vfio_group->users and users_compJason Gunthorpe2022-10-042-28/+20
| * vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe2022-10-042-4/+23
| * vfio/mdev: consolidate all the description sysfs into the core codeChristoph Hellwig2022-10-042-9/+33
| * vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig2022-10-041-0/+11
| * vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig2022-10-041-0/+10
| * vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe2022-10-042-11/+28
| * vfio/mdev: remove mtype_get_parent_devChristoph Hellwig2022-10-041-10/+0
| * vfio/mdev: remove mdev_parent_devChristoph Hellwig2022-10-041-6/+0
| * vfio/mdev: unexport mdev_bus_typeChristoph Hellwig2022-10-042-1/+1
| * vfio/mdev: remove mdev_from_devChristoph Hellwig2022-10-041-4/+2
| * vfio/mdev: simplify mdev_type handlingChristoph Hellwig2022-10-044-105/+30
| * vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig2022-10-043-123/+24
| * vfio/mdev: make mdev.h standalone includableChristoph Hellwig2022-10-043-5/+0
| * hisi_acc_vfio_pci: Update some log and comment formatsLongfang Liu2022-09-272-12/+12
| * hisi_acc_vfio_pci: Remove useless macro definitionsLongfang Liu2022-09-271-1/+0
| * hisi_acc_vfio_pci: Remove useless function parameterLongfang Liu2022-09-271-3/+5
| * hisi_acc_vfio_pci: Fix device data address combination problemLongfang Liu2022-09-271-4/+4
| * hisi_acc_vfio_pci: Fixes error return code issueLongfang Liu2022-09-271-1/+1
| * vfio: Follow a strict lifetime for struct iommu_groupJason Gunthorpe2022-09-272-23/+53
| * vfio: Move container code into drivers/vfio/container.cJason Gunthorpe2022-09-224-691/+728
| * vfio: Split the register_device ops call into functionsJason Gunthorpe2022-09-221-16/+23
| * vfio: Rename vfio_ioctl_check_extension()Jason Gunthorpe2022-09-221-5/+6
| * vfio: Split out container code from the init/cleanup functionsJason Gunthorpe2022-09-221-18/+36
| * vfio: Remove #ifdefs around CONFIG_VFIO_NOIOMMUJason Gunthorpe2022-09-221-24/+19
| * vfio: Split the container logic into vfio_container_attach_group()Jason Gunthorpe2022-09-221-30/+48
| * vfio: Rename __vfio_group_unset_container()Jason Gunthorpe2022-09-221-6/+5
| * vfio: Add header guards and includes to drivers/vfio/vfio.hJason Gunthorpe2022-09-221-0/+10
| * vfio: Add struct device to vfio_deviceYi Liu2022-09-211-11/+53
| * vfio: Rename vfio_device_put() and vfio_device_try_get()Kevin Tian2022-09-211-8/+9
| * vfio/ccw: Use the new device life cycle helpersKevin Tian2022-09-211-18/+5
| * vfio/amba: Use the new device life cycle helpersKevin Tian2022-09-213-80/+55
| * vfio/platform: Use the new device life cycle helpersKevin Tian2022-09-213-23/+111