summaryrefslogtreecommitdiff
path: root/include/linux/iommu.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-08Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel1-78/+217
2024-03-06iommu: Add static iommu_ops->release_domainLu Baolu1-0/+1
2024-03-01iommu: constify fwnode in iommu_ops_from_fwnode()Krzysztof Kozlowski1-2/+2
2024-03-01iommu: constify of_phandle_args in xlateKrzysztof Kozlowski1-2/+2
2024-02-23iommu/sva: Restore SVA handle sharingJason Gunthorpe1-0/+3
2024-02-16iommu: Make iommu_report_device_fault() return voidLu Baolu1-3/+2
2024-02-16iommu: Make iopf_group_response() return voidLu Baolu1-8/+6
2024-02-16iommu: Track iopf group instead of last faultLu Baolu1-4/+2
2024-02-16iommu: Improve iopf_queue_remove_device()Lu Baolu1-3/+2
2024-02-16iommu: Use refcount for fault data accessLu Baolu1-9/+8
2024-02-16iommu: Separate SVA and IOPFLu Baolu1-24/+74
2024-02-16iommu: Make iommu_queue_iopf() more genericLu Baolu1-2/+2
2024-02-16iommu: Prepare for separating SVA and IOPFLu Baolu1-1/+19
2024-02-16iommu: Merge iommu_fault_event and iopf_faultLu Baolu1-19/+8
2024-02-16iommu: Remove iommu_[un]register_device_fault_handler()Lu Baolu1-23/+0
2024-02-16iommu: Merge iopf_device_param into iommu_fault_paramLu Baolu1-4/+14
2024-02-16iommu: Cleanup iopf data structure definitionsLu Baolu1-16/+11
2024-02-16iommu: Remove unrecoverable fault dataLu Baolu1-70/+2
2024-02-16iommu: Move iommu fault data to linux/iommu.hLu Baolu1-1/+151
2024-02-09iommu: Introduce iommu_group_mutex_assert()Vasant Hegde1-0/+8
2024-02-09iommu/amd: Introduce get_amd_iommu_from_dev()Suravee Suthikulpanit1-0/+16
2024-01-19Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+77
2024-01-11iommu: Add iommu_copy_struct_from_user_array helperNicolin Chen1-0/+51
2024-01-11iommu: Add cache_invalidate_user opLu Baolu1-0/+26
2023-12-12iommu: Mark dev_iommu_priv_set() with a lockdepJason Gunthorpe1-4/+1
2023-12-12iommu: Support mm PASID 1:n with sva domainsTina Zhang1-3/+20
2023-12-12mm: Add structure to keep sva informationTina Zhang1-0/+5
2023-12-12iommu: Add mm_get_enqcmd_pasid() helper functionTina Zhang1-0/+12
2023-12-12iommu: Change kconfig around IOMMU_SVAJason Gunthorpe1-1/+1
2023-11-27Merge branch 'iommu/fixes' into coreJoerg Roedel1-0/+1
2023-11-27iommu: Validate that devices match domainsRobin Murphy1-1/+1
2023-11-27iommu: Avoid more races around device probeRobin Murphy1-0/+1
2023-11-10Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-13/+25
2023-10-27Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...Joerg Roedel1-13/+25
2023-10-26iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domainJason Gunthorpe1-0/+3
2023-10-26iommu: Add iommu_copy_struct_from_user helperNicolin Chen1-0/+40
2023-10-26iommu: Pass in parent domain with user_data to domain_alloc_user opYi Liu1-3/+24
2023-10-26iommu: Add IOMMU_DOMAIN_NESTEDLu Baolu1-0/+4
2023-10-24iommu: Add iommu_domain ops for dirty trackingJoao Martins1-0/+70
2023-10-16iommu: change iommu_map_sgtable to return signed valuesDan Carpenter1-1/+1
2023-10-10iommu: Add new iommu op to create domains owned by userspaceYi Liu1-1/+10
2023-10-02iommu/dma: Allow a single FQ in addition to per-CPU FQsNiklas Schnelle1-0/+2
2023-10-02iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM returnNiklas Schnelle1-2/+2
2023-09-25iommu: Retire map/unmap opsRobin Murphy1-6/+0
2023-09-25iommu: Add generic_single_device_group()Jason Gunthorpe1-0/+3
2023-09-25iommu: Add ops->domain_alloc_paging()Jason Gunthorpe1-0/+3
2023-09-25iommu: Remove ops->set_platform_dma_ops()Jason Gunthorpe1-4/+0
2023-09-25iommu: Add IOMMU_DOMAIN_PLATFORMJason Gunthorpe1-0/+8
2023-09-25iommu: Add iommu_ops->identity_domainJason Gunthorpe1-0/+3
2023-09-02Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+15