summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2025-06-13iommu/tegra: Fix incorrect size calculationJason Gunthorpe1-2/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+2
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+0
2025-05-31Revert "iommu: make inclusion of arm/arm-smmu-v3 directory conditional"Linus Torvalds2-3/+2
2025-05-30Merge tag 'iommu-updates-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds52-1225/+1519
2025-05-28Merge tag 'dma-mapping-6.16-2025-05-26' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-92/+474
2025-05-23Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings'...Joerg Roedel52-1240/+1547
2025-05-23iommu/vt-d: Restore context entry setup order for aliased devicesLu Baolu3-2/+14
2025-05-22iommu/mediatek: Fix compatible typo for mediatek,mt6893-iommu-mmAngeloGioacchino Del Regno1-1/+1
2025-05-22iommu: Skip PASID validation for devices without PASID capabilityTushar Dave1-15/+28
2025-05-21iommu/arm-smmu-qcom: Make set_stall work when the device is onConnor Abbott1-3/+30
2025-05-21iommu/arm-smmu: Move handing of RESUME to the context fault handlerConnor Abbott3-14/+15
2025-05-21iommu/arm-smmu-qcom: Enable threaded IRQ for Adreno SMMUv2/MMU500Connor Abbott1-0/+2
2025-05-20iommu/io-pgtable-arm: Add quirk to quiet WARN_ON()Rob Clark1-13/+14
2025-05-16iommu: Clear the freelist after iommu_put_pages_list()Jason Gunthorpe2-1/+5
2025-05-16iommu/vt-d: Change dmar_ats_supported() to return booleanWei Wang1-9/+10
2025-05-16iommu/vt-d: Eliminate pci_physfn() in dmar_find_matched_satc_unit()Wei Wang1-1/+0
2025-05-16iommu/vt-d: Replace spin_lock with mutex to protect domain idaLu Baolu3-8/+7
2025-05-16iommu/vt-d: Use ida to manage domain idLu Baolu3-68/+34
2025-05-16iommu/vt-d: Restore WO permissions on second-level paging entriesJason Gunthorpe1-2/+1
2025-05-16iommu/amd: Allow matching ACPI HID devices without matching UIDsMario Limonciello1-5/+28
2025-05-16iommu: make inclusion of arm/arm-smmu-v3 directory conditionalRolf Eike Beer2-2/+3
2025-05-16iommu: make inclusion of riscv directory conditionalRolf Eike Beer2-2/+3
2025-05-16iommu: make inclusion of amd directory conditionalRolf Eike Beer2-2/+3
2025-05-16iommu: make inclusion of intel directory conditionalRolf Eike Beer2-6/+4
2025-05-16iommu: remove duplicate selection of DMAR_TABLERolf Eike Beer1-1/+0
2025-05-16iommu/fsl_pamu: remove trailing space after \nColin Ian King1-1/+1
2025-05-15Revert "iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devices"Lukas Wunner1-3/+0
2025-05-06iommu/arm-smmu-qcom: Add SAR2130P MDSS compatibleDmitry Baryshkov1-0/+1
2025-05-06iommu/arm-smmu-v3: Fix incorrect return in arm_smmu_attach_devQinxin Xia1-1/+1
2025-05-06dma-mapping: Implement link/unlink ranges APILeon Romanovsky1-1/+274
2025-05-06iommu/dma: Factor out a iommu_dma_map_swiotlb helperChristoph Hellwig1-32/+41
2025-05-06dma-mapping: Provide an interface to allow allocate IOVALeon Romanovsky1-0/+86
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-05-06dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.hChristoph Hellwig1-0/+1
2025-05-06PCI/P2PDMA: Refactor the p2pdma mapping helpersChristoph Hellwig1-23/+24
2025-05-02Merge tag 'iommu-fixes-v6.15-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-18/+54
2025-05-02iommu/amd: Add support for HTRangeIgnore featureSairaj Kodilkar4-0/+11
2025-04-28iommu/amd: Ensure GA log notifier callbacks finish running before module unloadSean Christopherson1-0/+8
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/io-pgtable-arm: dynamically allocate selftest device structArnd Bergmann1-4/+9
2025-04-28iommu: ipmmu-vmsa: avoid Wformat-security warningArnd Bergmann1-1/+2
2025-04-28iommu: Hide ops.domain_alloc behind CONFIG_FSL_PAMUJason Gunthorpe1-0/+2
2025-04-28iommu: Do not call domain_alloc() in iommu_sva_domain_alloc()Jason Gunthorpe1-9/+6
2025-04-28iommu/virtio: Move to domain_alloc_paging()Jason Gunthorpe2-71/+50
2025-04-28iommu: Add domain_alloc_identity()Jason Gunthorpe1-8/+12
2025-04-28iommu/virtio: Break out bypass identity support into a global staticJason Gunthorpe1-19/+67