summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/vfio_iommu_type1.c
Commit message (Expand)AuthorAgeFilesLines
* mm: pass VMA instead of MM to follow_pte()David Hildenbrand2024-05-051-2/+2
* Revert "vfio/type1: Unpin zero pages"Alex Williamson2024-03-041-12/+0
* vfio/type1: account iommu allocationsPasha Tatashin2023-12-041-3/+5
* vfio: align capability structuresStefan Hajnoczi2023-08-171-9/+2
* vfio/type1: fix cap_migration information leakStefan Hajnoczi2023-08-161-1/+1
* mm: ptep_get() conversionRyan Roberts2023-06-191-2/+5
* mm/gup: remove unused vmas parameter from pin_user_pages_remote()Lorenzo Stoakes2023-06-091-1/+1
* vfio/type1: check pfn valid before converting to struct pageYan Zhao2023-05-231-0/+5
* mm: Introduce untagged_addr_remote()Kirill A. Shutemov2023-03-161-1/+1
* Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2023-02-251-137/+111
|\
| * vfio/type1: revert "implement notify callback"Steve Sistare2023-02-091-15/+0
| * vfio/type1: revert "block on invalid vaddr"Steve Sistare2023-02-091-89/+5
| * vfio/type1: restore locked_vmSteve Sistare2023-02-091-0/+35
| * vfio/type1: track locked_vm per dmaSteve Sistare2023-02-091-6/+17
| * vfio/type1: prevent underflow of locked_vm via exec()Steve Sistare2023-02-091-27/+14
| * vfio/type1: exclude mdevs from VFIO_UPDATE_VADDRSteve Sistare2023-02-091-2/+42
* | Merge tag 'v6.2' into iommufd.git for-nextJason Gunthorpe2023-02-211-11/+20
|\ \
| * | vfio/type1: Respect IOMMU reserved regions in vfio_test_domain_fgsp()Niklas Schnelle2023-01-101-11/+20
| |/
* | Merge branch 'iommu-memory-accounting' of ssh://gitolite.kernel.org/pub/scm/l...Jason Gunthorpe2023-01-301-4/+5
|\ \
| * | iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe2023-01-251-4/+5
| |/
* / vfio/type1: Convert to iommu_group_has_isolated_msi()Jason Gunthorpe2023-01-111-13/+3
|/
*-. 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