aboutsummaryrefslogtreecommitdiff
path: root/drivers/vfio/vfio_iommu_type1.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-04vfio/type1: account iommu allocationsGravatar Pasha Tatashin 1-3/+5
2023-08-17vfio: align capability structuresGravatar Stefan Hajnoczi 1-9/+2
2023-08-16vfio/type1: fix cap_migration information leakGravatar Stefan Hajnoczi 1-1/+1
2023-06-19mm: ptep_get() conversionGravatar Ryan Roberts 1-2/+5
2023-06-09mm/gup: remove unused vmas parameter from pin_user_pages_remote()Gravatar Lorenzo Stoakes 1-1/+1
2023-05-23vfio/type1: check pfn valid before converting to struct pageGravatar Yan Zhao 1-0/+5
2023-03-16mm: Introduce untagged_addr_remote()Gravatar Kirill A. Shutemov 1-1/+1
2023-02-25Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 1-137/+111
2023-02-21Merge tag 'v6.2' into iommufd.git for-nextGravatar Jason Gunthorpe 1-11/+20
2023-02-09vfio/type1: revert "implement notify callback"Gravatar Steve Sistare 1-15/+0
2023-02-09vfio/type1: revert "block on invalid vaddr"Gravatar Steve Sistare 1-89/+5
2023-02-09vfio/type1: restore locked_vmGravatar Steve Sistare 1-0/+35
2023-02-09vfio/type1: track locked_vm per dmaGravatar Steve Sistare 1-6/+17
2023-02-09vfio/type1: prevent underflow of locked_vm via exec()Gravatar Steve Sistare 1-27/+14
2023-02-09vfio/type1: exclude mdevs from VFIO_UPDATE_VADDRGravatar Steve Sistare 1-2/+42
2023-01-30Merge branch 'iommu-memory-accounting' of ssh://gitolite.kernel.org/pub/scm/l...Gravatar Jason Gunthorpe 1-4/+5
2023-01-25iommu: Add a gfp parameter to iommu_map()Gravatar Jason Gunthorpe 1-4/+5
2023-01-11vfio/type1: Convert to iommu_group_has_isolated_msi()Gravatar Jason Gunthorpe 1-13/+3
2023-01-10vfio/type1: Respect IOMMU reserved regions in vfio_test_domain_fgsp()Gravatar Niklas Schnelle 1-11/+20
2022-09-26Merge branches 'apple/dart', 'arm/mediatek', 'arm/omap', 'arm/smmu', 'virtio'...Gravatar Joerg Roedel 1-1/+12
2022-09-07iommu/dma: Move public interfaces to linux/iommu.hGravatar Robin Murphy 1-1/+0
2022-08-31vfio/type1: Unpin zero pagesGravatar Alex Williamson 1-0/+12
2022-07-25vfio: Replace phys_pfn with pages for vfio_pin_pages()Gravatar Nicolin Chen 1-8/+11
2022-07-25vfio: Pass in starting IOVA to vfio_pin/unpin_pages APIGravatar Nicolin Chen 1-8/+7
2022-07-23vfio: Make vfio_unpin_pages() return voidGravatar Nicolin Chen 1-9/+6
2022-07-20vfio: Replace the iommu notifier with a device listGravatar Jason Gunthorpe 1-37/+66
2022-06-30Merge branches 'v5.20/vfio/migration-enhancements-v3', 'v5.20/vfio/simplify-b...Gravatar Alex Williamson 1-26/+23
2022-06-30vfio: remove useless judgementGravatar Li Zhe 1-6/+0
2022-06-27vfio/type1: Simplify bus_type determinationGravatar Robin Murphy 1-20/+23
2022-04-28vfio: Move the Intel no-snoop control off of IOMMU_CACHEGravatar Jason Gunthorpe 1-11/+19
2021-12-21vfio/iommu_type1: replace kfree with kvfreeGravatar Jiacheng Shi 1-1/+1
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