summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/mdev/vfio_mdev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfio: simplify iommu group allocation for mediated devicesChristoph Hellwig2021-09-301-1/+1
* vfio: Remove struct vfio_device_ops open/releaseJason Gunthorpe2021-08-111-22/+0
* vfio: Provide better generic support for open/release vfio_device_opsJason Gunthorpe2021-08-111-2/+24
* vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy2021-08-111-4/+9
* Merge branch 'hch-mdev-direct-v4' into v5.14/vfio/nextAlex Williamson2021-06-211-23/+1
|\
| * vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICEJason Gunthorpe2021-06-211-23/+1
* | vfio: centralize module refcount in subsystem layerMax Gurtovoy2021-06-151-12/+1
|/
* vfio/mdev: Remove duplicate storage of parent in mdev_deviceJason Gunthorpe2021-04-071-7/+7
* vfio/mdev: Simplify driver registrationJason Gunthorpe2021-04-071-2/+6
* vfio/mdev: Add missing typesafety around mdev_deviceJason Gunthorpe2021-04-071-4/+3
* vfio: Remove device_data from the vfio bus driver APIJason Gunthorpe2021-04-061-1/+1
* vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'Jason Gunthorpe2021-04-061-15/+18
* vfio/mdev: Use vfio_init/register/unregister_group_devJason Gunthorpe2021-04-061-2/+18
* vfio-mdev: Wire in a request handler for mdev parentEric Farman2020-12-041-0/+13
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* vfio: mdev: make a couple of functions and structure vfio_mdev_driver staticXiongwei Song2018-01-091-3/+3
* vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson2016-12-301-6/+6
* vfio: VFIO based driver for Mediated devicesKirti Wankhede2016-11-171-0/+148