summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/mdev/mdev_sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* vfio/mdev: Use sysfs_emit() to instead of sprintf()Bo Liu2023-01-301-1/+1
* vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe2022-10-041-1/+4
* vfio/mdev: consolidate all the description sysfs into the core codeChristoph Hellwig2022-10-041-8/+32
* vfio/mdev: consolidate all the available_instance sysfs into the core codeChristoph Hellwig2022-10-041-0/+11
* vfio/mdev: consolidate all the name sysfs into the core codeChristoph Hellwig2022-10-041-0/+10
* vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe2022-10-041-10/+25
* vfio/mdev: simplify mdev_type handlingChristoph Hellwig2022-10-041-69/+22
* vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig2022-10-041-2/+2
* vfio/mdev: make mdev.h standalone includableChristoph Hellwig2022-10-041-2/+0
* vfio/mdev: Use the driver core to create the 'remove' fileJason Gunthorpe2022-04-211-9/+10
* vfio/mdev: Remove mdev_parent_opsJason Gunthorpe2022-04-211-3/+3
* vfio/mdev: Remove mdev_parent_ops dev_attr_groupsJason Gunthorpe2022-04-211-10/+2
* vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe2021-04-121-5/+6
* vfio/mdev: Add mdev/mtype_get_type_group_id()Jason Gunthorpe2021-04-071-6/+9
* vfio/mdev: Add missing reference counting to mdev_typeJason Gunthorpe2021-04-071-0/+4
* vfio/mdev: Use struct mdev_type in struct mdev_deviceJason Gunthorpe2021-04-071-5/+6
* vfio/mdev: Add missing typesafety around mdev_deviceJason Gunthorpe2021-04-071-11/+15
* vfio/mdev: Do not allow a mdev_type to have a NULL parent pointerJason Gunthorpe2021-04-071-1/+1
* vfio/mdev: Fix reference count leak in add_mdev_supported_typeQiushi Wu2020-05-291-1/+1
* vfio/mdev: make create attribute staticBen Dooks (Codethink)2020-01-091-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* vfio/mdev: Avoid creating sysfs remove file on stale device removalParav Pandit2019-06-061-3/+1
* vfio/mdev: Improve the create/remove sequenceParav Pandit2019-06-061-1/+1
* vfio/mdev: Follow correct remove sequenceParav Pandit2019-05-071-1/+1
* vfio-mdev: Switch to use new generic UUID APIAndy Shevchenko2019-02-051-3/+3
* vfio/mdev: add static modifier to add_mdev_supported_typePaolo Cretaro2018-12-121-2/+2
* vfio/mdev: Re-order sysfs attribute creationAlex Williamson2018-06-081-7/+7
* vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson2016-12-301-4/+4
* vfio: Mediated device Core driverKirti Wankhede2016-11-171-0/+286