aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio
AgeCommit message (Expand)AuthorFilesLines
2020-07-17vfio/pci: fix racy on error and request eventfd ctxGravatar Zeng Tao 1-0/+5
2020-06-25vfio/pci: Fix SR-IOV VF handling with MMIO blockingGravatar Alex Williamson 1-1/+16
2020-06-17vfio/pci: Clear error and request eventfd ctx after releasingGravatar Alex Williamson 1-2/+6
2020-06-10kernel: better document the use_mm/unuse_mm API contractGravatar Christoph Hellwig 1-2/+2
2020-06-10kernel: move use_mm/unuse_mm to kthread.cGravatar Christoph Hellwig 1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-7/+7
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleGravatar Michel Lespinasse 1-4/+4
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 1-4/+4
2020-06-05Merge tag 'vfio-v5.8-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 8-101/+979
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-1/+1
2020-06-02Merge branch 'v5.8/vfio/kirti-migration-fixes' into v5.8/vfio/nextGravatar Alex Williamson 1-3/+4
2020-06-02vfio iommu: typecast correctionsGravatar Kirti Wankhede 1-2/+2
2020-06-02vfio iommu: Use shift operation for 64-bit integer divisionGravatar Kirti Wankhede 1-1/+2
2020-05-29Merge branch 'qiushi-wu-mdev-ref-v1' into v5.8/vfio/nextGravatar Alex Williamson 1-1/+1
2020-05-29vfio/mdev: Fix reference count leak in add_mdev_supported_typeGravatar Qiushi Wu 1-1/+1
2020-05-28vfio: Selective dirty page tracking if IOMMU backed device pins pagesGravatar Kirti Wankhede 2-10/+106
2020-05-28vfio iommu: Add migration capability to report supported featuresGravatar Kirti Wankhede 1-1/+22
2020-05-28vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmapGravatar Kirti Wankhede 1-11/+50
2020-05-28vfio iommu: Implementation of ioctl for dirty pages trackingGravatar Kirti Wankhede 1-6/+308
2020-05-28vfio iommu: Cache pgsize_bitmap in struct vfio_iommuGravatar Kirti Wankhede 1-39/+49
2020-05-28vfio iommu: Remove atomicity of ref_count of pinned pagesGravatar Kirti Wankhede 1-4/+5
2020-05-26Merge branches 'v5.8/vfio/alex-block-mmio-v3', 'v5.8/vfio/alex-zero-cap-v2' a...Gravatar Alex Williamson 6-42/+450
2020-05-26vfio/pci: fix memory leaks of eventfd ctxGravatar Qian Cai 1-0/+4
2020-05-18vfio/pci: fix memory leaks in alloc_perm_bits()Gravatar Qian Cai 1-2/+5
2020-05-18vfio-pci: Mask cap zeroGravatar Alex Williamson 1-1/+6
2020-05-18vfio-pci: Invalidate mmaps and block MMIO access on disabled memoryGravatar Alex Williamson 5-43/+330
2020-05-18vfio-pci: Fault mmaps to enable vma trackingGravatar Alex Williamson 2-2/+81
2020-05-18vfio/type1: Support faulting PFNMAP vmasGravatar Alex Williamson 1-3/+33
2020-05-11drivers/powerpc: Replace _ALIGN_UP() by ALIGN()Gravatar Christophe Leroy 1-1/+1
2020-04-23vfio/type1: Fix VA->PA translation for PFNMAP VMAs in vaddr_get_pfn()Gravatar Sean Christopherson 1-2/+2
2020-04-20vfio: avoid possible overflow in vfio_iommu_type1_pin_pagesGravatar Yan Zhao 1-1/+1
2020-04-20vfio: checking of validity of user vaddr in vfio_dma_rwGravatar Yan Zhao 1-2/+2
2020-04-01vfio: Ignore -ENODEV when getting MSI cookieGravatar Andre Przywara 1-1/+1
2020-04-01vfio-pci/nvlink2: Allow fallback to ibm,mmio-atsd[0]Gravatar Sam Bobroff 1-2/+8
2020-03-24Merge branches 'v5.7/vfio/alex-sriov-v3' and 'v5.7/vfio/yan-dma-rw-v4' into v...Gravatar Alex Williamson 4-28/+646
2020-03-24vfio/pci: Cleanup .probe() exit pathsGravatar Alex Williamson 1-29/+25
2020-03-24vfio/pci: Remove dev_fmt definitionGravatar Alex Williamson 1-1/+0
2020-03-24vfio/pci: Add sriov_configure supportGravatar Alex Williamson 2-11/+97
2020-03-24vfio: Introduce VFIO_DEVICE_FEATURE ioctl and first userGravatar Alex Williamson 1-0/+59
2020-03-24vfio/pci: Introduce VF tokenGravatar Alex Williamson 2-1/+205
2020-03-24vfio/pci: Implement match opsGravatar Alex Williamson 1-0/+8
2020-03-24vfio: Include optional device match in vfio_device_ops callbacksGravatar Alex Williamson 1-4/+16
2020-03-24vfio: avoid inefficient operations on VFIO group in vfio_pin/unpin_pagesGravatar Yan Zhao 1-0/+91
2020-03-24vfio: introduce vfio_dma_rw to read/write a range of IOVAsGravatar Yan Zhao 2-0/+125
2020-03-24vfio: allow external user to get vfio group from deviceGravatar Yan Zhao 1-0/+38
2020-03-24vfio: platform: Switch to platform_get_irq_optional()Gravatar Eric Auger 1-1/+1
2020-02-03Merge tag 'vfio-v5.6-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 4-7/+9
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()Gravatar John Hubbard 1-1/+1
2020-01-31vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversionGravatar John Hubbard 1-4/+3
2020-01-31vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() callGravatar John Hubbard 1-25/+5