summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
AgeCommit message (Expand)AuthorLines
2021-01-28iommu/vt-d: Do not use flush-queue when caching-mode is onNadav Amit-1/+31
2021-01-28iommu/vt-d: Correctly check addr alignment in qi_flush_dev_iotlb_pasid()Lu Baolu-1/+1
2021-01-28iommu/amd: Use IVHD EFR for early initialization of IOMMU featuresSuravee Suthikulpanit-7/+60
2021-01-12iommu/vt-d: Fix duplicate included linux/dma-map-ops.hTian Tao-1/+0
2021-01-12iommu: arm-smmu-qcom: Add sdm630/msm8998 compatibles for qcom quirksKonrad Dybcio-0/+2
2021-01-12iommu/vt-d: Fix unaligned addresses for intel_flush_svm_range_dev()Lu Baolu-2/+20
2021-01-07iommu/vt-d: Fix ineffective devTLB invalidation for subdevicesLiu Yi L-16/+37
2021-01-07iommu/vt-d: Fix general protection fault in aux_detach_device()Liu Yi L-24/+71
2021-01-07iommu/vt-d: Move intel_iommu info from struct intel_svm to struct intel_svm_devLiu Yi L-4/+5
2021-01-07iommu/arm-smmu-qcom: Initialize SCTLR of the bypass contextBjorn Andersson-0/+2
2021-01-07iommu/vt-d: Fix lockdep splat in sva bind()/unbind()Lu Baolu-6/+8
2021-01-07Revert "iommu: Add quirk for Intel graphic devices in map_sg"Lu Baolu-27/+0
2021-01-07iommu/vt-d: Fix misuse of ALIGN in qi_flush_piotlb()Lu Baolu-2/+2
2021-01-05iommu/amd: Stop irq_remapping_select() matching when remapping is disabledDavid Woodhouse-0/+3
2021-01-05iommu/amd: Set iommu->int_enabled consistently when interrupts are set upDavid Woodhouse-2/+1
2021-01-05iommu/intel: Fix memleak in intel_irq_remapping_allocDinghao Liu-0/+2
2021-01-05iommu/iova: fix 'domain' typosStefano Garzarella-4/+4
2020-12-16Merge tag 'iommu-updates-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1193/+1527
2020-12-14Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-247/+236
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-3/+18
2020-12-11iommu/amd: Add sanity check for interrupt remapping table length macrosSuravee Suthikulpanit-13/+14
2020-12-10Merge tag 'drm-msm-next-2020-12-07' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie-2/+8
2020-12-09Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-1/+1
2020-12-09dma-iommu: remove __iommu_dma_mmapChristoph Hellwig-16/+1
2020-12-08iommu/io-pgtable: Remove tlb_flush_leafRobin Murphy-49/+4
2020-12-08Merge branch 'for-next/iommu/fixes' into for-next/iommu/coreWill Deacon-16/+60
2020-12-08Merge branch 'for-next/iommu/vt-d' into for-next/iommu/coreWill Deacon-809/+327
2020-12-08Merge branch 'for-next/iommu/tegra-smmu' into for-next/iommu/coreWill Deacon-152/+88
2020-12-08Merge branch 'for-next/iommu/svm' into for-next/iommu/coreWill Deacon-21/+460
2020-12-08Merge branch 'for-next/iommu/misc' into for-next/iommu/coreWill Deacon-21/+33
2020-12-08Merge branch 'for-next/iommu/iova' into for-next/iommu/coreWill Deacon-53/+47
2020-12-08Merge branch 'for-next/iommu/default-domains' into for-next/iommu/coreWill Deacon-17/+238
2020-12-08Merge branch 'for-next/iommu/arm-smmu' into for-next/iommu/coreWill Deacon-45/+323
2020-12-08iommu: Stop exporting free_iova_mem()John Garry-2/+1
2020-12-08iommu: Stop exporting alloc_iova_mem()John Garry-2/+1
2020-12-08iommu: Delete split_and_remove_iova()John Garry-41/+0
2020-12-08iommu/io-pgtable-arm: Remove unused 'level' parameter from iopte_type() macroKunkun Jiang-5/+5
2020-12-08iommu: Defer the early return in arm_(v7s/lpae)_mapKeqian Zhu-8/+8
2020-12-07iommu/amd: Set DTE[IntTabLen] to represent 512 IRTEsSuravee Suthikulpanit-1/+1
2020-12-07iommu: Improve the performance for direct_mappingYong Wu-5/+17
2020-12-02iommu/hyper-v: Remove I/O-APIC ID check from hyperv_irq_remapping_select()Dexuan Cui-2/+2
2020-12-01iommu: avoid taking iova_rbtree_lock twiceCong Wang-2/+6
2020-12-01iommu/vt-d: Avoid GFP_ATOMIC where it is not neededChristophe JAILLET-1/+1
2020-11-27Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-12/+36
2020-11-27iommu/vt-d: Remove set but not used variableLu Baolu-2/+1
2020-11-26iommu: return error code when it can't get groupYang Yingliang-1/+3
2020-11-26iommu/vt-d: Don't read VCCAP register unless it existsDavid Woodhouse-3/+4
2020-11-25iommu: arm-smmu-impl: Add a space before open parenthesisSai Prakash Ranjan-1/+1
2020-11-25iommu: arm-smmu-impl: Use table to list QCOM implementationsSai Prakash Ranjan-14/+17
2020-11-25iommu/arm-smmu: Move non-strict mode to use io_pgtable_domain_attrSai Prakash Ranjan-7/+9