summaryrefslogtreecommitdiff
path: root/drivers/iommu/iommufd
AgeCommit message (Expand)Author
9 daysiommufd/selftest: Check for overflow in IOMMU_TEST_OP_ADD_RESERVEDJason Gunthorpe
10 daysiommufd/selftest: Do not leak the hwpt if IOMMU_TEST_OP_MD_CHECK_MAP failsJason Gunthorpe
10 daysiommufd: Fix building without dmabufArnd Bergmann
2025-12-04Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-12-04Merge tag 'iommu-updates-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-11-28Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'mediatek', 'nvidia/t...Joerg Roedel
2025-11-26Merge branch 'iommufd_dmabuf' into k.o-iommufd/for-nextJason Gunthorpe
2025-11-25iommufd/selftest: Add some tests for the dmabuf flowJason Gunthorpe
2025-11-25iommufd: Accept a DMABUF through IOMMU_IOAS_MAP_FILEJason Gunthorpe
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