summaryrefslogtreecommitdiffstats
path: root/drivers/vfio
AgeCommit message (Expand)Author
2020-08-26vfio/type1: Add proper error unwind for vfio_iommu_replay()Alex Williamson
2020-08-26vfio-pci: Avoid recursive read-lock usageAlex Williamson
2020-07-17vfio/pci: fix racy on error and request eventfd ctxZeng Tao
2020-06-25vfio/pci: Fix SR-IOV VF handling with MMIO blockingAlex Williamson
2020-06-17vfio/pci: Clear error and request eventfd ctx after releasingAlex Williamson
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-05Merge tag 'vfio-v5.8-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-06-02Merge branch 'v5.8/vfio/kirti-migration-fixes' into v5.8/vfio/nextAlex Williamson
2020-06-02vfio iommu: typecast correctionsKirti Wankhede
2020-06-02vfio iommu: Use shift operation for 64-bit integer divisionKirti Wankhede
2020-05-29Merge branch 'qiushi-wu-mdev-ref-v1' into v5.8/vfio/nextAlex Williamson
2020-05-29vfio/mdev: Fix reference count leak in add_mdev_supported_typeQiushi Wu
2020-05-28vfio: Selective dirty page tracking if IOMMU backed device pins pagesKirti Wankhede
2020-05-28vfio iommu: Add migration capability to report supported featuresKirti Wankhede
2020-05-28vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmapKirti Wankhede
2020-05-28vfio iommu: Implementation of ioctl for dirty pages trackingKirti Wankhede
2020-05-28vfio iommu: Cache pgsize_bitmap in struct vfio_iommuKirti Wankhede
2020-05-28vfio iommu: Remove atomicity of ref_count of pinned pagesKirti Wankhede
2020-05-26Merge branches 'v5.8/vfio/alex-block-mmio-v3', 'v5.8/vfio/alex-zero-cap-v2' a...Alex Williamson
2020-05-26vfio/pci: fix memory leaks of eventfd ctxQian Cai
2020-05-18vfio/pci: fix memory leaks in alloc_perm_bits()Qian Cai
2020-05-18vfio-pci: Mask cap zeroAlex Williamson
2020-05-18vfio-pci: Invalidate mmaps and block MMIO access on disabled memoryAlex Williamson
2020-05-18vfio-pci: Fault mmaps to enable vma trackingAlex Williamson
2020-05-18vfio/type1: Support faulting PFNMAP vmasAlex Williamson
2020-05-11drivers/powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy
2020-04-23vfio/type1: Fix VA->PA translation for PFNMAP VMAs in vaddr_get_pfn()Sean Christopherson
2020-04-20vfio: avoid possible overflow in vfio_iommu_type1_pin_pagesYan Zhao
2020-04-20vfio: checking of validity of user vaddr in vfio_dma_rwYan Zhao
2020-04-01vfio: Ignore -ENODEV when getting MSI cookieAndre Przywara
2020-04-01vfio-pci/nvlink2: Allow fallback to ibm,mmio-atsd[0]Sam Bobroff
2020-03-24Merge branches 'v5.7/vfio/alex-sriov-v3' and 'v5.7/vfio/yan-dma-rw-v4' into v...Alex Williamson
2020-03-24vfio/pci: Cleanup .probe() exit pathsAlex Williamson
2020-03-24vfio/pci: Remove dev_fmt definitionAlex Williamson
2020-03-24vfio/pci: Add sriov_configure supportAlex Williamson
2020-03-24vfio: Introduce VFIO_DEVICE_FEATURE ioctl and first userAlex Williamson
2020-03-24vfio/pci: Introduce VF tokenAlex Williamson
2020-03-24vfio/pci: Implement match opsAlex Williamson
2020-03-24vfio: Include optional device match in vfio_device_ops callbacksAlex Williamson
2020-03-24vfio: avoid inefficient operations on VFIO group in vfio_pin/unpin_pagesYan Zhao
2020-03-24vfio: introduce vfio_dma_rw to read/write a range of IOVAsYan Zhao
2020-03-24vfio: allow external user to get vfio group from deviceYan Zhao
2020-03-24vfio: platform: Switch to platform_get_irq_optional()Eric Auger
2020-02-03Merge tag 'vfio-v5.6-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard