aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Merge tag 'iommu-updates-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 29-1193/+1527
2020-12-14Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 7-247/+236
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-3/+18
2020-12-11iommu/amd: Add sanity check for interrupt remapping table length macrosGravatar Suravee Suthikulpanit 3-13/+14
2020-12-10Merge tag 'drm-msm-next-2020-12-07' of https://gitlab.freedesktop.org/drm/msm...Gravatar Dave Airlie 1-2/+8
2020-12-09Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-1/+1
2020-12-09dma-iommu: remove __iommu_dma_mmapGravatar Christoph Hellwig 1-16/+1
2020-12-08iommu/io-pgtable: Remove tlb_flush_leafGravatar Robin Murphy 8-49/+4
2020-12-08Merge branch 'for-next/iommu/fixes' into for-next/iommu/coreGravatar Will Deacon 6-16/+60
2020-12-08Merge branch 'for-next/iommu/vt-d' into for-next/iommu/coreGravatar Will Deacon 3-809/+327
2020-12-08Merge branch 'for-next/iommu/tegra-smmu' into for-next/iommu/coreGravatar Will Deacon 1-152/+88
2020-12-08Merge branch 'for-next/iommu/svm' into for-next/iommu/coreGravatar Will Deacon 10-21/+460
2020-12-08Merge branch 'for-next/iommu/misc' into for-next/iommu/coreGravatar Will Deacon 3-21/+33
2020-12-08Merge branch 'for-next/iommu/iova' into for-next/iommu/coreGravatar Will Deacon 1-53/+47
2020-12-08Merge branch 'for-next/iommu/default-domains' into for-next/iommu/coreGravatar Will Deacon 2-17/+238
2020-12-08Merge branch 'for-next/iommu/arm-smmu' into for-next/iommu/coreGravatar Will Deacon 7-45/+323
2020-12-08iommu: Stop exporting free_iova_mem()Gravatar John Garry 1-2/+1
2020-12-08iommu: Stop exporting alloc_iova_mem()Gravatar John Garry 1-2/+1
2020-12-08iommu: Delete split_and_remove_iova()Gravatar John Garry 1-41/+0
2020-12-08iommu/io-pgtable-arm: Remove unused 'level' parameter from iopte_type() macroGravatar Kunkun Jiang 1-5/+5
2020-12-08iommu: Defer the early return in arm_(v7s/lpae)_mapGravatar Keqian Zhu 2-8/+8
2020-12-07iommu/amd: Set DTE[IntTabLen] to represent 512 IRTEsGravatar Suravee Suthikulpanit 1-1/+1
2020-12-07iommu: Improve the performance for direct_mappingGravatar Yong Wu 1-5/+17
2020-12-02iommu/hyper-v: Remove I/O-APIC ID check from hyperv_irq_remapping_select()Gravatar Dexuan Cui 1-2/+2
2020-12-01iommu: avoid taking iova_rbtree_lock twiceGravatar Cong Wang 1-2/+6
2020-12-01iommu/vt-d: Avoid GFP_ATOMIC where it is not neededGravatar Christophe JAILLET 1-1/+1
2020-11-27Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 5-12/+36
2020-11-27iommu/vt-d: Remove set but not used variableGravatar Lu Baolu 1-2/+1
2020-11-26iommu: return error code when it can't get groupGravatar Yang Yingliang 1-1/+3
2020-11-26iommu/vt-d: Don't read VCCAP register unless it existsGravatar David Woodhouse 2-3/+4
2020-11-25iommu: arm-smmu-impl: Add a space before open parenthesisGravatar Sai Prakash Ranjan 1-1/+1
2020-11-25iommu: arm-smmu-impl: Use table to list QCOM implementationsGravatar Sai Prakash Ranjan 3-14/+17
2020-11-25iommu/arm-smmu: Move non-strict mode to use io_pgtable_domain_attrGravatar Sai Prakash Ranjan 2-7/+9
2020-11-25iommu/arm-smmu: Add support for pagetable config domain attributeGravatar Sai Prakash Ranjan 2-0/+21
2020-11-25Merge branch 'for-next/iommu/io-pgtable-domain-attr' into for-next/iommu/arm-...Gravatar Will Deacon 1-2/+8
2020-11-25iommu/io-pgtable-arm: Add support to use system cacheGravatar Sai Prakash Ranjan 1-2/+8
2020-11-25iommu: Take lock before reading iommu group default domain typeGravatar Sai Praneeth Prakhya 1-0/+2
2020-11-25iommu: Add support to change default domain of an iommu groupGravatar Sai Praneeth Prakhya 1-1/+229
2020-11-25iommu: Move def_domain type check for untrusted device into coreGravatar Lu Baolu 2-16/+7
2020-11-25iommu/vt-d: Cleanup after converting to dma-iommu opsGravatar Lu Baolu 1-62/+28
2020-11-25iommu/vt-d: Convert intel iommu driver to the iommu opsGravatar Tom Murphy 2-703/+43
2020-11-25iommu/vt-d: Update domain geometry in iommu_ops.at(de)tach_devGravatar Lu Baolu 1-2/+14
2020-11-25iommu: Add quirk for Intel graphic devices in map_sgGravatar Lu Baolu 1-0/+27
2020-11-25iommu: Allow the dma-iommu api to use bounce buffersGravatar Tom Murphy 1-13/+149
2020-11-25iommu: Add iommu_dma_free_cpu_cached_iovas()Gravatar Tom Murphy 1-0/+9
2020-11-25iommu: Handle freelists when using deferred flushing in iommu driversGravatar Tom Murphy 2-27/+57
2020-11-25iommu/tegra-smmu: Add PCI supportGravatar Nicolin Chen 1-10/+25
2020-11-25iommu/tegra-smmu: Rework tegra_smmu_probe_device()Gravatar Nicolin Chen 1-81/+15
2020-11-25iommu/tegra-smmu: Use fwspec in tegra_smmu_(de)attach_devGravatar Nicolin Chen 1-33/+23
2020-11-25iommu/tegra-smmu: Expand mutex protection rangeGravatar Nicolin Chen 1-13/+21