summary refs log tree commit diff
path: root/drivers/vfio/vfio_main.c
AgeCommit message (Expand)Author
2022-10-04vfio: Remove the vfio_group->users and users_compJason Gunthorpe
2022-09-27vfio: Follow a strict lifetime for struct iommu_groupJason Gunthorpe
2022-09-22vfio: Move container code into drivers/vfio/container.cJason Gunthorpe
2022-09-22vfio: Split the register_device ops call into functionsJason Gunthorpe
2022-09-22vfio: Rename vfio_ioctl_check_extension()Jason Gunthorpe
2022-09-22vfio: Split out container code from the init/cleanup functionsJason Gunthorpe
2022-09-22vfio: Remove #ifdefs around CONFIG_VFIO_NOIOMMUJason Gunthorpe
2022-09-22vfio: Split the container logic into vfio_container_attach_group()Jason Gunthorpe
2022-09-22vfio: Rename __vfio_group_unset_container()Jason Gunthorpe
2022-09-21vfio: Add struct device to vfio_deviceYi Liu
2022-09-21vfio: Rename vfio_device_put() and vfio_device_try_get()Kevin Tian
2022-09-21vfio/ccw: Use the new device life cycle helpersKevin Tian
2022-09-21vfio: Add helpers for unifying vfio_device life cycleKevin Tian
2022-09-08vfio: Introduce the DMA logging feature supportYishai Hadas
2022-09-01vfio: Remove vfio_group dev_counterJason Gunthorpe
2022-09-01vfio: Increment the runtime PM usage count during IOCTL callAbhishek Sahu
2022-09-01vfio: Split VFIO_GROUP_GET_STATUS into a functionJason Gunthorpe
2022-09-01vfio: Follow the naming pattern for vfio_group_ioctl_unset_container()Jason Gunthorpe
2022-09-01vfio: Fold VFIO_GROUP_SET_CONTAINER into vfio_group_set_container()Jason Gunthorpe
2022-09-01vfio: Fold VFIO_GROUP_GET_DEVICE_FD into vfio_group_get_device_fd()Jason Gunthorpe
2022-08-08vfio: Move vfio.c to vfio_main.cJason Gunthorpe