summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio_iommu_type1.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-05-011-18/+13
|\
| *-. Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel2021-04-161-18/+13
| |\ \
| | | * iommu: remove DOMAIN_ATTR_NESTINGChristoph Hellwig2021-04-071-4/+1
| | | * iommu: remove DOMAIN_ATTR_GEOMETRYChristoph Hellwig2021-04-071-14/+12
| | |/
* | | vfio/iommu_type1: Remove unused pinned_page_dirty_scope in vfio_iommuKeqian Zhu2021-04-141-1/+0
* | | vfio/mdev: Add missing typesafety around mdev_deviceJason Gunthorpe2021-04-071-19/+6
* | | vfio/type1: Remove the almost unused check in vfio_iommu_type1_unpin_pagesShenming Lu2021-04-061-4/+4
* | | vfio/type1: fix a couple of spelling mistakesZhen Lei2021-04-061-3/+3
|/ /
* | vfio/type1: Empty batch for pfnmap pagesDaniel Jordan2021-03-251-0/+6
* | vfio/type1: fix vaddr_get_pfns() return in vfio_pin_page_external()Daniel Jordan2021-03-161-1/+7
* | 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