summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/mdev
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hch-mdev-direct-v4' into v5.14/vfio/nextAlex Williamson2021-06-216-42/+50
|\
| * vfio/mdev: Allow the mdev_parent_ops to specify the device driver to bindJason Gunthorpe2021-06-212-8/+32
| * vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICEJason Gunthorpe2021-06-215-34/+18
* | vfio: centralize module refcount in subsystem layerMax Gurtovoy2021-06-151-12/+1
|/
* vfio/mdev: Correct the function signatures for the mdev_type_attributesJason Gunthorpe2021-04-122-7/+18
* 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-073-7/+30
* vfio/mdev: Remove duplicate storage of parent in mdev_deviceJason Gunthorpe2021-04-072-15/+12
* 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: Add missing reference counting to mdev_typeJason Gunthorpe2021-04-071-0/+4
* vfio/mdev: Expose mdev_get/put_parent to mdev_private.hJason Gunthorpe2021-04-072-20/+15
* vfio/mdev: Use struct mdev_type in struct mdev_deviceJason Gunthorpe2021-04-073-19/+15
* vfio/mdev: Simplify driver registrationJason Gunthorpe2021-04-072-10/+13
* vfio/mdev: Add missing typesafety around mdev_deviceJason Gunthorpe2021-04-075-95/+29
* vfio/mdev: Do not allow a mdev_type to have a NULL parent pointerJason Gunthorpe2021-04-071-1/+1
*-. Merge branches 'v5.13/vfio/embed-vfio_device', 'v5.13/vfio/misc' and 'v5.13/v...Alex Williamson2021-04-061-1/+1
|\ \
| * | vfio/mdev: Fix spelling mistake "interal" -> "internal"Zhen Lei2021-04-061-1/+1
| |/
* | vfio: Remove device_data from the vfio bus driver APIJason Gunthorpe2021-04-061-1/+1
* | vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'Jason Gunthorpe2021-04-061-15/+18
* | vfio/mdev: Make to_mdev_device() into a static inlineJason Gunthorpe2021-04-061-1/+4
* | vfio/mdev: Use vfio_init/register/unregister_group_devJason Gunthorpe2021-04-061-2/+18
|/
* vfio-mdev: Wire in a request handler for mdev parentEric Farman2020-12-032-0/+17
* 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
* Merge tag 'vfio-v5.3-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2019-07-171-0/+9
|\
| * mdev: Send uevents around parent device registrationAlex Williamson2019-07-111-0/+9
* | docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab2019-07-151-1/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-195-20/+5
* vfio/mdev: Synchronize device create/remove with parent removalParav Pandit2019-06-062-18/+56
* 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-063-71/+27
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Merge tag 'iommu-updates-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-132-0/+19
|\
| * vfio/mdev: Add iommu related member in mdev_deviceLu Baolu2019-04-122-0/+19
* | 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: Follow correct remove sequenceParav Pandit2019-05-071-1/+1
* | vfio/mdev: Avoid masking error code to EBUSYParav Pandit2019-05-071-1/+1
* | vfio/mdev: Removed unused krefParav Pandit2019-05-072-2/+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-053-13/+14
* 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: Check globally for duplicate devicesAlex Williamson2018-06-082-67/+37
* vfio: mdev: make a couple of functions and structure vfio_mdev_driver staticXiongwei Song2018-01-091-3/+3
* 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-302-0/+43
* vfio-mdev: Make mdev_parent privateAlex Williamson2016-12-302-0/+16
* vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson2016-12-304-27/+27