summaryrefslogtreecommitdiffstats
path: root/include/linux/mdev.h
Commit message (Expand)AuthorAgeFilesLines
* vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe2022-10-041-0/+3
* vfio/mdev: consolidate all the description sysfs into the core codeChristoph Hellwig2022-10-041-17/+2
* vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig2022-10-041-0/+2
* vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig2022-10-041-0/+1
* vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe2022-10-041-5/+2
* vfio/mdev: remove mtype_get_parent_devChristoph Hellwig2022-10-041-2/+0
* vfio/mdev: remove mdev_parent_devChristoph Hellwig2022-10-041-1/+0
* vfio/mdev: unexport mdev_bus_typeChristoph Hellwig2022-10-041-2/+0
* vfio/mdev: remove mdev_from_devChristoph Hellwig2022-10-041-4/+0
* vfio/mdev: simplify mdev_type handlingChristoph Hellwig2022-10-041-8/+18
* vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig2022-10-041-2/+13
* vfio/mdev: make mdev.h standalone includableChristoph Hellwig2022-10-041-0/+3
* vfio/ccw: Remove UUID from s390 debug logMichael Kawano2022-07-071-5/+0
* vfio/mdev: Remove mdev drvdataJason Gunthorpe2022-04-211-9/+0
* vfio/mdev: Remove mdev_parent_opsJason Gunthorpe2022-04-211-21/+4
* vfio/mdev: Remove mdev_parent_ops dev_attr_groupsJason Gunthorpe2022-04-211-2/+0
* vfio/mdev: Remove vfio_mdev.cJason Gunthorpe2022-04-211-47/+1
* vfio: remove the unused mdev iommu hookChristoph Hellwig2021-09-301-20/+0
* vfio: Remove struct vfio_device_ops open/releaseJason Gunthorpe2021-08-111-7/+0
* vfio: Provide better generic support for open/release vfio_device_opsJason Gunthorpe2021-08-111-0/+2
* vfio/mdev: Allow the mdev_parent_ops to specify the device driver to bindJason Gunthorpe2021-06-211-0/+2
* vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe2021-04-121-4/+7
* vfio/mdev: Remove kobj from mdev_parent_ops->create()Jason Gunthorpe2021-04-121-2/+1
* vfio/mdev: Add mdev/mtype_get_type_group_id()Jason Gunthorpe2021-04-071-0/+3
* vfio/mdev: Remove duplicate storage of parent in mdev_deviceJason Gunthorpe2021-04-071-1/+0
* vfio/mdev: Use struct mdev_type in struct mdev_deviceJason Gunthorpe2021-04-071-1/+3
* vfio/mdev: Simplify driver registrationJason Gunthorpe2021-04-071-5/+1
* vfio/mdev: Add missing typesafety around mdev_deviceJason Gunthorpe2021-04-071-12/+46
* include/linux: remove repeated wordsRandy Dunlap2021-02-261-1/+1
* vfio-mdev: Wire in a request handler for mdev parentEric Farman2020-12-031-0/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* Merge tag 'iommu-updates-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-131-0/+14
|\
| * vfio/mdev: Add iommu related member in mdev_deviceLu Baolu2019-04-121-0/+14
* | vfio/mdev: Drop redundant extern for exported symbolsParav Pandit2019-05-071-11/+10
|/
* vfio-mdev: Switch to use new generic UUID APIAndy Shevchenko2019-02-051-1/+1
* vfio-mdev: fix non-standard ioctl return val causing i386 build failPaul Gortmaker2017-01-041-1/+1
* vfio-mdev: Make mdev_device private and abstract interfacesAlex Williamson2016-12-301-25/+6
* vfio-mdev: Make mdev_parent privateAlex Williamson2016-12-301-13/+2
* vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson2016-12-301-8/+8
* vfio: Mediated device Core driverKirti Wankhede2016-11-171-0/+168