aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2020-12-08Merge branch 'for-next/iommu/svm' into for-next/iommu/coreWill Deacon10-21/+460
2020-12-08Merge branch 'for-next/iommu/misc' into for-next/iommu/coreWill Deacon3-21/+33
2020-12-08Merge branch 'for-next/iommu/iova' into for-next/iommu/coreWill Deacon1-53/+47
2020-12-08Merge branch 'for-next/iommu/default-domains' into for-next/iommu/coreWill Deacon2-17/+238
2020-12-08Merge branch 'for-next/iommu/arm-smmu' into for-next/iommu/coreWill Deacon7-45/+323
2020-12-08iommu: Stop exporting free_iova_mem()John Garry1-2/+1
2020-12-08iommu: Stop exporting alloc_iova_mem()John Garry1-2/+1
2020-12-08iommu: Delete split_and_remove_iova()John Garry1-41/+0
2020-12-08iommu/io-pgtable-arm: Remove unused 'level' parameter from iopte_type() macroKunkun Jiang1-5/+5
2020-12-08iommu: Defer the early return in arm_(v7s/lpae)_mapKeqian Zhu2-8/+8
2020-12-07iommu: Improve the performance for direct_mappingYong Wu1-5/+17
2020-12-01iommu: avoid taking iova_rbtree_lock twiceCong Wang1-2/+6
2020-11-26iommu: return error code when it can't get groupYang Yingliang1-1/+3
2020-11-25iommu: arm-smmu-impl: Add a space before open parenthesisSai Prakash Ranjan1-1/+1
2020-11-25iommu: arm-smmu-impl: Use table to list QCOM implementationsSai Prakash Ranjan3-14/+17
2020-11-25iommu/arm-smmu: Move non-strict mode to use io_pgtable_domain_attrSai Prakash Ranjan2-7/+9
2020-11-25iommu/arm-smmu: Add support for pagetable config domain attributeSai Prakash Ranjan2-0/+21
2020-11-25Merge branch 'for-next/iommu/io-pgtable-domain-attr' into for-next/iommu/arm-...Will Deacon1-2/+8
2020-11-25iommu/io-pgtable-arm: Add support to use system cacheSai Prakash Ranjan1-2/+8
2020-11-25iommu: Take lock before reading iommu group default domain typeSai Praneeth Prakhya1-0/+2
2020-11-25iommu: Add support to change default domain of an iommu groupSai Praneeth Prakhya1-1/+229
2020-11-25iommu: Move def_domain type check for untrusted device into coreLu Baolu2-16/+7
2020-11-23iommu/arm-smmu-v3: Hook up ATC invalidation to mm opsJean-Philippe Brucker3-3/+33
2020-11-23iommu/arm-smmu-v3: Implement iommu_sva_bind/unbind()Jean-Philippe Brucker4-10/+282
2020-11-23iommu/sva: Add PASID helpersJean-Philippe Brucker4-0/+107
2020-11-23iommu/ioasid: Add ioasid referencesJean-Philippe Brucker3-9/+39
2020-11-17iommu: Modify the description of iommu_sva_unbind_deviceChen Jun1-2/+0
2020-11-17iommu/iova: Free global iova rcache on iova alloc failureVijayanand Jitta1-0/+22
2020-11-17iommu/iova: Retry from last rb tree node if iova search failsVijayanand Jitta1-6/+17
2020-11-10iommu/arm-smmu: Add a way for implementations to influence SCTLRRob Clark3-1/+19
2020-11-10iommu/arm-smmu-qcom: Add implementation for the adreno GPU SMMUJordan Crouse3-2/+153
2020-11-10iommu/arm-smmu-v3: Assign boolean values to a bool variableKaixu Xia1-1/+1
2020-11-06iommu/arm-smmu: Use new devm_krealloc()Robin Murphy3-24/+3
2020-11-03iommu: Fix a check in iommu_check_bind_data()Dan Carpenter1-1/+1
2020-11-03iommu/vt-d: Fix a bug for PDP check in prq_event_threadLiu, Yi L1-1/+1
2020-11-03iommu/vt-d: Fix sid not set issue in intel_svm_bind_gpasid()Liu Yi L1-0/+6
2020-11-03iommu/vt-d: Fix kernel NULL pointer dereference in find_domain()Lu Baolu1-0/+3
2020-11-03iommu/amd: Increase interrupt remapping table limit to 512 entriesSuravee Suthikulpanit1-1/+5
2020-10-29iommu/arm-smmu-qcom: Implement S2CR quirkBjorn Andersson1-0/+67
2020-10-29iommu/arm-smmu-qcom: Read back stream mappingsBjorn Andersson1-0/+23
2020-10-29iommu/arm-smmu: Allow implementation specific write_s2crBjorn Andersson2-3/+11
2020-10-20Merge tag 'iommu-fix-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2020-10-19iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not builtBartosz Golaszewski1-1/+1
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds4-16/+48
2020-10-14Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds26-900/+1894
2020-10-14Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-1/+1
2020-10-13Merge branch 'acpi-numa'Rafael J. Wysocki1-1/+1
2020-10-12Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-156/+121
2020-10-12Merge tag 'x86_pasid_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-74/+102
2020-10-07Merge branches 'arm/allwinner', 'arm/mediatek', 'arm/renesas', 'arm/tegra', '...Joerg Roedel26-900/+1894