aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio_iommu_type1.c
AgeCommit message (Expand)Author
2021-08-24vfio/type1: Fix vfio_find_dma_valid returnAnthony Yznaga
2021-07-03Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2021-06-29vfio: use vma_lookup() instead of find_vma_intersection()Liam Howlett
2021-06-21vfio/iommu_type1: rename vfio_group struck to vfio_iommu_groupMax Gurtovoy
2021-05-24vfio/iommu_type1: Use struct_size() for kzalloc()Gustavo A. R. Silva
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel
2021-04-14vfio/iommu_type1: Remove unused pinned_page_dirty_scope in vfio_iommuKeqian Zhu
2021-04-07vfio/mdev: Add missing typesafety around mdev_deviceJason Gunthorpe
2021-04-07iommu: remove DOMAIN_ATTR_NESTINGChristoph Hellwig
2021-04-07iommu: remove DOMAIN_ATTR_GEOMETRYChristoph Hellwig
2021-04-06vfio/type1: Remove the almost unused check in vfio_iommu_type1_unpin_pagesShenming Lu
2021-04-06vfio/type1: fix a couple of spelling mistakesZhen Lei
2021-03-25vfio/type1: Empty batch for pfnmap pagesDaniel Jordan
2021-03-16vfio/type1: fix vaddr_get_pfns() return in vfio_pin_page_external()Daniel Jordan
2021-03-16vfio/type1: fix unmap all on ILP32Steve Sistare
2021-02-22vfio/type1: Batch page pinningDaniel Jordan
2021-02-22vfio/type1: Prepare for batched pinning with struct vfio_batchDaniel Jordan
2021-02-22vfio/type1: Change success value of vaddr_get_pfn()Daniel Jordan
2021-02-22vfio/type1: Use follow_pte()Alex Williamson
2021-02-18vfio/iommu_type1: Fix duplicate included kthread.hTian Tao
2021-02-02Merge branch 'v5.12/vfio/next-vaddr' into v5.12/vfio/nextAlex Williamson
2021-02-01vfio/iommu_type1: Mantain a counter for non_pinned_groupsKeqian Zhu
2021-02-01vfio/iommu_type1: Fix some sanity checks in detach groupKeqian Zhu
2021-02-01vfio/iommu_type1: Populate full dirty when detach non-pinned groupKeqian Zhu
2021-02-01vfio/type1: block on invalid vaddrSteve Sistare
2021-02-01vfio/type1: implement notify callbackSteve Sistare
2021-02-01vfio/type1: implement interfaces to update vaddrSteve Sistare
2021-02-01vfio/type1: massage unmap iterationSteve Sistare
2021-02-01vfio/type1: implement unmap allSteve Sistare
2021-02-01vfio/type1: unmap cleanupSteve Sistare
2020-12-10vfio/type1: Add vfio_group_iommu_domain()Lu Baolu
2020-11-02vfio/type1: Use the new helper to find vfio_groupZenghui Yu
2020-10-22Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2020-10-20vfio iommu type1: Fix memory leak in vfio_iommu_type1_pin_pagesXiaoyang Xu
2020-09-22Merge branches 'v5.10/vfio/bardirty', 'v5.10/vfio/dma_avail', 'v5.10/vfio/mis...Alex Williamson
2020-09-22vfio/type1: fix dirty bitmap calculation in vfio_dma_rwYan Zhao
2020-09-21vfio iommu: Add dma available capabilityMatthew Rosato
2020-09-04iommu: Rename iommu_tlb_* functions to iommu_iotlb_*Tom Murphy
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-17vfio/type1: Add proper error unwind for vfio_iommu_replay()Alex Williamson
2020-08-12Merge tag 'vfio-v5.9-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu
2020-07-27vfio/type1: Refactor vfio_iommu_type1_ioctl()Liu Yi L
2020-07-27vfio/type1: Add conditional rescheduling after iommu map failedXiang Zheng
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-02vfio iommu: typecast correctionsKirti Wankhede
2020-06-02vfio iommu: Use shift operation for 64-bit integer divisionKirti Wankhede