summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/mdev/vfio_mdev.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-21vfio/mdev: Remove vfio_mdev.cJason Gunthorpe1-152/+0
2021-09-30vfio: simplify iommu group allocation for mediated devicesChristoph Hellwig1-1/+1
2021-08-11vfio: Remove struct vfio_device_ops open/releaseJason Gunthorpe1-22/+0
2021-08-11vfio: Provide better generic support for open/release vfio_device_opsJason Gunthorpe1-2/+24
2021-08-11vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy1-4/+9
2021-06-21Merge branch 'hch-mdev-direct-v4' into v5.14/vfio/nextAlex Williamson1-23/+1
2021-06-21vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICEJason Gunthorpe1-23/+1
2021-06-15vfio: centralize module refcount in subsystem layerMax Gurtovoy1-12/+1
2021-04-07vfio/mdev: Remove duplicate storage of parent in mdev_deviceJason Gunthorpe1-7/+7
2021-04-07vfio/mdev: Simplify driver registrationJason Gunthorpe1-2/+6
2021-04-07vfio/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-03vfio-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