summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio_iommu_type1.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Joerg Roedel2022-09-261-1/+12
|\ \
| | * iommu/dma: Move public interfaces to linux/iommu.hRobin Murphy2022-09-071-1/+0
| |/ |/|
| * vfio/type1: Unpin zero pagesAlex Williamson2022-08-311-0/+12
|/
* vfio: Replace phys_pfn with pages for vfio_pin_pages()Nicolin Chen2022-07-251-8/+11
* vfio: Pass in starting IOVA to vfio_pin/unpin_pages APINicolin Chen2022-07-251-8/+7
* vfio: Make vfio_unpin_pages() return voidNicolin Chen2022-07-231-9/+6
* vfio: Replace the iommu notifier with a device listJason Gunthorpe2022-07-201-37/+66
*-. Merge branches 'v5.20/vfio/migration-enhancements-v3', 'v5.20/vfio/simplify-b...Alex Williamson2022-06-301-26/+23
|\ \
| | * vfio: remove useless judgementLi Zhe2022-06-301-6/+0
| |/ |/|
| * vfio/type1: Simplify bus_type determinationRobin Murphy2022-06-271-20/+23
|/
* 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