aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/iommufd (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-15iommufd: 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/git/jgg/iommufdLinus 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
2025-07-10iommu: Use enum iommu_hw_info_type for type in hw_info opNicolin Chen1-1/+2
2025-07-10iommufd/viommu: Explicitly define vdev->virt_idNicolin Chen3-4/+9
2025-07-10iommufd: Report unmapped bytes in the error path of iopt_unmap_iova_rangeNicolin Chen1-2/+5
2025-06-27iommu: Remove ops.pgsize_bitmap from drivers that don't use itJason Gunthorpe1-1/+0
2025-06-19iommufd: Apply the new iommufd_object_alloc_ucmd helperNicolin Chen2-28/+10
2025-06-19iommufd: Introduce iommufd_object_alloc_ucmd helperNicolin Chen2-0/+51
2025-06-19iommufd: Move _iommufd_object_alloc out of driver.cNicolin Chen3-33/+36
2025-06-19iommu: Deprecate viommu_alloc opNicolin Chen1-15/+5
2025-06-19iommufd/selftest: Replace mock_viommu_alloc with mock_viommu_initNicolin Chen1-15/+14
2025-06-19iommufd/selftest: Drop parent domain from mock_iommu_domain_nestedNicolin Chen1-3/+0
2025-06-19iommufd/viommu: Support get_viommu_size and viommu_init opsNicolin Chen1-3/+39
2025-06-19iommufd: Return EOPNOTSUPP for failures due to driver bugsNicolin Chen2-3/+3
2025-06-19iommufd: Use enum iommu_veventq_type for type in struct iommufd_veventqNicolin Chen1-2/+3
2025-06-19iommufd: Drop unused ictx in struct iommufd_vdeviceNicolin Chen1-1/+0
2025-06-19iommufd: Apply obvious cosmetic fixesNicolin Chen9-36/+24
2025-04-28iommufd: Remove unnecessary IOMMU_DEV_FEAT_IOPFLu Baolu3-83/+30
2025-04-28iommufd/selftest: Put iopf enablement in domain attach pathLu Baolu1-10/+47
2025-03-28iommufd: Test attach before detaching pasidYi Liu1-0/+7
2025-03-28iommufd: Balance veventq->num_events inc/decYi Liu1-1/+2
2025-03-28iommufd: Initialize the flags of vevent in iommufd_viommu_report_event()Yi Liu1-1/+1
2025-03-28iommufd: Extend IOMMU_GET_HW_INFO to report PASID capabilityYi Liu1-1/+33
2025-03-25iommufd/selftest: Add test ops to test pasid attach/detachYi Liu2-0/+188
2025-03-25iommufd/selftest: Add a helper to get test deviceYi Liu1-13/+23