aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2023-02-03iommu/vt-d: Remove sva from intel_svm_devLu Baolu2-15/+9
2023-02-03iommu/vt-d: Remove users from intel_svm_devLu Baolu2-36/+27
2023-02-03iommu/vt-d: Remove unused fields in svm structuresLu Baolu2-6/+0
2023-02-03iommu/vt-d: Remove include/linux/intel-svm.hLu Baolu3-2/+5
2023-02-03iommu/amd: Add a length limitation for the ivrs_acpihid command-line parameterGavrilov Ilia1-1/+15
2023-02-03iommu/dart: Fix apple_dart_device_group for PCI groupsSven Peter1-7/+44
2023-02-03iommu/exynos: Add missing set_platform_dma_ops callbackMarek Szyprowski1-0/+5
2023-02-02mm: discard __GFP_ATOMICNeilBrown1-2/+2
2023-01-30Merge branch 'iommu-memory-accounting' of ssh://gitolite.kernel.org/pub/scm/l...Jason Gunthorpe7-63/+69
2023-01-25iommu/exynos: Implement fault handling on SysMMU v7Sam Protsenko1-4/+44
2023-01-25iommu/exynos: Abstract getting the fault infoSam Protsenko1-62/+100
2023-01-25Merge branch 'iommu-memory-accounting' into coreJoerg Roedel7-63/+69
2023-01-25iommu/s390: Use GFP_KERNEL in sleepable contextsJason Gunthorpe1-1/+1
2023-01-25iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'sJason Gunthorpe1-6/+9
2023-01-25iommu/intel: Use GFP_KERNEL in sleepable contextsJason Gunthorpe1-2/+2
2023-01-25iommu/intel: Support the gfp argument to the map_pages opJason Gunthorpe1-9/+15
2023-01-25iommu/intel: Add a gfp parameter to alloc_pgtable_page()Jason Gunthorpe3-9/+9
2023-01-25iommufd: Use GFP_KERNEL_ACCOUNT for iommu_map()Jason Gunthorpe1-2/+2
2023-01-25iommu/dma: Use the gfp parameter in __iommu_dma_alloc_noncontiguous()Jason Gunthorpe1-2/+9
2023-01-25iommu: Add a gfp parameter to iommu_map_sg()Jason Gunthorpe2-18/+13
2023-01-25iommu: Remove iommu_map_atomic()Jason Gunthorpe2-8/+1
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-13iommu/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