aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mdev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-04vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe1-0/+3
2022-10-04vfio/mdev: consolidate all the description sysfs into the core codeChristoph Hellwig1-17/+2
2022-10-04vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig1-0/+2
2022-10-04vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig1-0/+1
2022-10-04vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe1-5/+2
2022-10-04vfio/mdev: remove mtype_get_parent_devChristoph Hellwig1-2/+0
2022-10-04vfio/mdev: remove mdev_parent_devChristoph Hellwig1-1/+0
2022-10-04vfio/mdev: unexport mdev_bus_typeChristoph Hellwig1-2/+0
2022-10-04vfio/mdev: remove mdev_from_devChristoph Hellwig1-4/+0
2022-10-04vfio/mdev: simplify mdev_type handlingChristoph Hellwig1-8/+18
2022-10-04vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig1-2/+13
2022-10-04vfio/mdev: make mdev.h standalone includableChristoph Hellwig1-0/+3
2022-07-07vfio/ccw: Remove UUID from s390 debug logMichael Kawano1-5/+0
2022-04-21vfio/mdev: Remove mdev drvdataJason Gunthorpe1-9/+0
2022-04-21vfio/mdev: Remove mdev_parent_opsJason Gunthorpe1-21/+4
2022-04-21vfio/mdev: Remove mdev_parent_ops dev_attr_groupsJason Gunthorpe1-2/+0
2022-04-21vfio/mdev: Remove vfio_mdev.cJason Gunthorpe1-47/+1
2021-09-30vfio: remove the unused mdev iommu hookChristoph Hellwig1-20/+0
2021-08-11vfio: Remove struct vfio_device_ops open/releaseJason Gunthorpe1-7/+0
2021-08-11vfio: Provide better generic support for open/release vfio_device_opsJason Gunthorpe1-0/+2
2021-06-21vfio/mdev: Allow the mdev_parent_ops to specify the device driver to bindJason Gunthorpe1-0/+2
2021-04-12vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe1-4/+7
2021-04-12vfio/mdev: Remove kobj from mdev_parent_ops->create()Jason Gunthorpe1-2/+1
2021-04-07vfio/mdev: Add mdev/mtype_get_type_group_id()Jason Gunthorpe1-0/+3
2021-04-07vfio/mdev: Remove duplicate storage of parent in mdev_deviceJason Gunthorpe1-1/+0
2021-04-07vfio/mdev: Use struct mdev_type in struct mdev_deviceJason Gunthorpe1-1/+3
2021-04-07vfio/mdev: Simplify driver registrationJason Gunthorpe1-5/+1
2021-04-07vfio/mdev: Add missing typesafety around mdev_deviceJason Gunthorpe1-12/+46
2021-02-26include/linux: remove repeated wordsRandy Dunlap1-1/+1
2020-12-03vfio-mdev: Wire in a request handler for mdev parentEric Farman1-0/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-13Merge tag 'iommu-updates-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+14
2019-05-07vfio/mdev: Drop redundant extern for exported symbolsParav Pandit1-11/+10
2019-04-12vfio/mdev: Add iommu related member in mdev_deviceLu Baolu1-0/+14
2019-02-05vfio-mdev: Switch to use new generic UUID APIAndy Shevchenko1-1/+1
2017-01-04vfio-mdev: fix non-standard ioctl return val causing i386 build failPaul Gortmaker1-1/+1
2016-12-30vfio-mdev: Make mdev_device private and abstract interfacesAlex Williamson1-25/+6
2016-12-30vfio-mdev: Make mdev_parent privateAlex Williamson1-13/+2
2016-12-30vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson1-8/+8
2016-11-17vfio: Mediated device Core driverKirti Wankhede1-0/+168