aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio/vfio_iommu_type1.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-30vfio/iommu_type1: remove IS_IOMMU_CAP_DOMAIN_IN_CONTAINERGravatar Christoph Hellwig 1-8/+5
2021-09-30vfio/iommu_type1: remove the "external" domainGravatar Christoph Hellwig 1-66/+54
2021-09-30vfio/iommu_type1: initialize pgsize_bitmap in ->openGravatar Christoph Hellwig 1-1/+1
2021-09-30vfio: clean up the check for mediated device in vfio_iommu_type1Gravatar Christoph Hellwig 1-17/+2
2021-09-30vfio: remove the unused mdev iommu hookGravatar Christoph Hellwig 1-107/+26
2021-09-30vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>Gravatar Christoph Hellwig 1-0/+1
2021-08-24vfio/type1: Fix vfio_find_dma_valid returnGravatar Anthony Yznaga 1-4/+4
2021-07-03Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-16/+18
2021-06-29vfio: use vma_lookup() instead of find_vma_intersection()Gravatar Liam Howlett 1-1/+1
2021-06-21vfio/iommu_type1: rename vfio_group struck to vfio_iommu_groupGravatar Max Gurtovoy 1-16/+18
2021-05-24vfio/iommu_type1: Use struct_size() for kzalloc()Gravatar Gustavo A. R. Silva 1-1/+1
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-18/+13
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Gravatar Joerg Roedel 1-18/+13
2021-04-14vfio/iommu_type1: Remove unused pinned_page_dirty_scope in vfio_iommuGravatar Keqian Zhu 1-1/+0
2021-04-07vfio/mdev: Add missing typesafety around mdev_deviceGravatar Jason Gunthorpe 1-19/+6
2021-04-07iommu: remove DOMAIN_ATTR_NESTINGGravatar Christoph Hellwig 1-4/+1
2021-04-07iommu: remove DOMAIN_ATTR_GEOMETRYGravatar Christoph Hellwig 1-14/+12
2021-04-06vfio/type1: Remove the almost unused check in vfio_iommu_type1_unpin_pagesGravatar Shenming Lu 1-4/+4
2021-04-06vfio/type1: fix a couple of spelling mistakesGravatar Zhen Lei 1-3/+3
2021-03-25vfio/type1: Empty batch for pfnmap pagesGravatar Daniel Jordan 1-0/+6
2021-03-16vfio/type1: fix vaddr_get_pfns() return in vfio_pin_page_external()Gravatar Daniel Jordan 1-1/+7
2021-03-16vfio/type1: fix unmap all on ILP32Gravatar Steve Sistare 1-7/+5
2021-02-22vfio/type1: Batch page pinningGravatar Daniel Jordan 1-46/+89
2021-02-22vfio/type1: Prepare for batched pinning with struct vfio_batchGravatar Daniel Jordan 1-13/+58
2021-02-22vfio/type1: Change success value of vaddr_get_pfn()Gravatar Daniel Jordan 1-7/+14
2021-02-22vfio/type1: Use follow_pte()Gravatar Alex Williamson 1-2/+13
2021-02-18vfio/iommu_type1: Fix duplicate included kthread.hGravatar Tian Tao 1-1/+0
2021-02-02Merge branch 'v5.12/vfio/next-vaddr' into v5.12/vfio/nextGravatar Alex Williamson 1-32/+217
2021-02-01vfio/iommu_type1: Mantain a counter for non_pinned_groupsGravatar Keqian Zhu 1-35/+5
2021-02-01vfio/iommu_type1: Fix some sanity checks in detach groupGravatar Keqian Zhu 1-23/+8
2021-02-01vfio/iommu_type1: Populate full dirty when detach non-pinned groupGravatar Keqian Zhu 1-1/+16
2021-02-01vfio/type1: block on invalid vaddrGravatar Steve Sistare 1-5/+90
2021-02-01vfio/type1: implement notify callbackGravatar Steve Sistare 1-0/+15
2021-02-01vfio/type1: implement interfaces to update vaddrGravatar Steve Sistare 1-6/+53
2021-02-01vfio/type1: massage unmap iterationGravatar Steve Sistare 1-1/+34
2021-02-01vfio/type1: implement unmap allGravatar Steve Sistare 1-4/+16
2021-02-01vfio/type1: unmap cleanupGravatar Steve Sistare 1-23/+15
2020-12-10vfio/type1: Add vfio_group_iommu_domain()Gravatar Lu Baolu 1-0/+24
2020-11-02vfio/type1: Use the new helper to find vfio_groupGravatar Zenghui Yu 1-12/+5
2020-10-22Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-2/+21
2020-10-20vfio iommu type1: Fix memory leak in vfio_iommu_type1_pin_pagesGravatar Xiaoyang Xu 1-1/+2
2020-09-22Merge branches 'v5.10/vfio/bardirty', 'v5.10/vfio/dma_avail', 'v5.10/vfio/mis...Gravatar Alex Williamson 1-1/+19
2020-09-22vfio/type1: fix dirty bitmap calculation in vfio_dma_rwGravatar Yan Zhao 1-1/+2
2020-09-21vfio iommu: Add dma available capabilityGravatar Matthew Rosato 1-0/+17
2020-09-04iommu: Rename iommu_tlb_* functions to iommu_iotlb_*Gravatar Tom Murphy 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-17vfio/type1: Add proper error unwind for vfio_iommu_replay()Gravatar Alex Williamson 1-5/+66
2020-08-12Merge tag 'vfio-v5.9-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-182/+216
2020-08-12mm/gup: remove task_struct pointer for all gup codeGravatar Peter Xu 1-2/+2
2020-07-27vfio/type1: Refactor vfio_iommu_type1_ioctl()Gravatar Liu Yi L 1-181/+213