aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio/mdev/mdev_sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-22vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent()Gravatar Jinjie Ruan 1-1/+2
2023-01-30vfio/mdev: Use sysfs_emit() to instead of sprintf()Gravatar Bo Liu 1-1/+1
2022-10-04vfio/mdev: add mdev available instance checking to the coreGravatar Jason Gunthorpe 1-1/+4
2022-10-04vfio/mdev: consolidate all the description sysfs into the core codeGravatar Christoph Hellwig 1-8/+32
2022-10-04vfio/mdev: consolidate all the available_instance sysfs into the core codeGravatar Christoph Hellwig 1-0/+11
2022-10-04vfio/mdev: consolidate all the name sysfs into the core codeGravatar Christoph Hellwig 1-0/+10
2022-10-04vfio/mdev: consolidate all the device_api sysfs into the core codeGravatar Jason Gunthorpe 1-10/+25
2022-10-04vfio/mdev: simplify mdev_type handlingGravatar Christoph Hellwig 1-69/+22
2022-10-04vfio/mdev: embedd struct mdev_parent in the parent data structureGravatar Christoph Hellwig 1-2/+2
2022-10-04vfio/mdev: make mdev.h standalone includableGravatar Christoph Hellwig 1-2/+0
2022-04-21vfio/mdev: Use the driver core to create the 'remove' fileGravatar Jason Gunthorpe 1-9/+10
2022-04-21vfio/mdev: Remove mdev_parent_opsGravatar Jason Gunthorpe 1-3/+3
2022-04-21vfio/mdev: Remove mdev_parent_ops dev_attr_groupsGravatar Jason Gunthorpe 1-10/+2
2021-04-12vfio/mdev: Correct the function signatures for the mdev_type_attributesGravatar Jason Gunthorpe 1-5/+6
2021-04-07vfio/mdev: Add mdev/mtype_get_type_group_id()Gravatar Jason Gunthorpe 1-6/+9
2021-04-07vfio/mdev: Add missing reference counting to mdev_typeGravatar Jason Gunthorpe 1-0/+4
2021-04-07vfio/mdev: Use struct mdev_type in struct mdev_deviceGravatar Jason Gunthorpe 1-5/+6
2021-04-07vfio/mdev: Add missing typesafety around mdev_deviceGravatar Jason Gunthorpe 1-11/+15
2021-04-07vfio/mdev: Do not allow a mdev_type to have a NULL parent pointerGravatar Jason Gunthorpe 1-1/+1
2020-05-29vfio/mdev: Fix reference count leak in add_mdev_supported_typeGravatar Qiushi Wu 1-1/+1
2020-01-09vfio/mdev: make create attribute staticGravatar Ben Dooks (Codethink) 1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-06vfio/mdev: Avoid creating sysfs remove file on stale device removalGravatar Parav Pandit 1-3/+1
2019-06-06vfio/mdev: Improve the create/remove sequenceGravatar Parav Pandit 1-1/+1
2019-05-07vfio/mdev: Follow correct remove sequenceGravatar Parav Pandit 1-1/+1
2019-02-05vfio-mdev: Switch to use new generic UUID APIGravatar Andy Shevchenko 1-3/+3
2018-12-12vfio/mdev: add static modifier to add_mdev_supported_typeGravatar Paolo Cretaro 1-2/+2
2018-06-08vfio/mdev: Re-order sysfs attribute creationGravatar Alex Williamson 1-7/+7
2016-12-30vfio-mdev: de-polute the namespace, rename parent_device & parent_opsGravatar Alex Williamson 1-4/+4
2016-11-17vfio: Mediated device Core driverGravatar Kirti Wankhede 1-0/+286