summaryrefslogtreecommitdiff
path: root/drivers/iommu/iommu.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-11iommu: Set iommu_attach_handle->domain in coreYi Liu1-0/+1
2024-07-12Merge branch 'iommu/iommufd/paging-domain-alloc' into iommu/nextWill Deacon1-0/+20
2024-07-12Merge branch 'iommu/iommufd/attach-handles' into iommu/nextWill Deacon1-42/+143
2024-07-04iommu: Remove iommu_fwspec opsRobin Murphy1-9/+2
2024-07-04iommu: Resolve fwspec ops automaticallyRobin Murphy1-3/+6
2024-07-04iommu: Add iommu_paging_domain_alloc() interfaceLu Baolu1-0/+20
2024-07-04iommu: Extend domain attach group with handle supportLu Baolu1-0/+103
2024-07-04iommu: Add attach handle to struct iopf_groupLu Baolu1-39/+0
2024-07-04iommu: Remove sva handle listLu Baolu1-0/+31
2024-07-04iommu: Introduce domain attachment handleLu Baolu1-10/+16
2024-04-26iommu/dma: Centralise iommu_setup_dma_ops()Robin Murphy1-13/+7
2024-04-12iommu: Pass domain to remove_dev_pasid() opYi Liu1-4/+5
2024-04-12iommu: Undo pasid attachment only for the devices that have succeededYi Liu1-6/+15
2024-03-28iommu: Validate the PASID in iommu_attach_device_pasid()Jason Gunthorpe1-1/+10
2024-03-08Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel1-241/+39
2024-03-06iommu: Add static iommu_ops->release_domainLu Baolu1-4/+15
2024-03-01iommu: constify fwnode in iommu_ops_from_fwnode()Krzysztof Kozlowski1-1/+1
2024-03-01iommu: constify of_phandle_args in xlateKrzysztof Kozlowski1-1/+1
2024-03-01iommu: constify pointer to bus_typeKrzysztof Kozlowski1-2/+3
2024-02-16iommu: Separate SVA and IOPFLu Baolu1-133/+0
2024-02-16iommu: Merge iommu_fault_event and iopf_faultLu Baolu1-4/+4
2024-02-16iommu: Remove iommu_[un]register_device_fault_handler()Lu Baolu1-75/+1
2024-02-16iommu: Merge iopf_device_param into iommu_fault_paramLu Baolu1-28/+6
2024-02-16iommu: Cleanup iopf data structure definitionsLu Baolu1-4/+0
2024-02-09iommu: Introduce iommu_group_mutex_assert()Vasant Hegde1-0/+19
2024-02-01iommu: Allow ops->default_domain to work when !CONFIG_IOMMU_DMAJason Gunthorpe1-5/+13
2023-12-12iommu: Mark dev_iommu_priv_set() with a lockdepJason Gunthorpe1-0/+9
2023-12-12iommu: Mark dev_iommu_get() with lockdepJason Gunthorpe1-0/+2
2023-12-12iommu: Set owner token to SVA domainLu Baolu1-0/+1
2023-11-27Merge branch 'iommu/fixes' into coreJoerg Roedel1-30/+48
2023-11-27iommu: Retire bus opsRobin Murphy1-13/+18
2023-11-27iommu: Decouple iommu_domain_alloc() from bus opsRobin Murphy1-3/+22
2023-11-27iommu: Validate that devices match domainsRobin Murphy1-0/+10
2023-11-27iommu: Decouple iommu_present() from bus opsRobin Murphy1-1/+20
2023-11-27iommu: Factor out some helpersRobin Murphy1-30/+26
2023-11-27iommu: Avoid more races around device probeRobin Murphy1-10/+10
2023-11-27iommu: Flow ERR_PTR out from __iommu_domain_alloc()Jason Gunthorpe1-20/+39
2023-10-27Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...Joerg Roedel1-206/+249
2023-10-27iommu: Avoid unnecessary cache invalidationsLu Baolu1-1/+2
2023-10-26iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domainJason Gunthorpe1-0/+2
2023-10-06Revert "iommu: Fix false ownership failure on AMD systems with PASID activated"Vasant Hegde1-19/+1
2023-10-05iommu: Fix return code in iommu_group_alloc_default_domain()Jason Gunthorpe1-1/+1
2023-10-05iommu: Do not use IOMMU_DOMAIN_DMA if CONFIG_IOMMU_DMA is not enabledJason Gunthorpe1-0/+12
2023-10-02iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM returnNiklas Schnelle1-4/+16
2023-09-25iommu: Remove duplicate includeJiapeng Chong1-1/+0
2023-09-25iommu: Improve map/unmap sanity checksRobin Murphy1-5/+5
2023-09-25iommu: Retire map/unmap opsRobin Murphy1-47/+13
2023-09-25iommu: Add generic_single_device_group()Jason Gunthorpe1-1/+27
2023-09-25iommu: Remove useless group refcountingJason Gunthorpe1-36/+21
2023-09-25iommu: Add ops->domain_alloc_paging()Jason Gunthorpe1-3/+14