summaryrefslogtreecommitdiff
path: root/drivers/iommu/iommufd
AgeCommit message (Expand)Author
2025-11-25iommufd: Have iopt_map_file_pages convert the fd to a fileJason Gunthorpe
2025-11-25iommufd: Have pfn_reader process DMABUF iopt_pagesJason Gunthorpe
2025-11-25iommufd: Allow MMIO pages in a batchJason Gunthorpe
2025-11-25iommufd: Allow a DMABUF to be revokedJason Gunthorpe
2025-11-25iommufd: Do not map/unmap revoked DMABUFsJason Gunthorpe
2025-11-25iommufd: Add DMABUF to iopt_pagesJason Gunthorpe
2025-11-21iommufd/iommufd_private.h: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2025-11-21iommufd/driver: Fix counter initialization for counted_by annotationGustavo A. R. Silva
2025-11-05iommufd: Make vfio_compat's unmap succeed if the range is already emptyJason Gunthorpe
2025-11-05iommufd: Change the selftest to use iommupt instead of xarrayJason Gunthorpe
2025-10-27iommu: Pass in old domain to attach_dev callback functionsNicolin Chen
2025-10-20iommufd: Don't overflow during division for dirty trackingJason Gunthorpe
2025-09-30iommufd: Register iommufd mock devices with fwspecGuixin Liu
2025-09-19iommufd: WARN if an object is aborted with an elevated refcountJason Gunthorpe
2025-09-19iommufd: Fix race during abort for file descriptorsJason Gunthorpe
2025-09-19iommufd: Fix refcounting race during mmapJason Gunthorpe
2025-08-18iommufd: viommu: free memory allocated by kvcalloc() using kvfree()Akhilesh Patil
2025-07-31Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-18iommufd: Rename some shortterm-related identifiersXu Yilun
2025-07-18iommufd/vdevice: Remove struct device reference from struct vdeviceXu Yilun
2025-07-18iommufd: Destroy vdevice on idevice destroyXu Yilun
2025-07-18iommufd: Add a pre_destroy() op for objectsXu Yilun
2025-07-18iommufd: Add iommufd_object_tombstone_user() helperXu Yilun
2025-07-18iommufd/viommu: Roll back to use iommufd_object_alloc() for vdeviceXu Yilun
2025-07-17iommufd: Prevent ALIGN() overflowJason Gunthorpe
2025-07-14iommufd: Do not allow _iommufd_object_alloc_ucmd if abort op is setNicolin Chen
2025-07-11iommufd: Allow an input data_type via iommu_hw_infoNicolin Chen
2025-07-11iommu: Allow an input type in hw_info opNicolin Chen
2025-07-11iommufd/selftest: Add coverage for the new mmap interfaceNicolin Chen
2025-07-11iommufd: Add mmap interfaceNicolin Chen
2025-07-11iommufd/selftest: Add coverage for IOMMUFD_CMD_HW_QUEUE_ALLOCNicolin Chen
2025-07-11iommufd/driver: Add iommufd_hw_queue_depend/undepend() helpersNicolin Chen
2025-07-11iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctlNicolin Chen
2025-07-11iommufd/viommu: Add driver-defined vDEVICE supportNicolin Chen
2025-07-11iommufd/access: Bypass access->ops->unmap for internal useNicolin Chen
2025-07-10iommufd/access: Add internal APIs for HW queue to useNicolin Chen
2025-07-10iommufd/selftest: Support user_data in mock_viommu_allocNicolin Chen
2025-07-10iommufd/viommu: Allow driver-specific user data for a vIOMMU objectNicolin Chen
2025-07-10iommu: Pass in a driver-level user data structure to viommu_init opNicolin Chen
2025-07-10iommu: Use enum iommu_hw_info_type for type in hw_info opNicolin Chen
2025-07-10iommufd/viommu: Explicitly define vdev->virt_idNicolin Chen
2025-07-10iommufd: Report unmapped bytes in the error path of iopt_unmap_iova_rangeNicolin Chen
2025-06-27iommu: Remove ops.pgsize_bitmap from drivers that don't use itJason Gunthorpe
2025-06-19iommufd: Apply the new iommufd_object_alloc_ucmd helperNicolin Chen
2025-06-19iommufd: Introduce iommufd_object_alloc_ucmd helperNicolin Chen
2025-06-19iommufd: Move _iommufd_object_alloc out of driver.cNicolin Chen
2025-06-19iommu: Deprecate viommu_alloc opNicolin Chen
2025-06-19iommufd/selftest: Replace mock_viommu_alloc with mock_viommu_initNicolin Chen
2025-06-19iommufd/selftest: Drop parent domain from mock_iommu_domain_nestedNicolin Chen
2025-06-19iommufd/viommu: Support get_viommu_size and viommu_init opsNicolin Chen