summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio_iommu_type1.c
Commit message (Expand)AuthorAgeFilesLines
* vfio: Move the Intel no-snoop control off of IOMMU_CACHEJason Gunthorpe2022-04-281-11/+19
* vfio/iommu_type1: replace kfree with kvfreeJiacheng Shi2021-12-211-1/+1
* vfio/iommu_type1: remove IS_IOMMU_CAP_DOMAIN_IN_CONTAINERChristoph Hellwig2021-09-301-8/+5
* vfio/iommu_type1: remove the "external" domainChristoph Hellwig2021-09-301-66/+54
* vfio/iommu_type1: initialize pgsize_bitmap in ->openChristoph Hellwig2021-09-301-1/+1
* vfio: clean up the check for mediated device in vfio_iommu_type1Christoph Hellwig2021-09-301-17/+2
* vfio: remove the unused mdev iommu hookChristoph Hellwig2021-09-301-107/+26
* vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>Christoph Hellwig2021-09-301-0/+1
* vfio/type1: Fix vfio_find_dma_valid returnAnthony Yznaga2021-08-241-4/+4
* Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-07-031-16/+18
|\
| * vfio/iommu_type1: rename vfio_group struck to vfio_iommu_groupMax Gurtovoy2021-06-211-16/+18
* | vfio: use vma_lookup() instead of find_vma_intersection()Liam Howlett2021-06-291-1/+1
|/
* vfio/iommu_type1: Use struct_size() for kzalloc()Gustavo A. R. Silva2021-05-241-1/+1
* 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
|\