aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2021-01-27iommu/mediatek: Add iotlb_sync_map to sync whole the iova rangeYong Wu1-1/+9
2021-01-27iommu: Add iova and size as parameters in iotlb_sync_mapYong Wu2-4/+7
2021-01-27iommu: Move iotlb_sync_map out from __iommu_mapYong Wu1-5/+18
2021-01-27iommu/amd: Re-define amd_iommu_domain_encode_pgtable as inlineSuravee Suthikulpanit2-10/+13
2021-01-27iommu/amd: remove h from printk format specifierTom Rix1-1/+1
2021-01-27iommu/amd: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-3/+1
2021-01-27iommu/amd: Remove unnecessary assignmentAdrian Huang1-3/+2
2021-01-27iommu: Delete iommu_dev_has_feature()John Garry1-11/+0
2021-01-27iommu: Delete iommu_domain_window_disable()John Garry1-9/+0
2021-01-27iommu: Stop exporting iommu_map_sg_atomic()John Garry1-1/+0
2021-01-27iova: Stop exporting some more functionsJohn Garry1-3/+0
2021-01-27iova: Delete copy_reserved_iova()John Garry1-30/+0
2021-01-27iova: Make has_iova_flush_queue() privateJohn Garry1-1/+1
2021-01-26iommu/arm-smmu-qcom: Fix mask extraction for bootloader programmed SMRsIsaac J. Manjarres1-0/+2
2021-01-22iommu/arm-smmu-v3: Add support for VHEJean-Philippe Brucker2-7/+28
2021-01-22iommu/arm-smmu-v3: Make BTM optional for SVAJean-Philippe Brucker3-3/+25
2021-01-22iommu/arm-smmu-v3: Split arm_smmu_tlb_inv_range()Jean-Philippe Brucker1-27/+36
2021-01-22iommu/arm-smmu-v3: Use DEFINE_RES_MEM() to simplify codeZhen Lei1-5/+1
2021-01-22iommu/arm-smmu-v3: Remove the page 1 fixupRobin Murphy2-30/+20
2021-01-22iommu: arm-smmu-impl: Add SM8350 qcom iommu implementationVinod Koul1-0/+1
2021-01-22iommu/arm-smmu-qcom: Add Qualcomm SC8180X implBjorn Andersson1-0/+2
2021-01-12iommu/vt-d: Fix duplicate included linux/dma-map-ops.hTian Tao1-1/+0
2021-01-12iommu: arm-smmu-qcom: Add sdm630/msm8998 compatibles for qcom quirksKonrad Dybcio1-0/+2
2021-01-12iommu/vt-d: Fix unaligned addresses for intel_flush_svm_range_dev()Lu Baolu1-2/+20
2021-01-07iommu/vt-d: Fix ineffective devTLB invalidation for subdevicesLiu Yi L1-16/+37
2021-01-07iommu/vt-d: Fix general protection fault in aux_detach_device()Liu Yi L1-24/+71
2021-01-07iommu/vt-d: Move intel_iommu info from struct intel_svm to struct intel_svm_devLiu Yi L1-4/+5
2021-01-07iommu/arm-smmu-qcom: Initialize SCTLR of the bypass contextBjorn Andersson1-0/+2
2021-01-07iommu/vt-d: Fix lockdep splat in sva bind()/unbind()Lu Baolu1-6/+8
2021-01-07Revert "iommu: Add quirk for Intel graphic devices in map_sg"Lu Baolu1-27/+0
2021-01-07iommu/vt-d: Fix misuse of ALIGN in qi_flush_piotlb()Lu Baolu1-2/+2
2021-01-05iommu/amd: Stop irq_remapping_select() matching when remapping is disabledDavid Woodhouse1-0/+3
2021-01-05iommu/amd: Set iommu->int_enabled consistently when interrupts are set upDavid Woodhouse1-2/+1
2021-01-05iommu/intel: Fix memleak in intel_irq_remapping_allocDinghao Liu1-0/+2
2021-01-05iommu/iova: fix 'domain' typosStefano Garzarella1-4/+4
2020-12-16Merge tag 'iommu-updates-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds29-1192/+1526
2020-12-14Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-247/+236
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+18
2020-12-11iommu/amd: Add sanity check for interrupt remapping table length macrosSuravee Suthikulpanit3-13/+14
2020-12-10Merge tag 'drm-msm-next-2020-12-07' of https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie1-2/+8
2020-12-09Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2020-12-09dma-iommu: remove __iommu_dma_mmapChristoph Hellwig1-16/+1
2020-12-08iommu/io-pgtable: Remove tlb_flush_leafRobin Murphy8-49/+4
2020-12-08Merge branch 'for-next/iommu/fixes' into for-next/iommu/coreWill Deacon6-16/+60
2020-12-08Merge branch 'for-next/iommu/vt-d' into for-next/iommu/coreWill Deacon3-809/+327
2020-12-08Merge branch 'for-next/iommu/tegra-smmu' into for-next/iommu/coreWill Deacon1-152/+88
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-52/+46
2020-12-08Merge branch 'for-next/iommu/default-domains' into for-next/iommu/coreWill Deacon2-17/+238