summaryrefslogtreecommitdiff
path: root/drivers/iommu/iommufd
AgeCommit message (Expand)AuthorFilesLines
2023-07-27iommufd: Set end correctly when doing batch carryJason Gunthorpe1-1/+1
2023-07-27iommufd: IOMMUFD_DESTROY should not increase the refcountJason Gunthorpe3-30/+75
2023-06-30Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+12
2023-06-26iommufd: Call iopt_area_contig_done() under the lockJason Gunthorpe1-1/+1
2023-06-26iommufd: Do not access the area pointer after unlockingJason Gunthorpe1-3/+11
2023-06-10mm/gup: remove unused vmas parameter from pin_user_pages_remote()Lorenzo Stoakes1-2/+2
2023-04-04Merge branch 'iommufd/for-rc' into for-nextJason Gunthorpe1-2/+14
2023-04-04iommufd/selftest: Set varaiable mock_iommu_device storage-class-specifier to ...Tom Rix1-1/+1
2023-04-04iommufd: Do not corrupt the pfn list when doing batch carryJason Gunthorpe1-1/+1
2023-04-04iommufd: Fix unpinning of pages when an access is presentJason Gunthorpe1-1/+9
2023-04-04iommufd: Check for uptr overflowJason Gunthorpe1-0/+4
2023-03-31Merge branch 'vfio_mdev_ops' into iommufd.git for-nextJason Gunthorpe5-37/+51
2023-03-31vfio-iommufd: Make vfio_iommufd_emulated_bind() return iommufd_access IDYi Liu2-2/+5
2023-03-31iommufd: Create access in vfio_iommufd_emulated_bind()Nicolin Chen2-23/+34
2023-03-29iommu/iommufd: Pass iommufd_ctx pointer in iommufd_get_ioas()Yi Liu4-13/+13
2023-03-10iommufd/selftest: Catch overflow of uptr and lengthJason Gunthorpe1-2/+7
2023-03-06iommufd/selftest: Make selftest create a more complete mock deviceJason Gunthorpe3-66/+181
2023-03-06iommufd/selftest: Rename the sefltest 'device_id' to 'stdev_id'Jason Gunthorpe2-2/+2
2023-03-06iommufd: Make iommufd_hw_pagetable_alloc() do iopt_table_add_domain()Jason Gunthorpe3-53/+85
2023-03-06iommufd: Move iommufd_device to iommufd_private.hJason Gunthorpe2-17/+18
2023-03-06iommufd: Move ioas related HWPT destruction into iommufd_hw_pagetable_destroy()Jason Gunthorpe2-23/+21
2023-03-06iommufd: Consistently manage hwpt_itemJason Gunthorpe1-1/+8
2023-03-06iommufd: Add iommufd_lock_obj() around the auto-domains hwptsJason Gunthorpe1-0/+3
2023-03-06iommufd: Assert devices_lock for iommufd_hw_pagetable_has_group()Jason Gunthorpe1-0/+2
2023-02-16iommufd: Do not add the same hwpt to the ioas->hwpt_list twiceJason Gunthorpe1-4/+0
2023-02-14iommufd: Make sure to zero vfio_iommu_type1_info before copying to userJason Gunthorpe1-1/+1
2023-02-03Merge branch 'vfio-no-iommu' into iommufd.git for-nextJason Gunthorpe3-20/+89
2023-02-03vfio: Support VFIO_NOIOMMU with iommufdJason Gunthorpe3-20/+89
2023-01-30Merge branch 'iommu-memory-accounting' of ssh://gitolite.kernel.org/pub/scm/l...Jason Gunthorpe1-2/+4
2023-01-25iommufd: Use GFP_KERNEL_ACCOUNT for iommu_map()Jason Gunthorpe1-2/+2
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe1-2/+4
2023-01-23iommufd: Add three missing structures in ucmd_bufferYi Liu1-0/+3
2023-01-11iommufd: Convert to msi_device_has_isolated_msi()Jason Gunthorpe1-3/+1
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-0/+6956
2022-12-09iommufd: Change the order of MSI setupJason Gunthorpe2-41/+39
2022-12-09iommufd: Improve a few unclear bits of codeJason Gunthorpe1-2/+5
2022-12-09iommufd: Fix comment typosJason Gunthorpe2-3/+3
2022-12-02iommufd: Allow iommufd to supply /dev/vfio/vfioJason Gunthorpe2-0/+56
2022-12-01iommufd: Add additional invariant assertionsJason Gunthorpe4-2/+70
2022-12-01iommufd: Add some fault injection pointsJason Gunthorpe2-0/+29
2022-12-01iommufd: Add kernel support for testing iommufdJason Gunthorpe9-0/+1058
2022-12-01iommufd: vfio container FD ioctl compatibilityJason Gunthorpe4-6/+491
2022-12-01iommufd: Add kAPI toward external drivers for kernel accessJason Gunthorpe4-2/+335
2022-12-01iommufd: Add kAPI toward external drivers for physical devicesJason Gunthorpe4-0/+428
2022-12-01iommufd: Add a HW pagetable objectJason Gunthorpe5-0/+97
2022-12-01iommufd: IOCTLs for the io_pagetableJason Gunthorpe4-0/+474
2022-12-01iommufd: Data structure to provide IOVA to PFN mappingJason Gunthorpe4-0/+1294
2022-12-01iommufd: Algorithms for PFN storageJason Gunthorpe2-0/+917
2022-12-01iommufd: PFN handling for iopt_pagesJason Gunthorpe5-1/+1254
2022-12-01iommufd: File descriptor, context, kconfig and makefilesJason Gunthorpe4-0/+470