aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-30Revert "iommu/vt-d: Avoid duplicated pci dma alias consideration"Lu Baolu1-2/+53
2019-08-30iommu/dma: Fix for dereferencing before null checkingYunsheng Lin1-1/+3
2019-08-30Merge branch 'arm/smmu' into arm/mediatekJoerg Roedel24-986/+1797
2019-08-30iommu/mediatek: Clean up struct mtk_smi_iommuYong Wu3-7/+7
2019-08-30memory: mtk-smi: Get rid of need_larbidYong Wu2-3/+0
2019-08-30iommu/mediatek: Fix VLD_PA_RNG register backup when suspendYong Wu2-0/+3
2019-08-30iommu/mediatek: Add mmu1 supportYong Wu1-17/+29
2019-08-30iommu/mediatek: Add mt8183 IOMMU supportYong Wu2-3/+13
2019-08-30iommu/mediatek: Move vld_pa_rng into plat_dataYong Wu2-1/+3
2019-08-30iommu/mediatek: Move reset_axi into plat_dataYong Wu2-3/+3
2019-08-30iommu/mediatek: Refine protect memory definitionYong Wu1-7/+6
2019-08-30iommu/mediatek: Add larb-id remapped supportYong Wu2-0/+6
2019-08-30iommu/mediatek: Add bclk can be supported optionallyYong Wu2-3/+10
2019-08-30iommu/mediatek: Adjust the PA for the 4GB ModeYong Wu2-10/+17
2019-08-30iommu/io-pgtable-arm-v7s: Extend to support PA[33:32] for MediaTekYong Wu1-7/+33
2019-08-30iommu/io-pgtable-arm-v7s: Rename the quirk from MTK_4GB to MTK_EXTYong Wu2-4/+4
2019-08-30iommu/io-pgtable-arm-v7s: Use ias/oas to check the valid iova/paYong Wu1-1/+2
2019-08-30iommu/io-pgtable-arm-v7s: Add paddr_to_iopte and iopte_to_paddr helpersYong Wu1-12/+33
2019-08-30iommu/mediatek: Fix iova_to_phys PA start for 4GB modeYong Wu1-1/+25
2019-08-30iommu/mediatek: Use a struct as the platform dataYong Wu2-9/+21
2019-08-30iommu: Revisit iommu_insert_resv_region() implementationEric Auger1-49/+47
2019-08-30iommu/vt-d: Fix wrong analysis whether devices share the same busNadav Amit1-3/+3
2019-08-30iommu/iova: Avoid false sharing on fq_timer_onEric Dumazet1-1/+3
2019-08-30iommu/amd: Silence warnings under memory pressureQian Cai1-1/+3
2019-08-23Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmuJoerg Roedel24-986/+1797
2019-08-23Merge branches 'for-joerg/arm-smmu/smmu-v2' and 'for-joerg/arm-smmu/smmu-v3' into for-joerg/arm-smmu/updatesWill Deacon21-382/+1037
2019-08-23iommu/amd: Override wrong IVRS IOAPIC on Raven Ridge systemsKai-Heng Feng4-2/+111
2019-08-23iommu: Disable passthrough mode when SME is activeJoerg Roedel1-0/+5
2019-08-23iommu: Set default domain type at runtimeJoerg Roedel1-8/+15
2019-08-23iommu: Print default domain type on bootJoerg Roedel1-1/+29
2019-08-23iommu/vt-d: Request passthrough mode from IOMMU coreJoerg Roedel1-1/+1
2019-08-23iommu/amd: Request passthrough mode from IOMMU coreJoerg Roedel1-3/+3
2019-08-23iommu: Use Functions to set default domain type in iommu_set_def_domain_type()Joerg Roedel1-2/+4
2019-08-23iommu: Add helpers to set/get default domain typeJoerg Roedel1-0/+22
2019-08-23iommu: Remember when default domain type was set on kernel command lineJoerg Roedel1-0/+15
2019-08-22Revert "iommu/arm-smmu-v3: Disable detection of ATS and PRI"Will Deacon1-2/+0
2019-08-22iommu/arm-smmu-v3: Avoid locking on invalidation path when not using ATSWill Deacon1-5/+32
2019-08-21iommu/arm-smmu-v3: Fix ATC invalidation ordering wrt main TLBsWill Deacon1-7/+9
2019-08-21iommu/arm-smmu-v3: Rework enabling/disabling of ATS for PCI mastersWill Deacon1-19/+28
2019-08-21iommu/arm-smmu-v3: Don't issue CMD_SYNC for zero-length invalidationsWill Deacon1-0/+3
2019-08-21iommu/arm-smmu-v3: Remove boolean bitfield for 'ats_enabled' flagWill Deacon1-1/+1
2019-08-21iommu/arm-smmu-v3: Disable detection of ATS and PRIWill Deacon1-0/+2
2019-08-21iommu/arm-smmu-v3: Document ordering guarantees of command insertionWill Deacon1-0/+16
2019-08-21dma-direct: fix zone selection after an unaddressable CMA allocationChristoph Hellwig1-0/+3
2019-08-20iommu/arm-smmu: Ensure 64-bit I/O accessors are available on 32-bit CPURobin Murphy2-1/+1
2019-08-20iommu/arm-smmu: Make private implementation details staticWill Deacon1-5/+5
2019-08-20Merge branch 'for-joerg/batched-unmap' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into coreJoerg Roedel20-160/+338
2019-08-19iommu/arm-smmu: Add context init implementation hookRobin Murphy3-48/+87
2019-08-19iommu/arm-smmu: Add reset implementation hookRobin Murphy3-35/+54
2019-08-19iommu/arm-smmu: Add configuration implementation hookRobin Murphy3-14/+38