summary refs log tree commit diff
path: root/drivers/vfio
AgeCommit message (Expand)Author
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/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-09Merge tag 'vfio-v6.0-rc5' of https://github.com/awilliam/linux-vfioLinus Torvalds
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-07iommu/dma: Move public interfaces to linux/iommu.hRobin Murphy
2022-09-01hisi_acc_vfio_pci: Correct the function prefix for hssi_acc_drvdata()Shameer Kolothum
2022-09-01vfio: Remove vfio_group dev_counterJason Gunthorpe
2022-09-01vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY_WITH_WAKEUPAbhishek Sahu
2022-09-01vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY/EXITAbhishek Sahu
2022-09-01vfio/pci: Mask INTx during runtime suspendAbhishek Sahu
2022-09-01vfio: Increment the runtime PM usage count during IOCTL callAbhishek Sahu
2022-09-01vfio: Split VFIO_GROUP_GET_STATUS into a functionJason Gunthorpe
2022-09-01vfio: Follow the naming pattern for vfio_group_ioctl_unset_container()Jason Gunthorpe
2022-09-01vfio: Fold VFIO_GROUP_SET_CONTAINER into vfio_group_set_container()Jason Gunthorpe
2022-09-01vfio: Fold VFIO_GROUP_GET_DEVICE_FD into vfio_group_get_device_fd()Jason Gunthorpe
2022-09-01vfio-pci: Replace 'void __user *' with proper types in the ioctl functionsJason Gunthorpe
2022-09-01vfio-pci: Re-indent what was vfio_pci_core_ioctl()Jason Gunthorpe
2022-09-01vfio-pci: Break up vfio_pci_core_ioctl() into one function per ioctlJason Gunthorpe
2022-09-01vfio-pci: Fix vfio_pci_ioeventfd() to return intJason Gunthorpe
2022-09-01vfio/pci: Simplify the is_intx/msi/msix/etc definesJason Gunthorpe
2022-09-01vfio/pci: Rename vfio_pci_register_dev_region()Jason Gunthorpe
2022-09-01vfio/pci: Split linux/vfio_pci_core.hJason Gunthorpe
2022-08-31vfio/type1: Unpin zero pagesAlex Williamson
2022-08-29KVM: s390: pci: Hook to access KVM lowlevel from VFIOPierre Morel
2022-08-08vfio: Move vfio.c to vfio_main.cJason Gunthorpe
2022-08-06Merge tag 'vfio-v6.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2022-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-08-03Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-01vfio/pci: fix the wrong wordBo Liu
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini
2022-07-25vfio: Replace phys_pfn with pages for vfio_pin_pages()Nicolin Chen
2022-07-25vfio: Rename user_iova of vfio_dma_rw()Nicolin Chen
2022-07-25vfio: Pass in starting IOVA to vfio_pin/unpin_pages APINicolin Chen
2022-07-23vfio: Make vfio_unpin_pages() return voidNicolin Chen
2022-07-22vfio/spapr_tce: Fix the commentAlexey Kardashevskiy
2022-07-20vfio: Replace the iommu notifier with a device listJason Gunthorpe