summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
Commit message (Expand)AuthorAgeFilesLines
* vfio/nvlink: Add missing SPAPR_TCE_IOMMU dependsJason Gunthorpe2021-03-291-1/+1
* vfio/type1: Empty batch for pfnmap pagesDaniel Jordan2021-03-251-0/+6
* vfio/type1: fix vaddr_get_pfns() return in vfio_pin_page_external()Daniel Jordan2021-03-161-1/+7
* vfio: Depend on MMUJason Gunthorpe2021-03-161-1/+1
* ARM: amba: Allow some ARM_AMBA users to compile with COMPILE_TESTJason Gunthorpe2021-03-161-1/+1
* vfio-platform: Add COMPILE_TEST to VFIO_PLATFORMJason Gunthorpe2021-03-161-1/+1
* vfio: IOMMU_API should be selectedJason Gunthorpe2021-03-161-1/+1
* vfio/type1: fix unmap all on ILP32Steve Sistare2021-03-161-7/+5
* Merge tag 'vfio-v5.12-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-02-248-190/+441
|\
| * vfio/type1: Batch page pinningDaniel Jordan2021-02-221-46/+89
| * vfio/type1: Prepare for batched pinning with struct vfio_batchDaniel Jordan2021-02-221-13/+58
| * vfio/type1: Change success value of vaddr_get_pfn()Daniel Jordan2021-02-221-7/+14
| * vfio/type1: Use follow_pte()Alex Williamson2021-02-221-2/+13
| * vfio/pci: remove CONFIG_VFIO_PCI_ZDEV from KconfigMax Gurtovoy2021-02-194-21/+7
| * vfio/iommu_type1: Fix duplicate included kthread.hTian Tao2021-02-181-1/+0
| * Merge branch 'v5.12/vfio/next-vaddr' into v5.12/vfio/nextAlex Williamson2021-02-022-32/+222
| |\
| | * vfio/type1: block on invalid vaddrSteve Sistare2021-02-011-5/+90
| | * vfio/type1: implement notify callbackSteve Sistare2021-02-011-0/+15
| | * vfio: iommu driver notify callbackSteve Sistare2021-02-011-0/+5
| | * vfio/type1: implement interfaces to update vaddrSteve Sistare2021-02-011-6/+53
| | * vfio/type1: massage unmap iterationSteve Sistare2021-02-011-1/+34
| | * vfio/type1: implement unmap allSteve Sistare2021-02-011-4/+16
| | * vfio/type1: unmap cleanupSteve Sistare2021-02-011-23/+15
| * | vfio-pci/zdev: fix possible segmentation fault issueMax Gurtovoy2021-02-021-0/+4
| * | vfio-pci/zdev: remove unused vdev argumentMax Gurtovoy2021-02-011-12/+8
| * | vfio/pci: Fix handling of pci use accessor return codesHeiner Kallweit2021-02-011-5/+5
| * | vfio/iommu_type1: Mantain a counter for non_pinned_groupsKeqian Zhu2021-02-011-35/+5
| * | vfio/iommu_type1: Fix some sanity checks in detach groupKeqian Zhu2021-02-011-23/+8
| * | vfio/iommu_type1: Populate full dirty when detach non-pinned groupKeqian Zhu2021-02-011-1/+16
| |/
* | amba: Make the remove callback return voidUwe Kleine-König2021-02-021-2/+1
* | vfio: platform: simplify device removalUwe Kleine-König2021-02-021-9/+5
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-201-0/+3
|\
| * vfio/virqfd: Drain events from eventfd in virqfd_wakeup()David Woodhouse2020-11-151-0/+3
* | Merge tag 'vfio-v5.11-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2020-12-166-6/+67
|\ \
| * | vfio/type1: Add vfio_group_iommu_domain()Lu Baolu2020-12-102-0/+42
| * | vfio-mdev: Wire in a request handler for mdev parentEric Farman2020-12-032-0/+17
| * | vfio/pci/nvlink2: Do not attempt NPU2 setup on POWER8NVL NPUAlexey Kardashevskiy2020-12-021-2/+5
| * | vfio-pci: Use io_remap_pfn_range() for PCI IO memoryJason Gunthorpe2020-12-021-2/+2
| * | vfio/pci: Move dummy_resources_list init in vfio_pci_probe()Eric Auger2020-12-021-2/+1
| |/
* / vfio: platform: Switch to use platform_get_mem_or_io()Andy Shevchenko2020-12-101-12/+1
|/
* vfio/pci: Bypass IGD init in case of -ENODEVFred Gao2020-11-031-1/+1
* vfio: platform: fix reference leak in vfio_platform_openZhang Qilong2020-11-031-2/+1
* vfio/pci: Implement ioeventfd thread handler for contended memory lockAlex Williamson2020-11-031-8/+35
* vfio/fsl-mc: Make vfio_fsl_mc_irqs_allocate staticDiana Craciun2020-11-031-1/+1
* vfio/fsl-mc: prevent underflow in vfio_fsl_mc_mmap()Dan Carpenter2020-11-031-1/+1
* vfio/fsl-mc: return -EFAULT if copy_to_user() failsDan Carpenter2020-11-021-2/+6
* vfio/type1: Use the new helper to find vfio_groupZenghui Yu2020-11-021-12/+5
* Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2020-10-2216-16/+1200
|\
| * vfio iommu type1: Fix memory leak in vfio_iommu_type1_pin_pagesXiaoyang Xu2020-10-201-1/+2
| * vfio/pci: Clear token on bypass registration failureAlex Williamson2020-10-191-1/+3