summaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
2023-07-19vfio/mdev: Move the compat_class initialization to module initEric Farman1-9/+14
2023-06-05vfio/type1: check pfn valid before converting to struct pageYan Zhao1-0/+5
2023-03-10vfio/type1: restore locked_vmSteve Sistare1-0/+35
2023-03-10vfio/type1: track locked_vm per dmaSteve Sistare1-6/+17
2023-03-10vfio/type1: prevent underflow of locked_vm via exec()Steve Sistare1-27/+14
2023-03-10vfio/type1: exclude mdevs from VFIO_UPDATE_VADDRSteve Sistare1-2/+42
2023-02-01vfio/type1: Respect IOMMU reserved regions in vfio_test_domain_fgsp()Niklas Schnelle1-11/+20
2022-12-31vfio/iova_bitmap: refactor iova_bitmap_set() to better handle page boundariesJoao Martins1-17/+13
2022-12-31vfio/iova_bitmap: Fix PAGE_SIZE unaligned bitmapsJoao Martins1-2/+6
2022-12-31vfio: platform: Do not pass return buffer to ACPI _RST methodRafael Mendonca1-2/+1
2022-11-10vfio/pci: Check the device set open count on resetAnthony DeRossi1-5/+5
2022-11-10vfio: Export the device set open countAnthony DeRossi1-0/+13
2022-11-10vfio: Fix container device registration life cycleAnthony DeRossi1-5/+8
2022-10-13Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds28-1757/+4088
2022-10-07vfio: More vfio_file_is_group() use casesAlex Williamson1-3/+3
2022-10-07vfio: Make the group FD disassociate from the iommu_groupJason Gunthorpe2-24/+44
2022-10-07vfio: Hold a reference to the iommu_group in kvm for SPAPRJason Gunthorpe1-2/+4
2022-10-07vfio: Add vfio_file_is_group()Jason Gunthorpe2-2/+16
2022-10-04vfio: Change vfio_group->group_rwsem to a mutexJason Gunthorpe3-29/+30
2022-10-04vfio: Remove the vfio_group->users and users_compJason Gunthorpe2-28/+20
2022-10-04vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe2-4/+23
2022-10-04vfio/mdev: consolidate all the description sysfs into the core codeChristoph Hellwig2-9/+33
2022-10-04vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig1-0/+11
2022-10-04vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig1-0/+10
2022-10-04vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe2-11/+28
2022-10-04vfio/mdev: remove mtype_get_parent_devChristoph Hellwig1-10/+0
2022-10-04vfio/mdev: remove mdev_parent_devChristoph Hellwig1-6/+0
2022-10-04vfio/mdev: unexport mdev_bus_typeChristoph Hellwig2-1/+1
2022-10-04vfio/mdev: remove mdev_from_devChristoph Hellwig1-4/+2
2022-10-04vfio/mdev: simplify mdev_type handlingChristoph Hellwig4-105/+30
2022-10-04vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig3-123/+24
2022-10-04vfio/mdev: make mdev.h standalone includableChristoph Hellwig3-5/+0
2022-09-27hisi_acc_vfio_pci: Update some log and comment formatsLongfang Liu2-12/+12
2022-09-27hisi_acc_vfio_pci: Remove useless macro definitionsLongfang Liu1-1/+0
2022-09-27hisi_acc_vfio_pci: Remove useless function parameterLongfang Liu1-3/+5
2022-09-27hisi_acc_vfio_pci: Fix device data address combination problemLongfang Liu1-4/+4
2022-09-27hisi_acc_vfio_pci: Fixes error return code issueLongfang Liu1-1/+1
2022-09-27vfio: Follow a strict lifetime for struct iommu_groupJason Gunthorpe2-23/+53
2022-09-26Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Joerg Roedel1-1/+12
2022-09-23vfio: Move container code into drivers/vfio/container.cJason Gunthorpe4-691/+728
2022-09-23vfio: Split the register_device ops call into functionsJason Gunthorpe1-16/+23
2022-09-23vfio: Rename vfio_ioctl_check_extension()Jason Gunthorpe1-5/+6
2022-09-23vfio: Split out container code from the init/cleanup functionsJason Gunthorpe1-18/+36
2022-09-23vfio: Remove #ifdefs around CONFIG_VFIO_NOIOMMUJason Gunthorpe1-24/+19
2022-09-23vfio: Split the container logic into vfio_container_attach_group()Jason Gunthorpe1-30/+48
2022-09-23vfio: Rename __vfio_group_unset_container()Jason Gunthorpe1-6/+5
2022-09-23vfio: Add header guards and includes to drivers/vfio/vfio.hJason Gunthorpe1-0/+10
2022-09-21vfio: Add struct device to vfio_deviceYi Liu1-11/+53
2022-09-21vfio: Rename vfio_device_put() and vfio_device_try_get()Kevin Tian1-8/+9
2022-09-21vfio/ccw: Use the new device life cycle helpersKevin Tian1-18/+5