aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/iommufd
AgeCommit message (Expand)AuthorFilesLines
13 daysiommufd/selftest: Prevent module/builtin conflicts in kconfigJason Gunthorpe1-1/+1
13 daysiommufd/selftest: Add missing kconfig for DMA_SHARED_BUFFERJason Gunthorpe1-0/+1
2025-12-16iommufd/selftest: Check for overflow in IOMMU_TEST_OP_ADD_RESERVEDJason Gunthorpe1-1/+7
2025-12-15iommufd/selftest: Do not leak the hwpt if IOMMU_TEST_OP_MD_CHECK_MAP failsJason Gunthorpe1-2/+4
2025-12-15iommufd: Fix building without dmabufArnd Bergmann1-1/+5
2025-12-04Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-70/+661
2025-12-04Merge tag 'iommu-updates-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-256/+182
2025-11-28Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'mediatek', 'nvidia/t...Joerg Roedel3-256/+182
2025-11-26Merge branch 'iommufd_dmabuf' into k.o-iommufd/for-nextJason Gunthorpe8-70/+661
2025-11-25iommufd/selftest: Add some tests for the dmabuf flowJason Gunthorpe4-0/+167
2025-11-25iommufd: Accept a DMABUF through IOMMU_IOAS_MAP_FILEJason Gunthorpe3-19/+41
2025-11-25iommufd: Have iopt_map_file_pages convert the fd to a fileJason Gunthorpe3-12/+13
2025-11-25iommufd: Have pfn_reader process DMABUF iopt_pagesJason Gunthorpe1-7/+66
2025-11-25iommufd: Allow MMIO pages in a batchJason Gunthorpe1-5/+24
2025-11-25iommufd: Allow a DMABUF to be revokedJason Gunthorpe3-4/+135
2025-11-25iommufd: Do not map/unmap revoked DMABUFsJason Gunthorpe3-21/+52
2025-11-25iommufd: Add DMABUF to iopt_pagesJason Gunthorpe5-8/+169
2025-11-21iommufd/iommufd_private.h: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-1/+3
2025-11-21iommufd/driver: Fix counter initialization for counted_by annotationGustavo A. R. Silva1-1/+1
2025-11-05iommufd: Make vfio_compat's unmap succeed if the range is already emptyJason Gunthorpe2-9/+7
2025-11-05iommufd: Change the selftest to use iommupt instead of xarrayJason Gunthorpe3-255/+181
2025-10-27iommu: Pass in old domain to attach_dev callback functionsNicolin Chen1-1/+1
2025-10-20iommufd: Don't overflow during division for dirty trackingJason Gunthorpe1-3/+2
2025-09-30iommufd: Register iommufd mock devices with fwspecGuixin Liu1-1/+1
2025-09-19iommufd: WARN if an object is aborted with an elevated refcountJason Gunthorpe3-3/+7
2025-09-19iommufd: Fix race during abort for file descriptorsJason Gunthorpe2-10/+34
2025-09-19iommufd: Fix refcounting race during mmapJason Gunthorpe1-6/+14
2025-08-18iommufd: viommu: free memory allocated by kvcalloc() using kvfree()Akhilesh Patil1-2/+2
2025-07-31Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-189/+1052
2025-07-18iommufd: Rename some shortterm-related identifiersXu Yilun4-33/+34
2025-07-18iommufd/vdevice: Remove struct device reference from struct vdeviceXu Yilun2-5/+8
2025-07-18iommufd: Destroy vdevice on idevice destroyXu Yilun4-4/+113
2025-07-18iommufd: Add a pre_destroy() op for objectsXu Yilun1-0/+4
2025-07-18iommufd: Add iommufd_object_tombstone_user() helperXu Yilun2-2/+45
2025-07-18iommufd/viommu: Roll back to use iommufd_object_alloc() for vdeviceXu Yilun1-4/+10
2025-07-17iommufd: Prevent ALIGN() overflowJason Gunthorpe1-16/+25
2025-07-14iommufd: Do not allow _iommufd_object_alloc_ucmd if abort op is setNicolin Chen1-0/+9
2025-07-11iommufd: Allow an input data_type via iommu_hw_infoNicolin Chen1-3/+6
2025-07-11iommu: Allow an input type in hw_info opNicolin Chen2-0/+7
2025-07-11iommufd/selftest: Add coverage for the new mmap interfaceNicolin Chen2-1/+36
2025-07-11iommufd: Add mmap interfaceNicolin Chen3-0/+129
2025-07-11iommufd/selftest: Add coverage for IOMMUFD_CMD_HW_QUEUE_ALLOCNicolin Chen2-0/+100
2025-07-11iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpersNicolin Chen1-0/+28
2025-07-11iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctlNicolin Chen3-0/+188
2025-07-11iommufd/viommu: Add driver-defined vDEVICE supportNicolin Chen2-13/+25
2025-07-11iommufd/access: Bypass access->ops->unmap for internal useNicolin Chen4-10/+33
2025-07-10iommufd/access: Add internal APIs for HW queue to useNicolin Chen2-9/+73
2025-07-10iommufd/selftest: Support user_data in mock_viommu_allocNicolin Chen2-0/+28
2025-07-10iommufd/viommu: Allow driver-specific user data for a vIOMMU objectNicolin Chen1-1/+7
2025-07-10iommu: Pass in a driver-level user data structure to viommu_init opNicolin Chen2-2/+3