aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-16vfio/type1: fix unmap all on ILP32Steve Sistare1-7/+5
2021-02-24Merge tag 'vfio-v5.12-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds8-190/+441
2021-02-22vfio/type1: Batch page pinningDaniel Jordan1-46/+89
2021-02-22vfio/type1: Prepare for batched pinning with struct vfio_batchDaniel Jordan1-13/+58
2021-02-22vfio/type1: Change success value of vaddr_get_pfn()Daniel Jordan1-7/+14
2021-02-22vfio/type1: Use follow_pte()Alex Williamson1-2/+13
2021-02-19vfio/pci: remove CONFIG_VFIO_PCI_ZDEV from KconfigMax Gurtovoy4-21/+7
2021-02-18vfio/iommu_type1: Fix duplicate included kthread.hTian Tao1-1/+0
2021-02-02Merge branch 'v5.12/vfio/next-vaddr' into v5.12/vfio/nextAlex Williamson2-32/+222
2021-02-02vfio-pci/zdev: fix possible segmentation fault issueMax Gurtovoy1-0/+4
2021-02-02amba: Make the remove callback return voidUwe Kleine-König1-2/+1
2021-02-02vfio: platform: simplify device removalUwe Kleine-König1-9/+5
2021-02-01vfio-pci/zdev: remove unused vdev argumentMax Gurtovoy1-12/+8
2021-02-01vfio/pci: Fix handling of pci use accessor return codesHeiner Kallweit1-5/+5
2021-02-01vfio/iommu_type1: Mantain a counter for non_pinned_groupsKeqian Zhu1-35/+5
2021-02-01vfio/iommu_type1: Fix some sanity checks in detach groupKeqian Zhu1-23/+8
2021-02-01vfio/iommu_type1: Populate full dirty when detach non-pinned groupKeqian Zhu1-1/+16
2021-02-01vfio/type1: block on invalid vaddrSteve Sistare1-5/+90
2021-02-01vfio/type1: implement notify callbackSteve Sistare1-0/+15
2021-02-01vfio: iommu driver notify callbackSteve Sistare1-0/+5
2021-02-01vfio/type1: implement interfaces to update vaddrSteve Sistare1-6/+53
2021-02-01vfio/type1: massage unmap iterationSteve Sistare1-1/+34
2021-02-01vfio/type1: implement unmap allSteve Sistare1-4/+16
2021-02-01vfio/type1: unmap cleanupSteve Sistare1-23/+15
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2020-12-16Merge tag 'vfio-v5.11-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds6-6/+67
2020-12-10vfio/type1: Add vfio_group_iommu_domain()Lu Baolu2-0/+42
2020-12-10vfio: platform: Switch to use platform_get_mem_or_io()Andy Shevchenko1-12/+1
2020-12-03vfio-mdev: Wire in a request handler for mdev parentEric Farman2-0/+17
2020-12-02vfio/pci/nvlink2: Do not attempt NPU2 setup on POWER8NVL NPUAlexey Kardashevskiy1-2/+5
2020-12-02vfio-pci: Use io_remap_pfn_range() for PCI IO memoryJason Gunthorpe1-2/+2
2020-12-02vfio/pci: Move dummy_resources_list init in vfio_pci_probe()Eric Auger1-2/+1
2020-11-15vfio/virqfd: Drain events from eventfd in virqfd_wakeup()David Woodhouse1-0/+3
2020-11-03vfio/pci: Bypass IGD init in case of -ENODEVFred Gao1-1/+1
2020-11-03vfio: platform: fix reference leak in vfio_platform_openZhang Qilong1-2/+1
2020-11-03vfio/pci: Implement ioeventfd thread handler for contended memory lockAlex Williamson1-8/+35
2020-11-03vfio/fsl-mc: Make vfio_fsl_mc_irqs_allocate staticDiana Craciun1-1/+1
2020-11-03vfio/fsl-mc: prevent underflow in vfio_fsl_mc_mmap()Dan Carpenter1-1/+1
2020-11-02vfio/fsl-mc: return -EFAULT if copy_to_user() failsDan Carpenter1-2/+6
2020-11-02vfio/type1: Use the new helper to find vfio_groupZenghui Yu1-12/+5
2020-10-22Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds16-16/+1200
2020-10-20vfio iommu type1: Fix memory leak in vfio_iommu_type1_pin_pagesXiaoyang Xu1-1/+2
2020-10-19vfio/pci: Clear token on bypass registration failureAlex Williamson1-1/+3
2020-10-19vfio/fsl-mc: fix the return of the uninitialized variable retDiana Craciun1-1/+1
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn1-20/+18
2020-10-15vfio/fsl-mc: Fix the dead code in vfio_fsl_mc_set_irq_triggerDiana Craciun1-3/+3
2020-10-13vfio/fsl-mc: Fixed vfio-fsl-mc driver compilation on 32 bitDiana Craciun1-0/+1
2020-10-12Merge branches 'v5.10/vfio/fsl-mc-v6' and 'v5.10/vfio/zpci-info-v3' into v5.10/vfio/nextAlex Williamson12-0/+1151
2020-10-12vfio-pci/zdev: Add zPCI capabilities to VFIO_DEVICE_GET_INFOMatthew Rosato5-0/+205
2020-10-12vfio/fsl-mc: Add support for device resetDiana Craciun1-1/+17