summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/container.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-05vfio: Refactor dma APIs for emulated devicesYi Liu1-7/+13
2022-12-02vfio: Move container related MODULE_ALIAS statements into container.cJason Gunthorpe1-0/+3
2022-12-02vfio-iommufd: Support iommufd for emulated VFIO devicesJason Gunthorpe1-91/+19
2022-12-02vfio-iommufd: Allow iommufd to be used in place of a container fdJason Gunthorpe1-2/+5
2022-12-02vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()Jason Gunthorpe1-2/+3
2022-12-02vfio: Rename vfio_device_assign/unassign_container()Jason Gunthorpe1-8/+6
2022-12-02vfio: Move vfio_device_assign_container() into vfio_device_first_open()Jason Gunthorpe1-2/+2
2022-10-04vfio: Change vfio_group->group_rwsem to a mutexJason Gunthorpe1-5/+5
2022-09-22vfio: Move container code into drivers/vfio/container.cJason Gunthorpe1-0/+680