summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio_main.c
Commit message (Expand)AuthorAgeFilesLines
* vfio: Follow a strict lifetime for struct iommu_groupJason Gunthorpe2022-09-271-23/+45
* vfio: Move container code into drivers/vfio/container.cJason Gunthorpe2022-09-221-691/+1
* vfio: Split the register_device ops call into functionsJason Gunthorpe2022-09-221-16/+23
* vfio: Rename vfio_ioctl_check_extension()Jason Gunthorpe2022-09-221-5/+6
* vfio: Split out container code from the init/cleanup functionsJason Gunthorpe2022-09-221-18/+36
* vfio: Remove #ifdefs around CONFIG_VFIO_NOIOMMUJason Gunthorpe2022-09-221-24/+19
* vfio: Split the container logic into vfio_container_attach_group()Jason Gunthorpe2022-09-221-30/+48
* vfio: Rename __vfio_group_unset_container()Jason Gunthorpe2022-09-221-6/+5
* vfio: Add struct device to vfio_deviceYi Liu2022-09-211-11/+53
* vfio: Rename vfio_device_put() and vfio_device_try_get()Kevin Tian2022-09-211-8/+9
* vfio/ccw: Use the new device life cycle helpersKevin Tian2022-09-211-18/+5
* vfio: Add helpers for unifying vfio_device life cycleKevin Tian2022-09-211-0/+92
* vfio: Introduce the DMA logging feature supportYishai Hadas2022-09-081-0/+175
* vfio: Remove vfio_group dev_counterJason Gunthorpe2022-09-011-6/+3
* vfio: Increment the runtime PM usage count during IOCTL callAbhishek Sahu2022-09-011-3/+49
* vfio: Split VFIO_GROUP_GET_STATUS into a functionJason Gunthorpe2022-09-011-31/+30
* vfio: Follow the naming pattern for vfio_group_ioctl_unset_container()Jason Gunthorpe2022-09-011-11/+16
* vfio: Fold VFIO_GROUP_SET_CONTAINER into vfio_group_set_container()Jason Gunthorpe2022-09-011-27/+24
* vfio: Fold VFIO_GROUP_GET_DEVICE_FD into vfio_group_get_device_fd()Jason Gunthorpe2022-09-011-13/+11
* vfio: Move vfio.c to vfio_main.cJason Gunthorpe2022-08-081-0/+2135