summaryrefslogtreecommitdiff
path: root/drivers/vfio/vfio_iommu_type1.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-28vfio/type1: fix vaddr_get_pfns() return in vfio_pin_page_external()Daniel Jordan1-1/+7
2022-09-28vfio/type1: Unpin zero pagesAlex Williamson1-0/+12
2022-09-28vfio/type1: Prepare for batched pinning with struct vfio_batchDaniel Jordan1-13/+58
2022-09-28vfio/type1: Change success value of vaddr_get_pfn()Daniel Jordan1-7/+14
2021-03-04vfio/type1: Use follow_pte()Alex Williamson1-2/+13
2021-03-04vfio/iommu_type1: Fix some sanity checks in detach groupKeqian Zhu1-23/+8
2021-03-04vfio/iommu_type1: Populate full dirty when detach non-pinned groupKeqian Zhu1-1/+16
2020-11-03vfio/type1: Use the new helper to find vfio_groupZenghui Yu1-12/+5
2020-10-22Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-2/+21
2020-10-20vfio iommu type1: Fix memory leak in vfio_iommu_type1_pin_pagesXiaoyang Xu1-1/+2
2020-09-22Merge branches 'v5.10/vfio/bardirty', 'v5.10/vfio/dma_avail', 'v5.10/vfio/mis...Alex Williamson1-1/+19
2020-09-22vfio/type1: fix dirty bitmap calculation in vfio_dma_rwYan Zhao1-1/+2
2020-09-21vfio iommu: Add dma available capabilityMatthew Rosato1-0/+17
2020-09-04iommu: Rename iommu_tlb_* functions to iommu_iotlb_*Tom Murphy1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-17vfio/type1: Add proper error unwind for vfio_iommu_replay()Alex Williamson1-5/+66
2020-08-12Merge tag 'vfio-v5.9-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-182/+216
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu1-2/+2
2020-07-27vfio/type1: Refactor vfio_iommu_type1_ioctl()Liu Yi L1-181/+213
2020-07-27vfio/type1: Add conditional rescheduling after iommu map failedXiang Zheng1-1/+3
2020-06-11kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig1-2/+2
2020-06-11kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-4/+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-29vfio: Selective dirty page tracking if IOMMU backed device pins pagesKirti Wankhede1-7/+96
2020-05-29vfio iommu: Add migration capability to report supported featuresKirti Wankhede1-1/+22
2020-05-29vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmapKirti Wankhede1-11/+50
2020-05-29vfio iommu: Implementation of ioctl for dirty pages trackingKirti Wankhede1-6/+308
2020-05-29vfio iommu: Cache pgsize_bitmap in struct vfio_iommuKirti Wankhede1-39/+49
2020-05-29vfio iommu: Remove atomicity of ref_count of pinned pagesKirti Wankhede1-4/+5
2020-05-18vfio/type1: Support faulting PFNMAP vmasAlex Williamson1-3/+33
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-03-24vfio: introduce vfio_dma_rw to read/write a range of IOVAsYan Zhao1-0/+76
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
2019-12-08Merge tag 'vfio-v5.5-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-22/+4
2019-10-18vfio/type1: remove hugepage checks in is_invalid_reserved_pfn()Ben Luo1-22/+4
2019-10-15vfio/type1: Initialize resv_msi_baseJoerg Roedel1-1/+1
2019-09-26vfio/type1: untag user pointers in vaddr_get_pfnAndrey Konovalov1-0/+2
2019-09-21Merge tag 'vfio-v5.4-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-12/+506
2019-08-19vfio/type1: remove duplicate retrieval of reserved regionsShameer Kolothum1-9/+6
2019-08-19vfio/type1: Add IOVA range capability supportShameer Kolothum1-0/+101
2019-08-19vfio/type1: check dma map request is within a valid iova rangeShameer Kolothum1-0/+26
2019-08-19vfio/type1: Update iova list on detachShameer Kolothum1-0/+94
2019-08-19vfio/type1: Check reserved region conflict and update iova listShameer Kolothum1-0/+98