- c68ea0d vfio: simplify iommu group allocation for mediated devices by Christoph Hellwig · 3 years, 4 months ago
- 89b6b8c Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 3 years, 5 months ago
- 85c94dc vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on' by Jason Gunthorpe · 3 years, 5 months ago
- eb24c10 vfio: Remove struct vfio_device_ops open/release by Jason Gunthorpe · 3 years, 5 months ago
- 2fd585f vfio: Provide better generic support for open/release vfio_device_ops by Jason Gunthorpe · 3 years, 5 months ago
- ae03c37 vfio: Introduce a vfio_uninit_group_dev() API call by Max Gurtovoy · 3 years, 5 months ago
- 3fb1712 vfio/mdev: don't warn if ->request is not set by Christoph Hellwig · 3 years, 6 months ago
- 15a5896 vfio/mdev: turn mdev_init into a subsys_initcall by Christoph Hellwig · 3 years, 6 months ago
- fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 6 months ago
- bc01b76 Merge branch 'hch-mdev-direct-v4' into v5.14/vfio/next by Alex Williamson · 3 years, 7 months ago
- 88a21f2 vfio/mdev: Allow the mdev_parent_ops to specify the device driver to bind by Jason Gunthorpe · 3 years, 7 months ago
- af3ab3f vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICE by Jason Gunthorpe · 3 years, 7 months ago
- 9dcf01d vfio: centralize module refcount in subsystem layer by Max Gurtovoy · 3 years, 8 months ago
- 9169cff vfio/mdev: Correct the function signatures for the mdev_type_attributes by Jason Gunthorpe · 3 years, 9 months ago
- c2ef2f5 vfio/mdev: Remove kobj from mdev_parent_ops->create() by Jason Gunthorpe · 3 years, 9 months ago
- 15fcc44 vfio/mdev: Add mdev/mtype_get_type_group_id() by Jason Gunthorpe · 3 years, 9 months ago
- fbea432 vfio/mdev: Remove duplicate storage of parent in mdev_device by Jason Gunthorpe · 3 years, 9 months ago
- 18d7312 vfio/mdev: Add missing error handling to dev_set_name() by Jason Gunthorpe · 3 years, 9 months ago
- fbd0e2b vfio/mdev: Reorganize mdev_device_create() by Jason Gunthorpe · 3 years, 9 months ago
- 9a30244 vfio/mdev: Add missing reference counting to mdev_type by Jason Gunthorpe · 3 years, 9 months ago
- a9f8111 vfio/mdev: Expose mdev_get/put_parent to mdev_private.h by Jason Gunthorpe · 3 years, 9 months ago
- 417fd5b vfio/mdev: Use struct mdev_type in struct mdev_device by Jason Gunthorpe · 3 years, 9 months ago
- 91b9969 vfio/mdev: Simplify driver registration by Jason Gunthorpe · 3 years, 9 months ago
- 2a3d15f vfio/mdev: Add missing typesafety around mdev_device by Jason Gunthorpe · 3 years, 9 months ago
- b5a1f89 vfio/mdev: Do not allow a mdev_type to have a NULL parent pointer by Jason Gunthorpe · 3 years, 9 months ago
- 6a2a235 Merge branches 'v5.13/vfio/embed-vfio_device', 'v5.13/vfio/misc' and 'v5.13/vfio/nvlink' into v5.13/vfio/next by Alex Williamson · 3 years, 9 months ago
- 1e04ec1 vfio: Remove device_data from the vfio bus driver API by Jason Gunthorpe · 3 years, 10 months ago
- 6df62c5 vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *' by Jason Gunthorpe · 3 years, 10 months ago
- 66873b5 vfio/mdev: Make to_mdev_device() into a static inline by Jason Gunthorpe · 3 years, 10 months ago
- 1ae1b20 vfio/mdev: Use vfio_init/register/unregister_group_dev by Jason Gunthorpe · 3 years, 10 months ago
- d0a7541 vfio/mdev: Fix spelling mistake "interal" -> "internal" by Zhen Lei · 3 years, 10 months ago
- a15ac66 vfio-mdev: Wire in a request handler for mdev parent by Eric Farman · 4 years, 1 month ago
- aa8ba13 vfio/mdev: Fix reference count leak in add_mdev_supported_type by Qiushi Wu · 4 years, 8 months ago
- e10b4f6 vfio/mdev: make create attribute static by Ben Dooks (Codethink) · 5 years ago
- 37d4607 Merge tag 'vfio-v5.3-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 6 years ago
- baa293e docs: driver-api: add a series of orphaned documents by Mauro Carvalho Chehab · 6 years ago
- 1e4d09d mdev: Send uevents around parent device registration by Alex Williamson · 6 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- 5715c4dd vfio/mdev: Synchronize device create/remove with parent removal by Parav Pandit · 6 years ago
- 26c9e39 vfio/mdev: Avoid creating sysfs remove file on stale device removal by Parav Pandit · 6 years ago
- 522ecce vfio/mdev: Improve the create/remove sequence by Parav Pandit · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- a13f065 Merge tag 'iommu-updates-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 6 years ago
- 405ecbf vfio/mdev: Avoid inline get and put parent helpers by Parav Pandit · 6 years ago
- 6093e34 vfio/mdev: Fix aborting mdev child device removal if one fails by Parav Pandit · 6 years ago
- a6d6f4f vfio/mdev: Follow correct remove sequence by Parav Pandit · 6 years ago
- d300046 vfio/mdev: Avoid masking error code to EBUSY by Parav Pandit · 6 years ago
- f707d83 vfio/mdev: Removed unused kref by Parav Pandit · 6 years ago
- 60e7f2c vfio/mdev: Avoid release parent reference during error path by Parav Pandit · 6 years ago
- 8ac1317 vfio/mdev: Add iommu related member in mdev_device by Lu Baolu · 6 years ago
- 278bca7 vfio-mdev: Switch to use new generic UUID API by Andy Shevchenko · 6 years ago
- 9422f58 vfio/mdev: add static modifier to add_mdev_supported_type by Paolo Cretaro · 6 years ago
- 6a62c1d vfio/mdev: Re-order sysfs attribute creation by Alex Williamson · 7 years ago
- 002fe99 vfio/mdev: Check globally for duplicate devices by Alex Williamson · 7 years ago
- 46ed90f vfio: mdev: make a couple of functions and structure vfio_mdev_driver static by Xiongwei Song · 7 years ago
- f790eb5 vfio/mdev: Use a module softdep for vfio_mdev by Alex Williamson · 8 years ago
- 99e3123 vfio-mdev: Make mdev_device private and abstract interfaces by Alex Williamson · 8 years ago
- 9372e6fe vfio-mdev: Make mdev_parent private by Alex Williamson · 8 years ago
- 4293055 vfio-mdev: de-polute the namespace, rename parent_device & parent_ops by Alex Williamson · 8 years ago
- 4955078 vfio-mdev: Fix remove race by Alex Williamson · 8 years ago
- 8e1c5a4 docs: Add Documentation for Mediated devices by Kirti Wankhede · 8 years ago
- fa3da00 vfio: VFIO based driver for Mediated devices by Kirti Wankhede · 8 years ago
- 7b96953 vfio: Mediated device Core driver by Kirti Wankhede · 8 years ago