aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/iommu.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-27iommu: Pass in old domain to attach_dev callback functionsNicolin Chen1-10/+15
2025-10-27iommu: Do not revert set_domain for the last gdevNicolin Chen1-2/+3
2025-10-27iommu: Generic support for RMRs during device releaseJason Gunthorpe1-2/+14
2025-09-30iommufd: Register iommufd mock devices with fwspecGuixin Liu1-0/+26
2025-06-27iommu: Remove ops->pgsize_bitmapJason Gunthorpe1-7/+0
2025-05-30Merge tag 'iommu-updates-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-55/+52
2025-05-27Merge tag 'dma-mapping-6.16-2025-05-26' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-36/+48
2025-05-23Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings'...Joerg Roedel1-70/+80
2025-05-22iommu: Skip PASID validation for devices without PASID capabilityTushar Dave1-15/+28
2025-05-06iommu: add kernel-doc for iommu_unmap_fastLeon Romanovsky1-0/+19
2025-05-06iommu: generalize the batched sync after map interfaceChristoph Hellwig1-36/+29
2025-04-28iommu: Protect against overflow in iommu_pgsize()Jason Gunthorpe1-1/+3
2025-04-28iommu: Handle yet another race around registrationRobin Murphy1-8/+18
2025-04-28iommu: Allow attaching static domains in iommu_attach_device_pasid()Lu Baolu1-3/+18
2025-04-28iommu: Hide ops.domain_alloc behind CONFIG_FSL_PAMUJason Gunthorpe1-0/+2
2025-04-28iommu/virtio: Move to domain_alloc_paging()Jason Gunthorpe1-6/+0
2025-04-28iommu: Add domain_alloc_identity()Jason Gunthorpe1-8/+12
2025-04-28iommu: Remove iommu_dev_enable/disable_feature()Lu Baolu1-32/+0
2025-04-17iommu: Avoid introducing more racesRobin Murphy1-3/+5
2025-04-11iommu: Clear iommu-dma ops on cleanupRobin Murphy1-0/+3
2025-04-11iommu: Fix crash in report_iommu_fault()Fedor Pchelkin1-1/+2
2025-04-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+151
2025-03-25iommu: Introduce a replace API for device pasidYi Liu1-4/+111
2025-03-25iommu: Require passing new handles to APIs supporting handleYi Liu1-0/+9
2025-03-25iommu: Drop sw_msi from iommu_domainNicolin Chen1-2/+16
2025-03-25iommu: Sort out domain user dataRobin Murphy1-3/+15
2025-03-12iommu: Don't warn prematurely about dodgy probesRobin Murphy1-6/+6
2025-03-11iommu: Get DT/ACPI parsing into the proper probe pathRobin Murphy1-3/+21
2025-03-11iommu: Keep dev->iommu state consistentRobin Murphy1-1/+1
2025-03-11iommu: Resolve ops in iommu_init_device()Robin Murphy1-14/+16
2025-03-11iommu: Handle race with default domain setupRobin Murphy1-0/+5
2025-03-11iommu: Unexport iommu_fwspec_free()Robin Murphy1-1/+0
2025-02-28Merge tag 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/io...Joerg Roedel1-58/+106
2025-02-28iommu: Swap the order of setting group->pasid_array and calling attach op of ...Yi Liu1-12/+36
2025-02-28iommu: Store either domain or handle in group->pasid_arrayYi Liu1-12/+31
2025-02-28iommu: Drop iommu_group_replace_domain()Yi Liu1-29/+6
2025-02-28iommu: Make @handle mandatory in iommu_{attach|replace}_group_handle()Yi Liu1-9/+8
2025-02-21iommu: Make iommu_dma_prepare_msi() into a generic operationJason Gunthorpe1-0/+29
2025-02-14iommu: Fix a spelling errorEaswar Hariharan1-1/+1
2025-01-17Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'qualcomm/msm', 'rock...Joerg Roedel1-14/+23
2024-12-18iommu: Remove the remove_dev_pasid opYi Liu1-13/+4
2024-12-18iommu: Detaching pasid by attaching to the blocked_domainYi Liu1-2/+14
2024-12-18iommu: Consolidate the ops->remove_dev_pasid usage into a helperYi Liu1-8/+11
2024-12-18iommu: Prevent pasid attach if no ops->remove_dev_pasidYi Liu1-5/+8
2024-12-09iommu: Manage driver probe deferral betterRobin Murphy1-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-5/+5
2024-11-22iommu: Rename ops->domain_alloc_user() to domain_alloc_paging_flags()Jason Gunthorpe1-2/+2
2024-11-15Merge branches 'intel/vt-d', 'amd/amd-vi' and 'iommufd/arm-smmuv3-nested' int...Joerg Roedel1-11/+2
2024-11-15Merge branches 'arm/smmu', 'mediatek', 's390', 'ti/omap', 'riscv' and 'core' ...Joerg Roedel1-126/+124
2024-11-08iommu: Pass old domain to set_dev_pasid opYi Liu1-1/+2