summaryrefslogtreecommitdiff
path: root/drivers/iommu/iommu.c
AgeCommit message (Expand)Author
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-11-22iommu: Rename ops->domain_alloc_user() to domain_alloc_paging_flags()Jason Gunthorpe
2024-11-15Merge branches 'intel/vt-d', 'amd/amd-vi' and 'iommufd/arm-smmuv3-nested' int...Joerg Roedel
2024-11-15Merge branches 'arm/smmu', 'mediatek', 's390', 'ti/omap', 'riscv' and 'core' ...Joerg Roedel
2024-11-08iommu: Pass old domain to set_dev_pasid opYi Liu
2024-11-06iommu: Add a kdoc to iommu_unmap()Jason Gunthorpe
2024-11-05vfio: Remove VFIO_TYPE1_NESTING_IOMMUJason Gunthorpe
2024-10-30iommu: Make bus_iommu_probe() staticRobin Murphy
2024-10-29iommu: Create __iommu_alloc_identity_domain()Jason Gunthorpe
2024-10-29iommu: Put domain allocation in __iommu_group_alloc_blocking_domain()Jason Gunthorpe
2024-10-29iommu: Add new flag to explictly request PASID capable domainJason Gunthorpe
2024-10-29iommu: Introduce iommu_paging_domain_alloc_flags()Jason Gunthorpe
2024-10-29iommu: Refactor __iommu_domain_alloc()Jason Gunthorpe
2024-10-29iommu: Remove iommu_domain_alloc()Lu Baolu
2024-10-29iommu: Remove useless flush from iommu_create_device_direct_mappings()Jason Gunthorpe
2024-10-15iommu: Remove iommu_present()Lu Baolu
2024-10-15iommu: Reorganize kerneldoc parameter namesJulia Lawall
2024-09-11iommu: Set iommu_attach_handle->domain in coreYi Liu
2024-07-12Merge branch 'iommu/iommufd/paging-domain-alloc' into iommu/nextWill Deacon
2024-07-12Merge branch 'iommu/iommufd/attach-handles' into iommu/nextWill Deacon
2024-07-04iommu: Remove iommu_fwspec opsRobin Murphy
2024-07-04iommu: Resolve fwspec ops automaticallyRobin Murphy
2024-07-04iommu: Add iommu_paging_domain_alloc() interfaceLu Baolu
2024-07-04iommu: Extend domain attach group with handle supportLu Baolu
2024-07-04iommu: Add attach handle to struct iopf_groupLu Baolu
2024-07-04iommu: Remove sva handle listLu Baolu
2024-07-04iommu: Introduce domain attachment handleLu Baolu
2024-04-26iommu/dma: Centralise iommu_setup_dma_ops()Robin Murphy
2024-04-12iommu: Pass domain to remove_dev_pasid() opYi Liu
2024-04-12iommu: Undo pasid attachment only for the devices that have succeededYi Liu
2024-03-28iommu: Validate the PASID in iommu_attach_device_pasid()Jason Gunthorpe
2024-03-08Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel
2024-03-06iommu: Add static iommu_ops->release_domainLu Baolu
2024-03-01iommu: constify fwnode in iommu_ops_from_fwnode()Krzysztof Kozlowski
2024-03-01iommu: constify of_phandle_args in xlateKrzysztof Kozlowski
2024-03-01iommu: constify pointer to bus_typeKrzysztof Kozlowski
2024-02-16iommu: Separate SVA and IOPFLu Baolu
2024-02-16iommu: Merge iommu_fault_event and iopf_faultLu Baolu
2024-02-16iommu: Remove iommu_[un]register_device_fault_handler()Lu Baolu
2024-02-16iommu: Merge iopf_device_param into iommu_fault_paramLu Baolu
2024-02-16iommu: Cleanup iopf data structure definitionsLu Baolu
2024-02-09iommu: Introduce iommu_group_mutex_assert()Vasant Hegde
2024-02-01iommu: Allow ops->default_domain to work when !CONFIG_IOMMU_DMAJason Gunthorpe
2023-12-12iommu: Mark dev_iommu_priv_set() with a lockdepJason Gunthorpe
2023-12-12iommu: Mark dev_iommu_get() with lockdepJason Gunthorpe
2023-12-12iommu: Set owner token to SVA domainLu Baolu
2023-11-27Merge branch 'iommu/fixes' into coreJoerg Roedel
2023-11-27iommu: Retire bus opsRobin Murphy
2023-11-27iommu: Decouple iommu_domain_alloc() from bus opsRobin Murphy
2023-11-27iommu: Validate that devices match domainsRobin Murphy