summaryrefslogtreecommitdiff
path: root/drivers/vfio/mdev/vfio_mdev.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-08vfio/mdev: Remove duplicate storage of parent in mdev_deviceJason Gunthorpe1-7/+7
2021-04-08vfio/mdev: Simplify driver registrationJason Gunthorpe1-2/+6
2021-04-08vfio/mdev: Add missing typesafety around mdev_deviceJason Gunthorpe1-4/+3
2021-04-06vfio: Remove device_data from the vfio bus driver APIJason Gunthorpe1-1/+1
2021-04-06vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'Jason Gunthorpe1-15/+18
2021-04-06vfio/mdev: Use vfio_init/register/unregister_group_devJason Gunthorpe1-2/+18
2020-12-04vfio-mdev: Wire in a request handler for mdev parentEric Farman1-0/+13
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-01-09vfio: mdev: make a couple of functions and structure vfio_mdev_driver staticXiongwei Song1-3/+3
2016-12-30vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson1-6/+6
2016-11-17vfio: VFIO based driver for Mediated devicesKirti Wankhede1-0/+148