summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/mdev/mdev_core.c
Commit message (Expand)AuthorAgeFilesLines
* vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe2021-04-121-2/+12
* vfio/mdev: Remove kobj from mdev_parent_ops->create()Jason Gunthorpe2021-04-121-1/+1
* vfio/mdev: Add mdev/mtype_get_type_group_id()Jason Gunthorpe2021-04-071-0/+20
* vfio/mdev: Remove duplicate storage of parent in mdev_deviceJason Gunthorpe2021-04-071-8/+5
* vfio/mdev: Add missing error handling to dev_set_name()Jason Gunthorpe2021-04-071-1/+3
* vfio/mdev: Reorganize mdev_device_create()Jason Gunthorpe2021-04-071-33/+27
* vfio/mdev: Expose mdev_get/put_parent to mdev_private.hJason Gunthorpe2021-04-071-20/+3
* vfio/mdev: Use struct mdev_type in struct mdev_deviceJason Gunthorpe2021-04-071-10/+6
* vfio/mdev: Add missing typesafety around mdev_deviceJason Gunthorpe2021-04-071-58/+6
* vfio-mdev: Wire in a request handler for mdev parentEric Farman2020-12-031-0/+4
* mdev: Send uevents around parent device registrationAlex Williamson2019-07-111-0/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* vfio/mdev: Synchronize device create/remove with parent removalParav Pandit2019-06-061-18/+54
* vfio/mdev: Improve the create/remove sequenceParav Pandit2019-06-061-69/+25
* Merge tag 'iommu-updates-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-131-0/+18
|\
| * vfio/mdev: Add iommu related member in mdev_deviceLu Baolu2019-04-121-0/+18
* | vfio/mdev: Avoid inline get and put parent helpersParav Pandit2019-05-071-2/+2
* | vfio/mdev: Fix aborting mdev child device removal if one failsParav Pandit2019-05-071-6/+4
* | vfio/mdev: Avoid masking error code to EBUSYParav Pandit2019-05-071-1/+1
* | vfio/mdev: Removed unused krefParav Pandit2019-05-071-1/+0
* | vfio/mdev: Avoid release parent reference during error pathParav Pandit2019-05-071-0/+1
|/
* vfio-mdev: Switch to use new generic UUID APIAndy Shevchenko2019-02-051-8/+8
* vfio/mdev: Check globally for duplicate devicesAlex Williamson2018-06-081-66/+36
* vfio/mdev: Use a module softdep for vfio_mdevAlex Williamson2017-02-081-12/+2
* vfio-mdev: Make mdev_device private and abstract interfacesAlex Williamson2016-12-301-0/+30
* vfio-mdev: Make mdev_parent privateAlex Williamson2016-12-301-0/+6
* vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson2016-12-301-14/+14
* vfio-mdev: Fix remove raceAlex Williamson2016-12-301-2/+34
* vfio: VFIO based driver for Mediated devicesKirti Wankhede2016-11-171-1/+12
* vfio: Mediated device Core driverKirti Wankhede2016-11-171-0/+374