summaryrefslogtreecommitdiffstats
path: root/samples/vfio-mdev/mtty.c
Commit message (Expand)AuthorAgeFilesLines
* vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig2022-10-041-13/+3
* vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig2022-10-041-14/+4
* vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe2022-10-041-9/+1
* vfio/mdev: simplify mdev_type handlingChristoph Hellwig2022-10-041-30/+30
* vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig2022-10-041-2/+4
* vfio/mdev: make mdev.h standalone includableChristoph Hellwig2022-10-041-2/+0
* vfio/mtty: Use the new device life cycle helpersYi Liu2022-09-211-28/+39
* vfio/mdev: Remove mdev_parent_opsJason Gunthorpe2022-04-211-7/+2
* vfio/mdev: Remove mdev_parent_ops dev_attr_groupsJason Gunthorpe2022-04-211-29/+1
* vfio: simplify iommu group allocation for mediated devicesChristoph Hellwig2021-09-301-1/+1
* vfio/samples: Delete useless open/closeJason Gunthorpe2021-08-111-13/+0
* vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy2021-08-111-11/+16
* vfio/mtty: Enforce available_instancesAlex Williamson2021-06-281-6/+16
* vfio/mtty: Delete mdev_devices_listJason Gunthorpe2021-06-281-18/+6
* vfio/mtty: Convert to use vfio_register_group_dev()Jason Gunthorpe2021-06-211-102/+83
* vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe2021-04-121-9/+9
* vfio/mdev: Remove kobj from mdev_parent_ops->create()Jason Gunthorpe2021-04-121-1/+1
* vfio/mtty: Use mdev_get_type_group_id()Jason Gunthorpe2021-04-071-43/+7
* vfio-mdev/mtty: Simplify interrupt generationParav Pandit2019-08-191-31/+8
* vfio-mdev/samples: make some symbols staticKefeng Wang2019-07-021-23/+24
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* samples/vfio-mdev/mtty: expand minor range when registering chrdev regionChengguang Xu2019-02-121-4/+5
* vfio-mdev: Switch to use new generic UUID APIAndy Shevchenko2019-02-051-4/+4
* vfio-mdev/samples: Use u8 instead of char for handle functionsNathan Chancellor2018-12-171-13/+13
* vfio-mdev/samples: change RDI interrupt conditionShunyong Yang2018-03-221-1/+1
* vfio-mdev/samples: make mdev_fops const and staticBhumika Goyal2017-10-021-1/+1
* vfio-mdev: remove some dead codeDan Carpenter2017-01-111-3/+0
* vfio-mdev: buffer overflow in ioctl()Dan Carpenter2017-01-111-2/+5
* vfio-mdev: return -EFAULT if copy_to_user() failsDan Carpenter2017-01-111-3/+12
* vfio-mdev: fix some error codes in the sample codeDan Carpenter2017-01-041-1/+3
* vfio-mdev: Make mdev_device private and abstract interfacesAlex Williamson2016-12-301-11/+13
* vfio-mdev: Make mdev_parent privateAlex Williamson2016-12-301-1/+1
* vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson2016-12-301-1/+1
* docs: Sample driver to demonstrate how to use Mediated device framework.Kirti Wankhede2016-11-171-0/+1503