summaryrefslogtreecommitdiff
path: root/include/linux/iommu.h
AgeCommit message (Expand)AuthorFilesLines
2025-05-30Merge tag 'iommu-updates-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-42/+23
2025-05-28Merge tag 'dma-mapping-6.16-2025-05-26' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+4
2025-05-23Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings'...Joerg Roedel1-42/+23
2025-05-06iommu: generalize the batched sync after map interfaceChristoph Hellwig1-0/+4
2025-05-02iommu: Cleanup comments for dev_enable/disable_featLu Baolu1-2/+0
2025-04-28iommu: Handle yet another race around registrationRobin Murphy1-0/+2
2025-04-28iommu: Hide ops.domain_alloc behind CONFIG_FSL_PAMUJason Gunthorpe1-3/+3
2025-04-28iommu: Add domain_alloc_identity()Jason Gunthorpe1-0/+4
2025-04-28iommu: Remove iommu_dev_enable/disable_feature()Lu Baolu1-28/+0
2025-04-28iommu: Remove IOMMU_DEV_FEAT_SVAJason Gunthorpe1-8/+1
2025-04-17iommu: Fix two issues in iommu_copy_struct_from_user()Nicolin Chen1-4/+4
2025-04-17iommu/pages: Allow sub page sizes to be passed into the allocatorJason Gunthorpe1-3/+3
2025-04-17iommu: Change iommu_iotlb_gather to use iommu_page_listJason Gunthorpe1-2/+2
2025-04-17iommu/pages: Formalize the freelist APIJason Gunthorpe1-0/+12
2025-04-02Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-20/+15
2025-03-25iommu: Drop sw_msi from iommu_domainNicolin Chen1-15/+0
2025-03-25iommu: Sort out domain user dataRobin Murphy1-5/+15
2025-03-11iommu: Unexport iommu_fwspec_free()Robin Murphy1-5/+0
2025-02-21iommu: Turn fault_data to iommufd private pointerNicolin Chen1-2/+4
2025-02-21iommu: Make iommu_dma_prepare_msi() into a generic operationJason Gunthorpe1-14/+30
2025-02-21genirq/msi: Refactor iommu_dma_compose_msi_msg()Jason Gunthorpe1-6/+0
2024-12-18iommu: Remove the remove_dev_pasid opYi Liu1-5/+0
2024-11-28Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+16
2024-11-26iommu: remove stale declaration left over by a merge conflictLinus Torvalds1-1/+0
2024-11-23Merge tag 'iommu-updates-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-14/+11
2024-11-22iommu: Rename ops->domain_alloc_user() to domain_alloc_paging_flags()Jason Gunthorpe1-8/+12
2024-11-22iommu: Add ops->domain_alloc_nested()Jason Gunthorpe1-4/+5
2024-11-22Merge tag 'iommu-updates-v6.13' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Jason Gunthorpe1-14/+11
2024-11-15Merge branches 'intel/vt-d', 'amd/amd-vi' and 'iommufd/arm-smmuv3-nested' int...Joerg Roedel1-5/+5
2024-11-15Merge branches 'arm/smmu', 'mediatek', 's390', 'ti/omap', 'riscv' and 'core' ...Joerg Roedel1-12/+8
2024-11-12Merge branch 'iommufd/arm-smmuv3-nested' of iommu/linux into iommufd for-nextJason Gunthorpe1-3/+2
2024-11-12iommu: Add iommu_copy_struct_from_full_user_array helperJason Gunthorpe1-1/+47
2024-11-12iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related structNicolin Chen1-0/+14
2024-11-08iommu: Make set_dev_pasid op support domain replacementYi Liu1-1/+2
2024-11-08iommu: Pass old domain to set_dev_pasid opYi Liu1-1/+1
2024-11-05ACPI/IORT: Support CANWBS memory access flagNicolin Chen1-0/+2
2024-11-05vfio: Remove VFIO_TYPE1_NESTING_IOMMUJason Gunthorpe1-3/+0
2024-10-30iommu: Make bus_iommu_probe() staticRobin Murphy1-1/+0
2024-10-29iommu: Restore iommu_flush_iotlb_all()Joerg Roedel1-0/+10
2024-10-29iommu: Fix prototype of iommu_paging_domain_alloc_flags()Joerg Roedel1-1/+1
2024-10-29iommu: Introduce iommu_paging_domain_alloc_flags()Jason Gunthorpe1-3/+11
2024-10-29iommu: Remove iommu_domain_alloc()Lu Baolu1-6/+0
2024-10-29iommu: Remove useless flush from iommu_create_device_direct_mappings()Jason Gunthorpe1-10/+0
2024-10-15iommu: Remove iommu_present()Lu Baolu1-6/+0
2024-08-23iommu: Handle iommu faults for a bad iopf setupPranjal Shrivastava1-2/+3
2024-08-13iommu: Remove unused declaration iommu_sva_unbind_gpasid()Yue Haibing1-2/+0
2024-07-19Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-24/+11
2024-07-12Merge branch 'iommu/iommufd/paging-domain-alloc' into iommu/nextWill Deacon1-0/+6
2024-07-12Merge branch 'iommu/iommufd/attach-handles' into iommu/nextWill Deacon1-16/+21
2024-07-12Merge branch 'iommu/fwspec-ops-removal' into iommu/nextWill Deacon1-13/+2