aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio/container.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-25Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-6/+1
2023-02-09vfio: revert "iommu driver notify callback"Steve Sistare1-5/+0
2023-02-03vfio: Support VFIO_NOIOMMU with iommufdJason Gunthorpe1-7/+0
2023-01-23vfio: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsJason Gunthorpe1-1/+1
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