summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe3-14/+16
2023-01-25iommu: dma: Use of_iommu_get_resv_regions()Thierry Reding1-0/+3
2023-01-25iommu: Implement of_iommu_get_resv_regions()Thierry Reding1-0/+94
2023-01-24iommu/arm-smmu-qcom: Select identity domain for sc8280xp MDSSBjorn Andersson1-0/+1
2023-01-24iommu/arm-smmu-qcom: Add SM8150 DPU compatibleMarijn Suijten1-0/+1
2023-01-23iommufd: Add three missing structures in ucmd_bufferYi Liu1-0/+3
2023-01-20iommu/exynos: Fix error handling in exynos_iommu_init()Yang Yingliang1-1/+1
2023-01-20iommu/amd: Do not clear event/ppr log buffer when snp is enabledTom Lendacky1-4/+14
2023-01-20iommu: dart: Add t8110 DART supportHector Martin1-5/+200
2023-01-20iommu: dart: Support different variants with different registersHector Martin1-63/+124
2023-01-20iommu: dart: Fix DART_PARAMS1/2 bit define namesHector Martin1-4/+4
2023-01-20iommu: dart: Support a variable number of TTBRs per streamHector Martin1-9/+19
2023-01-20iommu: dart: Support >64 stream IDsHector Martin1-43/+71
2023-01-20iommu: dart: Add suspend/resume supportHector Martin1-0/+43
2023-01-14iommu/fsl_pamu: Fix compile error after adding set_platform_dma_opsJoerg Roedel1-1/+1
2023-01-13iommu/ipmmu-vmsa: Remove ipmmu_utlb_disable()Joerg Roedel1-12/+0
2023-01-13iommu/amd: Fix error handling for pdev_pri_ats_enable()Vasant Hegde1-5/+7
2023-01-13iommu/amd: Do not allocate io_pgtable_ops for passthrough domainVasant Hegde1-0/+4
2023-01-13iommu: Tidy up io-pgtable dependenciesRobin Murphy1-6/+12
2023-01-13iommu: Remove detach_dev callbackLu Baolu2-33/+4
2023-01-13iommu: Remove deferred attach check from __iommu_detach_device()Jason Gunthorpe1-34/+36
2023-01-13iommu: Add set_platform_dma_ops callbacksLu Baolu7-21/+19
2023-01-13iommu: Add set_platform_dma_ops iommu opsLu Baolu1-4/+24
2023-01-13iommu: Remove detach_dev callbacksLu Baolu9-117/+0
2023-01-13iommu/mediatek-v1: Fix an error handling path in mtk_iommu_v1_probe()Christophe JAILLET1-1/+3
2023-01-13iommu/iova: Fix alloc iova overflows issueYunfei Wang1-2/+2
2023-01-13iommu: Fix refcount leak in iommu_device_claim_dma_ownerMiaoqian Lin1-3/+5
2023-01-13iommu/arm-smmu-v3: Don't unregister on shutdownVladimir Oltean1-1/+3
2023-01-13iommu/arm-smmu: Don't unregister on shutdownVladimir Oltean1-8/+14
2023-01-13iommu/arm-smmu: Report IOMMU_CAP_CACHE_COHERENCY even bettererRobin Murphy1-2/+8
2023-01-11iommu: Remove IOMMU_CAP_INTR_REMAPJason Gunthorpe1-4/+2
2023-01-11irq/s390: Add arch_is_isolated_msi() for s390Jason Gunthorpe1-2/+0
2023-01-11iommu/x86: Replace IOMMU_CAP_INTR_REMAP with IRQ_DOMAIN_FLAG_ISOLATED_MSIJason Gunthorpe3-6/+4
2023-01-11iommufd: Convert to msi_device_has_isolated_msi()Jason Gunthorpe1-3/+1
2023-01-11iommu: Add iommu_group_has_isolated_msi()Jason Gunthorpe1-0/+26
2022-12-19Merge tag 'iommu-updates-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds23-597/+828
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+5
2022-12-15x86_64: Remove pointless set_64bit() usagePeter Zijlstra1-8/+5
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds40-473/+7752
2022-12-13Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d...Linus Torvalds1-3/+0
2022-12-12Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-45/+56
2022-12-12Merge tag 'hyperv-next-signed-20221208' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-6/+11
2022-12-12Merge branches 'arm/allwinner', 'arm/exynos', 'arm/mediatek', 'arm/rockchip',...Joerg Roedel39-1041/+1517
2022-12-12iommu/mediatek: Fix forever loop in error handlingDan Carpenter1-2/+1
2022-12-09iommufd: Change the order of MSI setupJason Gunthorpe2-41/+39
2022-12-09iommufd: Improve a few unclear bits of codeJason Gunthorpe1-2/+5
2022-12-09iommufd: Fix comment typosJason Gunthorpe2-3/+3
2022-12-06iommu/amd: Enable PCI/IMSThomas Gleixner1-2/+15
2022-12-06iommu/vt-d: Enable PCI/IMSThomas Gleixner1-3/+16
2022-12-06iommu/amd: Switch to MSI base domainsThomas Gleixner2-7/+13