summaryrefslogtreecommitdiff
path: root/drivers/iommu/iommu.c
AgeCommit message (Expand)Author
2025-04-11iommu: Clear iommu-dma ops on cleanupRobin Murphy
2025-04-11iommu: Fix crash in report_iommu_fault()Fedor Pchelkin
2025-04-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-25iommu: Introduce a replace API for device pasidYi Liu
2025-03-25iommu: Require passing new handles to APIs supporting handleYi Liu
2025-03-25iommu: Drop sw_msi from iommu_domainNicolin Chen
2025-03-25iommu: Sort out domain user dataRobin Murphy
2025-03-12iommu: Don't warn prematurely about dodgy probesRobin Murphy
2025-03-11iommu: Get DT/ACPI parsing into the proper probe pathRobin Murphy
2025-03-11iommu: Keep dev->iommu state consistentRobin Murphy
2025-03-11iommu: Resolve ops in iommu_init_device()Robin Murphy
2025-03-11iommu: Handle race with default domain setupRobin Murphy
2025-03-11iommu: Unexport iommu_fwspec_free()Robin Murphy
2025-02-28Merge tag 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/io...Joerg Roedel
2025-02-28iommu: Swap the order of setting group->pasid_array and calling attach op of ...Yi Liu
2025-02-28iommu: Store either domain or handle in group->pasid_arrayYi Liu
2025-02-28iommu: Drop iommu_group_replace_domain()Yi Liu
2025-02-28iommu: Make @handle mandatory in iommu_{attach|replace}_group_handle()Yi Liu
2025-02-21iommu: Make iommu_dma_prepare_msi() into a generic operationJason Gunthorpe
2025-02-14iommu: Fix a spelling errorEaswar Hariharan
2025-01-17Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'qualcomm/msm', 'rock...Joerg Roedel
2024-12-18iommu: Remove the remove_dev_pasid opYi Liu
2024-12-18iommu: Detaching pasid by attaching to the blocked_domainYi Liu
2024-12-18iommu: Consolidate the ops->remove_dev_pasid usage into a helperYi Liu
2024-12-18iommu: Prevent pasid attach if no ops->remove_dev_pasidYi Liu
2024-12-09iommu: Manage driver probe deferral betterRobin Murphy
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