aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mdev.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-04vfio/mdev: add mdev available instance checking to the coreGravatar Jason Gunthorpe 1-0/+3
2022-10-04vfio/mdev: consolidate all the description sysfs into the core codeGravatar Christoph Hellwig 1-17/+2
2022-10-04vfio/mdev: consolidate all the available_instance sysfs into the core codeGravatar Christoph Hellwig 1-0/+2
2022-10-04vfio/mdev: consolidate all the name sysfs into the core codeGravatar Christoph Hellwig 1-0/+1
2022-10-04vfio/mdev: consolidate all the device_api sysfs into the core codeGravatar Jason Gunthorpe 1-5/+2
2022-10-04vfio/mdev: remove mtype_get_parent_devGravatar Christoph Hellwig 1-2/+0
2022-10-04vfio/mdev: remove mdev_parent_devGravatar Christoph Hellwig 1-1/+0
2022-10-04vfio/mdev: unexport mdev_bus_typeGravatar Christoph Hellwig 1-2/+0
2022-10-04vfio/mdev: remove mdev_from_devGravatar Christoph Hellwig 1-4/+0
2022-10-04vfio/mdev: simplify mdev_type handlingGravatar Christoph Hellwig 1-8/+18
2022-10-04vfio/mdev: embedd struct mdev_parent in the parent data structureGravatar Christoph Hellwig 1-2/+13
2022-10-04vfio/mdev: make mdev.h standalone includableGravatar Christoph Hellwig 1-0/+3
2022-07-07vfio/ccw: Remove UUID from s390 debug logGravatar Michael Kawano 1-5/+0
2022-04-21vfio/mdev: Remove mdev drvdataGravatar Jason Gunthorpe 1-9/+0
2022-04-21vfio/mdev: Remove mdev_parent_opsGravatar Jason Gunthorpe 1-21/+4
2022-04-21vfio/mdev: Remove mdev_parent_ops dev_attr_groupsGravatar Jason Gunthorpe 1-2/+0
2022-04-21vfio/mdev: Remove vfio_mdev.cGravatar Jason Gunthorpe 1-47/+1
2021-09-30vfio: remove the unused mdev iommu hookGravatar Christoph Hellwig 1-20/+0
2021-08-11vfio: Remove struct vfio_device_ops open/releaseGravatar Jason Gunthorpe 1-7/+0
2021-08-11vfio: Provide better generic support for open/release vfio_device_opsGravatar Jason Gunthorpe 1-0/+2
2021-06-21vfio/mdev: Allow the mdev_parent_ops to specify the device driver to bindGravatar Jason Gunthorpe 1-0/+2
2021-04-12vfio/mdev: Correct the function signatures for the mdev_type_attributesGravatar Jason Gunthorpe 1-4/+7
2021-04-12vfio/mdev: Remove kobj from mdev_parent_ops->create()Gravatar Jason Gunthorpe 1-2/+1
2021-04-07vfio/mdev: Add mdev/mtype_get_type_group_id()Gravatar Jason Gunthorpe 1-0/+3
2021-04-07vfio/mdev: Remove duplicate storage of parent in mdev_deviceGravatar Jason Gunthorpe 1-1/+0
2021-04-07vfio/mdev: Use struct mdev_type in struct mdev_deviceGravatar Jason Gunthorpe 1-1/+3
2021-04-07vfio/mdev: Simplify driver registrationGravatar Jason Gunthorpe 1-5/+1
2021-04-07vfio/mdev: Add missing typesafety around mdev_deviceGravatar Jason Gunthorpe 1-12/+46
2021-02-26include/linux: remove repeated wordsGravatar Randy Dunlap 1-1/+1
2020-12-03vfio-mdev: Wire in a request handler for mdev parentGravatar Eric Farman 1-0/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-05-13Merge tag 'iommu-updates-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+14
2019-05-07vfio/mdev: Drop redundant extern for exported symbolsGravatar Parav Pandit 1-11/+10
2019-04-12vfio/mdev: Add iommu related member in mdev_deviceGravatar Lu Baolu 1-0/+14
2019-02-05vfio-mdev: Switch to use new generic UUID APIGravatar Andy Shevchenko 1-1/+1
2017-01-04vfio-mdev: fix non-standard ioctl return val causing i386 build failGravatar Paul Gortmaker 1-1/+1
2016-12-30vfio-mdev: Make mdev_device private and abstract interfacesGravatar Alex Williamson 1-25/+6
2016-12-30vfio-mdev: Make mdev_parent privateGravatar Alex Williamson 1-13/+2
2016-12-30vfio-mdev: de-polute the namespace, rename parent_device & parent_opsGravatar Alex Williamson 1-8/+8
2016-11-17vfio: Mediated device Core driverGravatar Kirti Wankhede 1-0/+168