summaryrefslogtreecommitdiff
path: root/drivers/vfio/vfio.c
AgeCommit message (Expand)Author
2022-07-05vfio: Move IOMMU_CAP_CACHE_COHERENCY test to after we know we have a groupJason Gunthorpe
2022-06-01Merge tag 'vfio-v5.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2022-05-24vfio: remove VFIO_GROUP_NOTIFY_SET_KVMMatthew Rosato
2022-05-23vfio: Do not manipulate iommu dma_owner for fake iommu groupsJason Gunthorpe
2022-05-20Merge branches 'apple/dart', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'ppc/pamu...Joerg Roedel
2022-05-17vfio: Change struct vfio_group::container_users to a non-atomic intJason Gunthorpe
2022-05-17vfio: Simplify the life cycle of the group FDJason Gunthorpe
2022-05-17vfio: Fully lock struct vfio_group::containerJason Gunthorpe
2022-05-17vfio: Split up vfio_group_get_device_fd()Jason Gunthorpe
2022-05-17vfio: Change struct vfio_group::opened from an atomic to boolJason Gunthorpe
2022-05-17vfio: Add missing locking for struct vfio_group::kvmJason Gunthorpe
2022-05-13vfio/pci: Use the struct file as the handle not the vfio_groupJason Gunthorpe
2022-05-13vfio: Change vfio_group_set_kvm() to vfio_file_set_kvm()Jason Gunthorpe
2022-05-13vfio: Change vfio_external_check_extension() to vfio_file_enforced_coherent()Jason Gunthorpe
2022-05-13vfio: Remove vfio_external_group_match_file()Jason Gunthorpe
2022-05-13vfio: Change vfio_external_user_iommu_id() to vfio_file_iommu_group()Jason Gunthorpe
2022-05-13vfio: Delete container_qJason Gunthorpe
2022-05-13Merge remote-tracking branch 'iommu/vfio-notifier-fix' into v5.19/vfio/nextAlex Williamson
2022-05-11vfio/pci: Remove vfio_device_get_from_dev()Jason Gunthorpe
2022-05-11vfio: Remove calls to vfio_group_add_container_user()Jason Gunthorpe
2022-05-11vfio: Remove dead codeJason Gunthorpe
2022-05-11vfio/mdev: Pass in a struct vfio_device * to vfio_dma_rw()Jason Gunthorpe
2022-05-11vfio/mdev: Pass in a struct vfio_device * to vfio_pin/unpin_pages()Jason Gunthorpe
2022-05-11vfio: Make vfio_(un)register_notifier accept a vfio_deviceJason Gunthorpe
2022-05-11vfio: Stop using iommu_present()Robin Murphy
2022-04-28vfio: Require that devices support DMA cache coherenceJason Gunthorpe
2022-04-28vfio: Remove iommu group notifierLu Baolu
2022-04-28vfio: Delete the unbound_listJason Gunthorpe
2022-04-28vfio: Remove use of vfio_group_viable()Lu Baolu
2022-04-28vfio: Set DMA ownership for VFIO devicesLu Baolu
2022-03-03vfio: Extend the device migration protocol with RUNNING_P2PJason Gunthorpe
2022-03-03vfio: Define device migration protocol v2Jason Gunthorpe
2022-03-03vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctlJason Gunthorpe
2021-11-30vfio: remove all kernel-doc notationRandy Dunlap
2021-10-15vfio: Use cdev_device_add() instead of device_create()Jason Gunthorpe
2021-10-15vfio: Use a refcount_t instead of a kref in the vfio_groupJason Gunthorpe
2021-10-15vfio: Don't leak a group reference if the group already existsJason Gunthorpe
2021-10-15vfio: Do not open code the group list search in vfio_create_group()Jason Gunthorpe
2021-10-15vfio: Delete vfio_get/put_group from vfio_iommu_group_notifier()Jason Gunthorpe
2021-09-30vfio: clean up the check for mediated device in vfio_iommu_type1Christoph Hellwig
2021-09-30vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>Christoph Hellwig
2021-09-30vfio: remove unused method from vfio_iommu_driver_opsChristoph Hellwig
2021-09-30vfio: simplify iommu group allocation for mediated devicesChristoph Hellwig
2021-09-30vfio: remove the iommudata hack for noiommu groupsChristoph Hellwig
2021-09-30vfio: refactor noiommu group creationChristoph Hellwig
2021-09-30vfio: factor out a vfio_group_find_or_alloc helperChristoph Hellwig
2021-09-30vfio: remove the iommudata check in vfio_noiommu_attach_groupChristoph Hellwig
2021-09-30vfio: factor out a vfio_iommu_driver_allowed helperChristoph Hellwig
2021-09-30vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()Jason Gunthorpe
2021-08-11vfio: Remove struct vfio_device_ops open/releaseJason Gunthorpe