summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2019-09-19Merge tag 'devicetree-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-15/+18
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-14/+4
2019-09-16Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2019-09-13iommu: pass cell_count = -1 to of_for_each_phandle with cells_nameUwe Kleine-König2-2/+2
2019-09-11Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco...Joerg Roedel35-1269/+3104
2019-09-11iommu/vt-d: Declare Broadwell igfx dmar support snafuChris Wilson1-9/+35
2019-09-11iommu/vt-d: Add Scalable Mode fault informationKyung Min Park1-4/+73
2019-09-11iommu/vt-d: Use bounce buffer for untrusted devicesLu Baolu1-0/+258
2019-09-11iommu/vt-d: Add trace events for device dma map/unmapLu Baolu3-3/+25
2019-09-11iommu/vt-d: Don't switch off swiotlb if bounce page is usedLu Baolu2-15/+18
2019-09-11iommu/vt-d: Check whether device requires bounce bufferLu Baolu1-0/+7
2019-09-06iommu/omap: Mark pm functions __maybe_unusedArnd Bergmann1-2/+2
2019-09-06iommu/amd: Fix race in increase_address_space()Joerg Roedel1-5/+11
2019-09-06iommu/amd: Flush old domains in kdump kernelStuart Hayes1-0/+24
2019-09-05iommu/ipmmu-vmsa: Disable cache snoop transactions on R-Car Gen3Hai Nguyen Pham1-33/+38
2019-09-05iommu/ipmmu-vmsa: Move IMTTBCR_SL0_TWOBIT_* to restore sort orderGeert Uytterhoeven1-4/+3
2019-09-04dma-mapping: introduce a dma_common_find_pages helperChristoph Hellwig1-12/+3
2019-09-04dma-mapping: always use VM_DMA_COHERENT for generic DMA remapChristoph Hellwig1-3/+3
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig2-0/+4
2019-09-03iommu: Don't use sme_active() in generic codeJoerg Roedel1-2/+2
2019-09-03iommu/vt-d: Remove global page flush supportJacob Pan1-21/+15
2019-09-03iommu/arm-smmu-v3: Fix build error without CONFIG_PCI_ATSYueHaibing1-0/+7
2019-09-03iommu/dma: add a new dma_map_ops of get_merge_boundary()Yoshihiro Shimoda1-0/+8
2019-08-30iommu/qcom: Use struct_size() helperGustavo A. R. Silva1-4/+3
2019-08-30iommu: Remove wrong default domain commentsTom Murphy1-3/+1
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