aboutsummaryrefslogtreecommitdiff
path: root/samples/vfio-mdev/mtty.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-25vfio-iommufd: Add detach_ioas support for emulated VFIO devicesGravatar Yi Liu 1-0/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-03-31vfio/mdev: Uses the vfio emulated iommufd ops set in the mdev sample driversGravatar Yi Liu 1-0/+3
2023-03-17driver core: class: remove module * from class_create()Gravatar Greg Kroah-Hartman 1-1/+1
2022-12-05vfio/ap/ccw/samples: Fix device_register() unwind pathGravatar Alex Williamson 1-3/+4
2022-11-10vfio: Remove vfio_free_deviceGravatar Eric Farman 1-1/+0
2022-10-04vfio/mdev: consolidate all the available_instance sysfs into the core codeGravatar Christoph Hellwig 1-13/+3
2022-10-04vfio/mdev: consolidate all the name sysfs into the core codeGravatar Christoph Hellwig 1-14/+4
2022-10-04vfio/mdev: consolidate all the device_api sysfs into the core codeGravatar Jason Gunthorpe 1-9/+1
2022-10-04vfio/mdev: simplify mdev_type handlingGravatar Christoph Hellwig 1-30/+30
2022-10-04vfio/mdev: embedd struct mdev_parent in the parent data structureGravatar Christoph Hellwig 1-2/+4
2022-10-04vfio/mdev: make mdev.h standalone includableGravatar Christoph Hellwig 1-2/+0
2022-09-21vfio/mtty: Use the new device life cycle helpersGravatar Yi Liu 1-28/+39
2022-04-21vfio/mdev: Remove mdev_parent_opsGravatar Jason Gunthorpe 1-7/+2
2022-04-21vfio/mdev: Remove mdev_parent_ops dev_attr_groupsGravatar Jason Gunthorpe 1-29/+1
2021-09-30vfio: simplify iommu group allocation for mediated devicesGravatar Christoph Hellwig 1-1/+1
2021-08-11vfio/samples: Delete useless open/closeGravatar Jason Gunthorpe 1-13/+0
2021-08-11vfio: Introduce a vfio_uninit_group_dev() API callGravatar Max Gurtovoy 1-11/+16
2021-06-28vfio/mtty: Enforce available_instancesGravatar Alex Williamson 1-6/+16
2021-06-28vfio/mtty: Delete mdev_devices_listGravatar Jason Gunthorpe 1-18/+6
2021-06-21vfio/mtty: Convert to use vfio_register_group_dev()Gravatar Jason Gunthorpe 1-102/+83
2021-04-12vfio/mdev: Correct the function signatures for the mdev_type_attributesGravatar Jason Gunthorpe 1-9/+9
2021-04-12vfio/mdev: Remove kobj from mdev_parent_ops->create()Gravatar Jason Gunthorpe 1-1/+1
2021-04-07vfio/mtty: Use mdev_get_type_group_id()Gravatar Jason Gunthorpe 1-43/+7
2019-08-19vfio-mdev/mtty: Simplify interrupt generationGravatar Parav Pandit 1-31/+8
2019-07-02vfio-mdev/samples: make some symbols staticGravatar Kefeng Wang 1-23/+24
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-5/+1
2019-02-12samples/vfio-mdev/mtty: expand minor range when registering chrdev regionGravatar Chengguang Xu 1-4/+5
2019-02-05vfio-mdev: Switch to use new generic UUID APIGravatar Andy Shevchenko 1-4/+4
2018-12-17vfio-mdev/samples: Use u8 instead of char for handle functionsGravatar Nathan Chancellor 1-13/+13
2018-03-22vfio-mdev/samples: change RDI interrupt conditionGravatar Shunyong Yang 1-1/+1
2017-10-02vfio-mdev/samples: make mdev_fops const and staticGravatar Bhumika Goyal 1-1/+1
2017-01-11vfio-mdev: remove some dead codeGravatar Dan Carpenter 1-3/+0
2017-01-11vfio-mdev: buffer overflow in ioctl()Gravatar Dan Carpenter 1-2/+5
2017-01-11vfio-mdev: return -EFAULT if copy_to_user() failsGravatar Dan Carpenter 1-3/+12
2017-01-04vfio-mdev: fix some error codes in the sample codeGravatar Dan Carpenter 1-1/+3
2016-12-30vfio-mdev: Make mdev_device private and abstract interfacesGravatar Alex Williamson 1-11/+13
2016-12-30vfio-mdev: Make mdev_parent privateGravatar Alex Williamson 1-1/+1
2016-12-30vfio-mdev: de-polute the namespace, rename parent_device & parent_opsGravatar Alex Williamson 1-1/+1
2016-11-17docs: Sample driver to demonstrate how to use Mediated device framework.Gravatar Kirti Wankhede 1-0/+1503