summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/mdev/mdev_private.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-04vfio/mdev: unexport mdev_bus_typeChristoph Hellwig1-0/+1
2022-10-04vfio/mdev: simplify mdev_type handlingChristoph Hellwig1-8/+0
2022-10-04vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig1-23/+0
2022-04-21vfio/mdev: Use the driver core to create the 'remove' fileJason Gunthorpe1-0/+2
2022-04-21vfio/mdev: Remove mdev_parent_opsJason Gunthorpe1-1/+1
2022-04-21vfio/mdev: Remove vfio_mdev.cJason Gunthorpe1-2/+0
2021-06-21vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICEJason Gunthorpe1-0/+2
2021-04-07vfio/mdev: Add mdev/mtype_get_type_group_id()Jason Gunthorpe1-1/+1
2021-04-07vfio/mdev: Expose mdev_get/put_parent to mdev_private.hJason Gunthorpe1-0/+12
2021-04-07vfio/mdev: Use struct mdev_type in struct mdev_deviceJason Gunthorpe1-4/+3
2021-04-07vfio/mdev: Add missing typesafety around mdev_deviceJason Gunthorpe1-20/+3
2021-04-06Merge branches 'v5.13/vfio/embed-vfio_device', 'v5.13/vfio/misc' and 'v5.13/v...Alex Williamson1-1/+1
2021-04-06vfio/mdev: Make to_mdev_device() into a static inlineJason Gunthorpe1-1/+4
2021-04-06vfio/mdev: Fix spelling mistake "interal" -> "internal"Zhen Lei1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-06vfio/mdev: Synchronize device create/remove with parent removalParav Pandit1-0/+2
2019-06-06vfio/mdev: Improve the create/remove sequenceParav Pandit1-1/+1
2019-05-13Merge tag 'iommu-updates-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2019-05-07vfio/mdev: Removed unused krefParav Pandit1-1/+0
2019-04-12vfio/mdev: Add iommu related member in mdev_deviceLu Baolu1-0/+1
2019-02-05vfio-mdev: Switch to use new generic UUID APIAndy Shevchenko1-2/+3
2018-06-08vfio/mdev: Check globally for duplicate devicesAlex Williamson1-1/+1
2016-12-30vfio-mdev: Make mdev_device private and abstract interfacesAlex Williamson1-0/+13
2016-12-30vfio-mdev: Make mdev_parent privateAlex Williamson1-0/+10
2016-12-30vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson1-3/+3
2016-11-17vfio: Mediated device Core driverKirti Wankhede1-0/+41