summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio_iommu_type1.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-10vfio/type1: Respect IOMMU reserved regions in vfio_test_domain_fgsp()Niklas Schnelle1-11/+20
2022-09-26Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Joerg Roedel1-1/+12
2022-09-07iommu/dma: Move public interfaces to linux/iommu.hRobin Murphy1-1/+0
2022-08-31vfio/type1: Unpin zero pagesAlex Williamson1-0/+12
2022-07-25vfio: Replace phys_pfn with pages for vfio_pin_pages()Nicolin Chen1-8/+11
2022-07-25vfio: Pass in starting IOVA to vfio_pin/unpin_pages APINicolin Chen1-8/+7
2022-07-23vfio: Make vfio_unpin_pages() return voidNicolin Chen1-9/+6
2022-07-20vfio: Replace the iommu notifier with a device listJason Gunthorpe1-37/+66
2022-06-30Merge branches 'v5.20/vfio/migration-enhancements-v3', 'v5.20/vfio/simplify-b...Alex Williamson1-26/+23
2022-06-30vfio: remove useless judgementLi Zhe1-6/+0
2022-06-27vfio/type1: Simplify bus_type determinationRobin Murphy1-20/+23
2022-04-28vfio: Move the Intel no-snoop control off of IOMMU_CACHEJason Gunthorpe1-11/+19
2021-12-21vfio/iommu_type1: replace kfree with kvfreeJiacheng Shi1-1/+1
2021-09-30vfio/iommu_type1: remove IS_IOMMU_CAP_DOMAIN_IN_CONTAINERChristoph Hellwig1-8/+5
2021-09-30vfio/iommu_type1: remove the "external" domainChristoph Hellwig1-66/+54
2021-09-30vfio/iommu_type1: initialize pgsize_bitmap in ->openChristoph Hellwig1-1/+1
2021-09-30vfio: clean up the check for mediated device in vfio_iommu_type1Christoph Hellwig1-17/+2
2021-09-30vfio: remove the unused mdev iommu hookChristoph Hellwig1-107/+26
2021-09-30vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>Christoph Hellwig1-0/+1
2021-08-24vfio/type1: Fix vfio_find_dma_valid returnAnthony Yznaga1-4/+4
2021-07-03Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-16/+18
2021-06-29vfio: use vma_lookup() instead of find_vma_intersection()Liam Howlett1-1/+1
2021-06-21vfio/iommu_type1: rename vfio_group struck to vfio_iommu_groupMax Gurtovoy1-16/+18
2021-05-24vfio/iommu_type1: Use struct_size() for kzalloc()Gustavo A. R. Silva1-1/+1
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-18/+13
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel1-18/+13
2021-04-14vfio/iommu_type1: Remove unused pinned_page_dirty_scope in vfio_iommuKeqian Zhu1-1/+0
2021-04-07vfio/mdev: Add missing typesafety around mdev_deviceJason Gunthorpe1-19/+6
2021-04-07iommu: remove DOMAIN_ATTR_NESTINGChristoph Hellwig1-4/+1
2021-04-07iommu: remove DOMAIN_ATTR_GEOMETRYChristoph Hellwig1-14/+12
2021-04-06vfio/type1: Remove the almost unused check in vfio_iommu_type1_unpin_pagesShenming Lu1-4/+4
2021-04-06vfio/type1: fix a couple of spelling mistakesZhen Lei1-3/+3
2021-03-25vfio/type1: Empty batch for pfnmap pagesDaniel Jordan1-0/+6
2021-03-16vfio/type1: fix vaddr_get_pfns() return in vfio_pin_page_external()Daniel Jordan1-1/+7
2021-03-16vfio/type1: fix unmap all on ILP32Steve Sistare1-7/+5
2021-02-22vfio/type1: Batch page pinningDaniel Jordan1-46/+89
2021-02-22vfio/type1: Prepare for batched pinning with struct vfio_batchDaniel Jordan1-13/+58
2021-02-22vfio/type1: Change success value of vaddr_get_pfn()Daniel Jordan1-7/+14
2021-02-22vfio/type1: Use follow_pte()Alex Williamson1-2/+13
2021-02-18vfio/iommu_type1: Fix duplicate included kthread.hTian Tao1-1/+0
2021-02-02Merge branch 'v5.12/vfio/next-vaddr' into v5.12/vfio/nextAlex Williamson1-32/+217
2021-02-01vfio/iommu_type1: Mantain a counter for non_pinned_groupsKeqian Zhu1-35/+5
2021-02-01vfio/iommu_type1: Fix some sanity checks in detach groupKeqian Zhu1-23/+8
2021-02-01vfio/iommu_type1: Populate full dirty when detach non-pinned groupKeqian Zhu1-1/+16
2021-02-01vfio/type1: block on invalid vaddrSteve Sistare1-5/+90
2021-02-01vfio/type1: implement notify callbackSteve Sistare1-0/+15
2021-02-01vfio/type1: implement interfaces to update vaddrSteve Sistare1-6/+53
2021-02-01vfio/type1: massage unmap iterationSteve Sistare1-1/+34
2021-02-01vfio/type1: implement unmap allSteve Sistare1-4/+16
2021-02-01vfio/type1: unmap cleanupSteve Sistare1-23/+15