summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio_iommu_type1.c
Commit message (Expand)AuthorAgeFilesLines
* vfio/type1: fix unmap all on ILP32Steve Sistare2021-03-161-7/+5
* 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/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-021-32/+217
|\
| * vfio/type1: block on invalid vaddrSteve Sistare2021-02-011-5/+90
| * vfio/type1: implement notify callbackSteve Sistare2021-02-011-0/+15
| * 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/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
|/
* vfio/type1: Add vfio_group_iommu_domain()Lu Baolu2020-12-101-0/+24
* 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-221-2/+21
|\
| * vfio iommu type1: Fix memory leak in vfio_iommu_type1_pin_pagesXiaoyang Xu2020-10-201-1/+2
| *-. Merge branches 'v5.10/vfio/bardirty', 'v5.10/vfio/dma_avail', 'v5.10/vfio/mis...Alex Williamson2020-09-221-1/+19
| |\ \
| | | * vfio/type1: fix dirty bitmap calculation in vfio_dma_rwYan Zhao2020-09-221-1/+2
| | |/ | |/|
| | * vfio iommu: Add dma available capabilityMatthew Rosato2020-09-211-0/+17
| |/
* / iommu: Rename iommu_tlb_* functions to iommu_iotlb_*Tom Murphy2020-09-041-1/+1
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* vfio/type1: Add proper error unwind for vfio_iommu_replay()Alex Williamson2020-08-171-5/+66
* Merge tag 'vfio-v5.9-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2020-08-121-182/+216
|\
| * vfio/type1: Refactor vfio_iommu_type1_ioctl()Liu Yi L2020-07-271-181/+213
| * vfio/type1: Add conditional rescheduling after iommu map failedXiang Zheng2020-07-271-1/+3
* | mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-121-2/+2
|/
* kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig2020-06-101-2/+2
* kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig2020-06-101-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-4/+4
* vfio iommu: typecast correctionsKirti Wankhede2020-06-021-2/+2
* vfio iommu: Use shift operation for 64-bit integer divisionKirti Wankhede2020-06-021-1/+2
* vfio: Selective dirty page tracking if IOMMU backed device pins pagesKirti Wankhede2020-05-281-7/+96
* vfio iommu: Add migration capability to report supported featuresKirti Wankhede2020-05-281-1/+22
* vfio iommu: Update UNMAP_DMA ioctl to get dirty bitmap before unmapKirti Wankhede2020-05-281-11/+50
* vfio iommu: Implementation of ioctl for dirty pages trackingKirti Wankhede2020-05-281-6/+308
* vfio iommu: Cache pgsize_bitmap in struct vfio_iommuKirti Wankhede2020-05-281-39/+49
* vfio iommu: Remove atomicity of ref_count of pinned pagesKirti Wankhede2020-05-281-4/+5
* vfio/type1: Support faulting PFNMAP vmasAlex Williamson2020-05-181-3/+33
* vfio/type1: Fix VA->PA translation for PFNMAP VMAs in vaddr_get_pfn()Sean Christopherson2020-04-231-2/+2
* vfio: avoid possible overflow in vfio_iommu_type1_pin_pagesYan Zhao2020-04-201-1/+1
* vfio: checking of validity of user vaddr in vfio_dma_rwYan Zhao2020-04-201-2/+2
* vfio: Ignore -ENODEV when getting MSI cookieAndre Przywara2020-04-011-1/+1
* vfio: introduce vfio_dma_rw to read/write a range of IOVAsYan Zhao2020-03-241-0/+76
* mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard2020-01-311-1/+1
* vfio, mm: pin_user_pages (FOLL_PIN) and put_user_page() conversionJohn Hubbard2020-01-311-4/+3
* vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() callJohn Hubbard2020-01-311-25/+5