summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/container.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-02-251-6/+1
|\
| * vfio: revert "iommu driver notify callback"Steve Sistare2023-02-091-5/+0
| * vfio: Use GFP_KERNEL_ACCOUNT for userspace persistent allocationsJason Gunthorpe2023-01-231-1/+1
* | vfio: Support VFIO_NOIOMMU with iommufdJason Gunthorpe2023-02-031-7/+0
|/
* vfio: Refactor dma APIs for emulated devicesYi Liu2022-12-051-7/+13
* vfio: Move container related MODULE_ALIAS statements into container.cJason Gunthorpe2022-12-021-0/+3
* vfio-iommufd: Support iommufd for emulated VFIO devicesJason Gunthorpe2022-12-021-91/+19
* vfio-iommufd: Allow iommufd to be used in place of a container fdJason Gunthorpe2022-12-021-2/+5
* vfio: Use IOMMU_CAP_ENFORCE_CACHE_COHERENCY for vfio_file_enforced_coherent()Jason Gunthorpe2022-12-021-2/+3
* vfio: Rename vfio_device_assign/unassign_container()Jason Gunthorpe2022-12-021-8/+6
* vfio: Move vfio_device_assign_container() into vfio_device_first_open()Jason Gunthorpe2022-12-021-2/+2
* vfio: Change vfio_group->group_rwsem to a mutexJason Gunthorpe2022-10-041-5/+5
* vfio: Move container code into drivers/vfio/container.cJason Gunthorpe2022-09-221-0/+680