summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-10-04vfio/mdev: consolidate all the device_api sysfs into the core codeJason Gunthorpe
2022-10-04vfio/mdev: remove mtype_get_parent_devChristoph Hellwig
2022-10-04vfio/mdev: remove mdev_parent_devChristoph Hellwig
2022-10-04vfio/mdev: unexport mdev_bus_typeChristoph Hellwig
2022-10-04vfio/mdev: remove mdev_from_devChristoph Hellwig
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-10-04drm/i915/gvt: simplify vgpu configuration managementChristoph Hellwig
2022-10-04drm/i915/gvt: fix a memory leak in intel_gvt_init_vgpu_typesChristoph Hellwig
2022-09-30drm/i915/gvt: Add missing vfio_unregister_group_dev() callJason Gunthorpe
2022-09-27hisi_acc_vfio_pci: Update some log and comment formatsLongfang Liu
2022-09-27hisi_acc_vfio_pci: Remove useless macro definitionsLongfang Liu
2022-09-27hisi_acc_vfio_pci: Remove useless function parameterLongfang Liu
2022-09-27hisi_acc_vfio_pci: Fix device data address combination problemLongfang Liu
2022-09-27hisi_acc_vfio_pci: Fixes error return code issueLongfang Liu
2022-09-27vfio: Follow a strict lifetime for struct iommu_groupJason Gunthorpe
2022-09-22vfio: Move container code into drivers/vfio/container.cJason Gunthorpe
2022-09-22vfio: Split the register_device ops call into functionsJason Gunthorpe
2022-09-22vfio: Rename vfio_ioctl_check_extension()Jason Gunthorpe
2022-09-22vfio: Split out container code from the init/cleanup functionsJason Gunthorpe
2022-09-22vfio: Remove #ifdefs around CONFIG_VFIO_NOIOMMUJason Gunthorpe
2022-09-22vfio: Split the container logic into vfio_container_attach_group()Jason Gunthorpe
2022-09-22vfio: Rename __vfio_group_unset_container()Jason Gunthorpe
2022-09-22vfio: Add header guards and includes to drivers/vfio/vfio.hJason Gunthorpe
2022-09-21vfio: Add struct device to vfio_deviceYi Liu
2022-09-21vfio: Rename vfio_device_put() and vfio_device_try_get()Kevin Tian
2022-09-21vfio/ccw: Use the new device life cycle helpersKevin Tian
2022-09-21vfio/amba: Use the new device life cycle helpersKevin Tian
2022-09-21vfio/platform: Use the new device life cycle helpersKevin Tian
2022-09-21vfio/fsl-mc: Use the new device life cycle helpersYi Liu
2022-09-21vfio/ap: Use the new device life cycle helpersYi Liu
2022-09-21drm/i915/gvt: Use the new device life cycle helpersKevin Tian
2022-09-21vfio/hisi_acc: Use the new device life cycle helpersYi Liu
2022-09-21vfio/mlx5: Use the new device life cycle helpersYi Liu
2022-09-21vfio/pci: Use the new device life cycle helpersYi Liu
2022-09-21vfio: Add helpers for unifying vfio_device life cycleKevin Tian
2022-09-08vfio/mlx5: Set the driver DMA logging callbacksYishai Hadas
2022-09-08vfio/mlx5: Manage error scenarios on trackerYishai Hadas
2022-09-08vfio/mlx5: Report dirty pages from trackerYishai Hadas
2022-09-08vfio/mlx5: Create and destroy page tracker objectYishai Hadas
2022-09-08vfio/mlx5: Init QP based resources for dirty trackingYishai Hadas
2022-09-08vfio: Introduce the DMA logging feature supportYishai Hadas
2022-09-08vfio: Add an IOVA bitmap supportJoao Martins
2022-09-08Merge remote-tracking branch 'mlx5/mlx5-vfio' into v6.1/vfio/nextAlex Williamson
2022-09-08vfio/fsl-mc: Fix a typo in a messageChristophe JAILLET
2022-09-07net/mlx5: Query ADV_VIRTUALIZATION capabilitiesYishai Hadas
2022-09-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-09-03Merge tag 'gpio-fixes-for-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-09-03gpio: ws16c48: Make irq_chip immutableWilliam Breathitt Gray