summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
AgeCommit message (Expand)Author
2021-04-13vfio/pci: Add missing range check in vfio_pci_mmapChristian A. Ehrhardt
2021-03-29vfio/nvlink: Add missing SPAPR_TCE_IOMMU dependsJason Gunthorpe
2021-03-25vfio/type1: Empty batch for pfnmap pagesDaniel Jordan
2021-03-16vfio/type1: fix vaddr_get_pfns() return in vfio_pin_page_external()Daniel Jordan
2021-03-16vfio: Depend on MMUJason Gunthorpe
2021-03-16ARM: amba: Allow some ARM_AMBA users to compile with COMPILE_TESTJason Gunthorpe
2021-03-16vfio-platform: Add COMPILE_TEST to VFIO_PLATFORMJason Gunthorpe
2021-03-16vfio: IOMMU_API should be selectedJason Gunthorpe
2021-03-16vfio/type1: fix unmap all on ILP32Steve Sistare
2021-02-24Merge tag 'vfio-v5.12-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2021-02-22vfio/type1: Batch page pinningDaniel Jordan
2021-02-22vfio/type1: Prepare for batched pinning with struct vfio_batchDaniel Jordan
2021-02-22vfio/type1: Change success value of vaddr_get_pfn()Daniel Jordan
2021-02-22vfio/type1: Use follow_pte()Alex Williamson
2021-02-19vfio/pci: remove CONFIG_VFIO_PCI_ZDEV from KconfigMax Gurtovoy
2021-02-18vfio/iommu_type1: Fix duplicate included kthread.hTian Tao
2021-02-02Merge branch 'v5.12/vfio/next-vaddr' into v5.12/vfio/nextAlex Williamson
2021-02-02vfio-pci/zdev: fix possible segmentation fault issueMax Gurtovoy
2021-02-02amba: Make the remove callback return voidUwe Kleine-König
2021-02-02vfio: platform: simplify device removalUwe Kleine-König
2021-02-01vfio-pci/zdev: remove unused vdev argumentMax Gurtovoy
2021-02-01vfio/pci: Fix handling of pci use accessor return codesHeiner Kallweit
2021-02-01vfio/iommu_type1: Mantain a counter for non_pinned_groupsKeqian Zhu
2021-02-01vfio/iommu_type1: Fix some sanity checks in detach groupKeqian Zhu
2021-02-01vfio/iommu_type1: Populate full dirty when detach non-pinned groupKeqian Zhu
2021-02-01vfio/type1: block on invalid vaddrSteve Sistare
2021-02-01vfio/type1: implement notify callbackSteve Sistare
2021-02-01vfio: iommu driver notify callbackSteve Sistare
2021-02-01vfio/type1: implement interfaces to update vaddrSteve Sistare
2021-02-01vfio/type1: massage unmap iterationSteve Sistare
2021-02-01vfio/type1: implement unmap allSteve Sistare
2021-02-01vfio/type1: unmap cleanupSteve Sistare
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-12-16Merge tag 'vfio-v5.11-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2020-12-10vfio/type1: Add vfio_group_iommu_domain()Lu Baolu
2020-12-10vfio: platform: Switch to use platform_get_mem_or_io()Andy Shevchenko
2020-12-03vfio-mdev: Wire in a request handler for mdev parentEric Farman
2020-12-02vfio/pci/nvlink2: Do not attempt NPU2 setup on POWER8NVL NPUAlexey Kardashevskiy
2020-12-02vfio-pci: Use io_remap_pfn_range() for PCI IO memoryJason Gunthorpe
2020-12-02vfio/pci: Move dummy_resources_list init in vfio_pci_probe()Eric Auger
2020-11-15vfio/virqfd: Drain events from eventfd in virqfd_wakeup()David Woodhouse
2020-11-03vfio/pci: Bypass IGD init in case of -ENODEVFred Gao
2020-11-03vfio: platform: fix reference leak in vfio_platform_openZhang Qilong
2020-11-03vfio/pci: Implement ioeventfd thread handler for contended memory lockAlex Williamson
2020-11-03vfio/fsl-mc: Make vfio_fsl_mc_irqs_allocate staticDiana Craciun
2020-11-03vfio/fsl-mc: prevent underflow in vfio_fsl_mc_mmap()Dan Carpenter
2020-11-02vfio/fsl-mc: return -EFAULT if copy_to_user() failsDan Carpenter
2020-11-02vfio/type1: Use the new helper to find vfio_groupZenghui Yu
2020-10-22Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2020-10-20vfio iommu type1: Fix memory leak in vfio_iommu_type1_pin_pagesXiaoyang Xu