| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-27 | iommu: Pass in old domain to attach_dev callback functions | Nicolin Chen | 1 | -10/+15 |
| 2025-10-27 | iommu: Do not revert set_domain for the last gdev | Nicolin Chen | 1 | -2/+3 |
| 2025-10-27 | iommu: Generic support for RMRs during device release | Jason Gunthorpe | 1 | -2/+14 |
| 2025-09-30 | iommufd: Register iommufd mock devices with fwspec | Guixin Liu | 1 | -0/+26 |
| 2025-06-27 | iommu: Remove ops->pgsize_bitmap | Jason Gunthorpe | 1 | -7/+0 |
| 2025-05-30 | Merge tag 'iommu-updates-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -55/+52 |
| 2025-05-27 | Merge tag 'dma-mapping-6.16-2025-05-26' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -36/+48 |
| 2025-05-23 | Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings'... | Joerg Roedel | 1 | -70/+80 |
| 2025-05-22 | iommu: Skip PASID validation for devices without PASID capability | Tushar Dave | 1 | -15/+28 |
| 2025-05-06 | iommu: add kernel-doc for iommu_unmap_fast | Leon Romanovsky | 1 | -0/+19 |
| 2025-05-06 | iommu: generalize the batched sync after map interface | Christoph Hellwig | 1 | -36/+29 |
| 2025-04-28 | iommu: Protect against overflow in iommu_pgsize() | Jason Gunthorpe | 1 | -1/+3 |
| 2025-04-28 | iommu: Handle yet another race around registration | Robin Murphy | 1 | -8/+18 |
| 2025-04-28 | iommu: Allow attaching static domains in iommu_attach_device_pasid() | Lu Baolu | 1 | -3/+18 |
| 2025-04-28 | iommu: Hide ops.domain_alloc behind CONFIG_FSL_PAMU | Jason Gunthorpe | 1 | -0/+2 |
| 2025-04-28 | iommu/virtio: Move to domain_alloc_paging() | Jason Gunthorpe | 1 | -6/+0 |
| 2025-04-28 | iommu: Add domain_alloc_identity() | Jason Gunthorpe | 1 | -8/+12 |
| 2025-04-28 | iommu: Remove iommu_dev_enable/disable_feature() | Lu Baolu | 1 | -32/+0 |
| 2025-04-17 | iommu: Avoid introducing more races | Robin Murphy | 1 | -3/+5 |
| 2025-04-11 | iommu: Clear iommu-dma ops on cleanup | Robin Murphy | 1 | -0/+3 |
| 2025-04-11 | iommu: Fix crash in report_iommu_fault() | Fedor Pchelkin | 1 | -1/+2 |
| 2025-04-01 | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -9/+151 |
| 2025-03-25 | iommu: Introduce a replace API for device pasid | Yi Liu | 1 | -4/+111 |
| 2025-03-25 | iommu: Require passing new handles to APIs supporting handle | Yi Liu | 1 | -0/+9 |
| 2025-03-25 | iommu: Drop sw_msi from iommu_domain | Nicolin Chen | 1 | -2/+16 |
| 2025-03-25 | iommu: Sort out domain user data | Robin Murphy | 1 | -3/+15 |
| 2025-03-12 | iommu: Don't warn prematurely about dodgy probes | Robin Murphy | 1 | -6/+6 |
| 2025-03-11 | iommu: Get DT/ACPI parsing into the proper probe path | Robin Murphy | 1 | -3/+21 |
| 2025-03-11 | iommu: Keep dev->iommu state consistent | Robin Murphy | 1 | -1/+1 |
| 2025-03-11 | iommu: Resolve ops in iommu_init_device() | Robin Murphy | 1 | -14/+16 |
| 2025-03-11 | iommu: Handle race with default domain setup | Robin Murphy | 1 | -0/+5 |
| 2025-03-11 | iommu: Unexport iommu_fwspec_free() | Robin Murphy | 1 | -1/+0 |
| 2025-02-28 | Merge tag 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/io... | Joerg Roedel | 1 | -58/+106 |
| 2025-02-28 | iommu: Swap the order of setting group->pasid_array and calling attach op of ... | Yi Liu | 1 | -12/+36 |
| 2025-02-28 | iommu: Store either domain or handle in group->pasid_array | Yi Liu | 1 | -12/+31 |
| 2025-02-28 | iommu: Drop iommu_group_replace_domain() | Yi Liu | 1 | -29/+6 |
| 2025-02-28 | iommu: Make @handle mandatory in iommu_{attach|replace}_group_handle() | Yi Liu | 1 | -9/+8 |
| 2025-02-21 | iommu: Make iommu_dma_prepare_msi() into a generic operation | Jason Gunthorpe | 1 | -0/+29 |
| 2025-02-14 | iommu: Fix a spelling error | Easwar Hariharan | 1 | -1/+1 |
| 2025-01-17 | Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'qualcomm/msm', 'rock... | Joerg Roedel | 1 | -14/+23 |
| 2024-12-18 | iommu: Remove the remove_dev_pasid op | Yi Liu | 1 | -13/+4 |
| 2024-12-18 | iommu: Detaching pasid by attaching to the blocked_domain | Yi Liu | 1 | -2/+14 |
| 2024-12-18 | iommu: Consolidate the ops->remove_dev_pasid usage into a helper | Yi Liu | 1 | -8/+11 |
| 2024-12-18 | iommu: Prevent pasid attach if no ops->remove_dev_pasid | Yi Liu | 1 | -5/+8 |
| 2024-12-09 | iommu: Manage driver probe deferral better | Robin Murphy | 1 | -1/+1 |
| 2024-12-02 | module: Convert symbol namespace to string literal | Peter Zijlstra | 1 | -5/+5 |
| 2024-11-22 | iommu: Rename ops->domain_alloc_user() to domain_alloc_paging_flags() | Jason Gunthorpe | 1 | -2/+2 |
| 2024-11-15 | Merge branches 'intel/vt-d', 'amd/amd-vi' and 'iommufd/arm-smmuv3-nested' int... | Joerg Roedel | 1 | -11/+2 |
| 2024-11-15 | Merge branches 'arm/smmu', 'mediatek', 's390', 'ti/omap', 'riscv' and 'core' ... | Joerg Roedel | 1 | -126/+124 |
| 2024-11-08 | iommu: Pass old domain to set_dev_pasid op | Yi Liu | 1 | -1/+2 |