summaryrefslogtreecommitdiff
path: root/drivers/vfio/mdev/mdev_sysfs.c
AgeCommit message (Expand)Author
2023-09-22vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent()Jinjie Ruan
2023-01-30vfio/mdev: Use sysfs_emit() to instead of sprintf()Bo Liu
2022-10-04vfio/mdev: add mdev available instance checking to the coreJason Gunthorpe
2022-10-04vfio/mdev: consolidate all the description sysfs into the core codeChristoph Hellwig
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-04-21vfio/mdev: Use the driver core to create the 'remove' fileJason Gunthorpe
2022-04-21vfio/mdev: Remove mdev_parent_opsJason Gunthorpe
2022-04-21vfio/mdev: Remove mdev_parent_ops dev_attr_groupsJason Gunthorpe
2021-04-12vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe
2021-04-07vfio/mdev: Add mdev/mtype_get_type_group_id()Jason Gunthorpe
2021-04-07vfio/mdev: Add missing reference counting to mdev_typeJason Gunthorpe
2021-04-07vfio/mdev: Use struct mdev_type in struct mdev_deviceJason Gunthorpe
2021-04-07vfio/mdev: Add missing typesafety around mdev_deviceJason Gunthorpe
2021-04-07vfio/mdev: Do not allow a mdev_type to have a NULL parent pointerJason Gunthorpe
2020-05-29vfio/mdev: Fix reference count leak in add_mdev_supported_typeQiushi Wu
2020-01-09vfio/mdev: make create attribute staticBen Dooks (Codethink)
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-06vfio/mdev: Avoid creating sysfs remove file on stale device removalParav Pandit
2019-06-06vfio/mdev: Improve the create/remove sequenceParav Pandit
2019-05-07vfio/mdev: Follow correct remove sequenceParav Pandit
2019-02-05vfio-mdev: Switch to use new generic UUID APIAndy Shevchenko
2018-12-12vfio/mdev: add static modifier to add_mdev_supported_typePaolo Cretaro
2018-06-08vfio/mdev: Re-order sysfs attribute creationAlex Williamson
2016-12-30vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson
2016-11-17vfio: Mediated device Core driverKirti Wankhede