aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/vfio (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Merge tag 'vfio-v5.8-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds8-101/+979
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2020-06-02Merge branch 'v5.8/vfio/kirti-migration-fixes' into v5.8/vfio/nextAlex Williamson1-3/+4
2020-06-02vfio iommu: typecast correctionsKirti Wankhede1-2/+2
2020-06-02vfio iommu: Use shift operation for 64-bit integer divisionKirti Wankhede1-1/+2
2020-05-29Merge branch 'qiushi-wu-mdev-ref-v1' into v5.8/vfio/nextAlex Williamson1-1/+1
2020-05-29vfio/mdev: Fix reference count leak in add_mdev_supported_typeQiushi Wu1-1/+1
2020-05-28vfio: Selective dirty page tracking if IOMMU backed device pins pagesKirti Wankhede2-10/+106
2020-05-28vfio iommu: Add migration capability to report supported featuresKirti Wankhede1-1/+22
2020-05-28vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmapKirti Wankhede1-11/+50
2020-05-28vfio iommu: Implementation of ioctl for dirty pages trackingKirti Wankhede1-6/+308
2020-05-28vfio iommu: Cache pgsize_bitmap in struct vfio_iommuKirti Wankhede1-39/+49
2020-05-28vfio iommu: Remove atomicity of ref_count of pinned pagesKirti Wankhede1-4/+5
2020-05-26Merge branches 'v5.8/vfio/alex-block-mmio-v3', 'v5.8/vfio/alex-zero-cap-v2' and 'v5.8/vfio/qian-leak-fixes' into v5.8/vfio/nextAlex Williamson6-42/+450
2020-05-26vfio/pci: fix memory leaks of eventfd ctxQian Cai1-0/+4
2020-05-18vfio/pci: fix memory leaks in alloc_perm_bits()Qian Cai1-2/+5
2020-05-18vfio-pci: Mask cap zeroAlex Williamson1-1/+6
2020-05-18vfio-pci: Invalidate mmaps and block MMIO access on disabled memoryAlex Williamson5-43/+330
2020-05-18vfio-pci: Fault mmaps to enable vma trackingAlex Williamson2-2/+81
2020-05-18vfio/type1: Support faulting PFNMAP vmasAlex Williamson1-3/+33
2020-05-11drivers/powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy1-1/+1
2020-04-23vfio/type1: Fix VA->PA translation for PFNMAP VMAs in vaddr_get_pfn()Sean Christopherson1-2/+2
2020-04-20vfio: avoid possible overflow in vfio_iommu_type1_pin_pagesYan Zhao1-1/+1
2020-04-20vfio: checking of validity of user vaddr in vfio_dma_rwYan Zhao1-2/+2
2020-04-01vfio: Ignore -ENODEV when getting MSI cookieAndre Przywara1-1/+1
2020-04-01vfio-pci/nvlink2: Allow fallback to ibm,mmio-atsd[0]Sam Bobroff1-2/+8
2020-03-24Merge branches 'v5.7/vfio/alex-sriov-v3' and 'v5.7/vfio/yan-dma-rw-v4' into v5.7/vfio/nextAlex Williamson4-28/+646
2020-03-24vfio/pci: Cleanup .probe() exit pathsAlex Williamson1-29/+25
2020-03-24vfio/pci: Remove dev_fmt definitionAlex Williamson1-1/+0
2020-03-24vfio/pci: Add sriov_configure supportAlex Williamson2-11/+97
2020-03-24vfio: Introduce VFIO_DEVICE_FEATURE ioctl and first userAlex Williamson1-0/+59
2020-03-24vfio/pci: Introduce VF tokenAlex Williamson2-1/+205
2020-03-24vfio/pci: Implement match opsAlex Williamson1-0/+8
2020-03-24vfio: Include optional device match in vfio_device_ops callbacksAlex Williamson1-4/+16
2020-03-24vfio: avoid inefficient operations on VFIO group in vfio_pin/unpin_pagesYan Zhao1-0/+91
2020-03-24vfio: introduce vfio_dma_rw to read/write a range of IOVAsYan Zhao2-0/+125
2020-03-24vfio: allow external user to get vfio group from deviceYan Zhao1-0/+38
2020-03-24vfio: platform: Switch to platform_get_irq_optional()Eric Auger1-1/+1
2020-02-03Merge tag 'vfio-v5.6-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds4-7/+9
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard1-1/+1
2020-01-31vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversionJohn Hubbard1-4/+3
2020-01-31vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() callJohn Hubbard1-25/+5
2020-01-09vfio: platform: fix __iomem in vfio_platform_amdxgbe.cBen Dooks (Codethink)1-2/+2
2020-01-09vfio/mdev: make create attribute staticBen Dooks (Codethink)1-1/+1
2020-01-07vfio/spapr_tce: use mmgrabJulia Lawall1-1/+1
2020-01-07vfio: vfio_pci_nvlink2: use mmgrabJulia Lawall1-1/+1
2020-01-06vfio/spapr/nvlink2: Skip unpinning pages on error exitAlexey Kardashevskiy1-2/+4
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig5-7/+7
2019-12-07Merge tag 'vfio-v5.5-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2-23/+5
2019-12-04Merge branch 'v5.5/vfio/jiang-yi-irq-bypass-unregister-v1' into v5.5/vfio/nextAlex Williamson1-1/+1