aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio/mdev/mdev_sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-12vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe1-5/+6
2021-04-07vfio/mdev: Add mdev/mtype_get_type_group_id()Jason Gunthorpe1-6/+9
2021-04-07vfio/mdev: Add missing reference counting to mdev_typeJason Gunthorpe1-0/+4
2021-04-07vfio/mdev: Use struct mdev_type in struct mdev_deviceJason Gunthorpe1-5/+6
2021-04-07vfio/mdev: Add missing typesafety around mdev_deviceJason Gunthorpe1-11/+15
2021-04-07vfio/mdev: Do not allow a mdev_type to have a NULL parent pointerJason Gunthorpe1-1/+1
2020-05-29vfio/mdev: Fix reference count leak in add_mdev_supported_typeQiushi Wu1-1/+1
2020-01-09vfio/mdev: make create attribute staticBen Dooks (Codethink)1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-06vfio/mdev: Avoid creating sysfs remove file on stale device removalParav Pandit1-3/+1
2019-06-06vfio/mdev: Improve the create/remove sequenceParav Pandit1-1/+1
2019-05-07vfio/mdev: Follow correct remove sequenceParav Pandit1-1/+1
2019-02-05vfio-mdev: Switch to use new generic UUID APIAndy Shevchenko1-3/+3
2018-12-12vfio/mdev: add static modifier to add_mdev_supported_typePaolo Cretaro1-2/+2
2018-06-08vfio/mdev: Re-order sysfs attribute creationAlex Williamson1-7/+7
2016-12-30vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson1-4/+4
2016-11-17vfio: Mediated device Core driverKirti Wankhede1-0/+286