summaryrefslogtreecommitdiff
path: root/samples/vfio-mdev/mtty.c
AgeCommit message (Expand)Author
2023-11-28eventfd: simplify eventfd_signal()Christian Brauner
2023-10-24vfio/mtty: Enable migration supportAlex Williamson
2023-10-24vfio/mtty: Overhaul mtty interrupt handlingAlex Williamson
2023-07-25vfio-iommufd: Add detach_ioas support for emulated VFIO devicesYi Liu
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-03-31vfio/mdev: Uses the vfio emulated iommufd ops set in the mdev sample driversYi Liu
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2022-12-05vfio/ap/ccw/samples: Fix device_register() unwind pathAlex Williamson
2022-11-10vfio: Remove vfio_free_deviceEric Farman
2022-10-04vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig
2022-10-04vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig
2022-10-04vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe
2022-10-04vfio/mdev: simplify mdev_type handlingChristoph Hellwig
2022-10-04vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig
2022-10-04vfio/mdev: make mdev.h standalone includableChristoph Hellwig
2022-09-21vfio/mtty: Use the new device life cycle helpersYi Liu
2022-04-21vfio/mdev: Remove mdev_parent_opsJason Gunthorpe
2022-04-21vfio/mdev: Remove mdev_parent_ops dev_attr_groupsJason Gunthorpe
2021-09-30vfio: simplify iommu group allocation for mediated devicesChristoph Hellwig
2021-08-11vfio/samples: Delete useless open/closeJason Gunthorpe
2021-08-11vfio: Introduce a vfio_uninit_group_dev() API callMax Gurtovoy
2021-06-28vfio/mtty: Enforce available_instancesAlex Williamson
2021-06-28vfio/mtty: Delete mdev_devices_listJason Gunthorpe
2021-06-21vfio/mtty: Convert to use vfio_register_group_dev()Jason Gunthorpe
2021-04-12vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe
2021-04-12vfio/mdev: Remove kobj from mdev_parent_ops->create()Jason Gunthorpe
2021-04-07vfio/mtty: Use mdev_get_type_group_id()Jason Gunthorpe
2019-08-19vfio-mdev/mtty: Simplify interrupt generationParav Pandit
2019-07-02vfio-mdev/samples: make some symbols staticKefeng Wang
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-02-12samples/vfio-mdev/mtty: expand minor range when registering chrdev regionChengguang Xu
2019-02-05vfio-mdev: Switch to use new generic UUID APIAndy Shevchenko
2018-12-17vfio-mdev/samples: Use u8 instead of char for handle functionsNathan Chancellor
2018-03-22vfio-mdev/samples: change RDI interrupt conditionShunyong Yang
2017-10-02vfio-mdev/samples: make mdev_fops const and staticBhumika Goyal
2017-01-11vfio-mdev: remove some dead codeDan Carpenter
2017-01-11vfio-mdev: buffer overflow in ioctl()Dan Carpenter
2017-01-11vfio-mdev: return -EFAULT if copy_to_user() failsDan Carpenter
2017-01-04vfio-mdev: fix some error codes in the sample codeDan Carpenter
2016-12-30vfio-mdev: Make mdev_device private and abstract interfacesAlex Williamson
2016-12-30vfio-mdev: Make mdev_parent privateAlex Williamson
2016-12-30vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson
2016-11-17docs: Sample driver to demonstrate how to use Mediated device framework.Kirti Wankhede