summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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