summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/container.c
AgeCommit message (Expand)AuthorLines
2023-02-25Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-6/+1
2023-02-09vfio: revert "iommu driver notify callback"Steve Sistare-5/+0
2023-02-03vfio: Support VFIO_NOIOMMU with iommufdJason Gunthorpe-7/+0
2023-01-23vfio: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsJason Gunthorpe-1/+1
2022-12-05vfio: Refactor dma APIs for emulated devicesYi Liu-7/+13
2022-12-02vfio: Move container related MODULE_ALIAS statements into container.cJason Gunthorpe-0/+3
2022-12-02vfio-iommufd: Support iommufd for emulated VFIO devicesJason Gunthorpe-91/+19
2022-12-02vfio-iommufd: Allow iommufd to be used in place of a container fdJason Gunthorpe-2/+5
2022-12-02vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()Jason Gunthorpe-2/+3
2022-12-02vfio: Rename vfio_device_assign/unassign_container()Jason Gunthorpe-8/+6
2022-12-02vfio: Move vfio_device_assign_container() into vfio_device_first_open()Jason Gunthorpe-2/+2
2022-10-04vfio: Change vfio_group->group_rwsem to a mutexJason Gunthorpe-5/+5
2022-09-22vfio: Move container code into drivers/vfio/container.cJason Gunthorpe-0/+680