aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-24Merge tag 'dma-mapping-5.12' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-30/+0
2021-02-22Merge tag 'iommu-updates-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds30-1120/+1823
2021-02-21Merge tag 'hyperv-next-signed-20210216' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-3/+174
2021-02-12Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel30-1120/+1823
2021-02-12iommu/amd: Fix performance counter initializationSuravee Suthikulpanit1-11/+34
2021-02-11iommu/hyperv: setup an IO-APIC IRQ remapping domain for root partitionWei Liu1-3/+174
2021-02-09dma-mapping: remove the {alloc,free}_noncoherent methodsChristoph Hellwig1-30/+0
2021-02-08iommu/mediatek: Fix error code in probe()Dan Carpenter1-1/+2
2021-02-05iommu/mediatek: Fix unsigned domid comparison with less than zeroColin Ian King1-1/+1
2021-02-04iommu/vt-d: Parse SATC reporting structureYian Chen2-0/+97
2021-02-04iommu/vt-d: Add iotlb_sync_map callbackLu Baolu1-30/+60
2021-02-04iommu/vt-d: Move capability check code to cap_audit filesKyung Min Park3-74/+42
2021-02-04iommu/vt-d: Audit IOMMU Capabilities and add helper functionsKyung Min Park5-1/+313
2021-02-02iommu: Properly pass gfp_t in _iommu_map() to avoid atomic sleepingDouglas Anderson1-1/+1
2021-02-02iommu/vt-d: Fix compile error [-Werror=implicit-function-declaration]Lu Baolu2-2/+1
2021-02-01Merge branch 'for-joerg/mtk' into for-joerg/arm-smmu/updatesWill Deacon7-149/+379
2021-02-01iommu/mediatek: Add mt8192 supportYong Wu2-0/+23
2021-02-01iommu/mediatek: Remove unnecessary check in attach_deviceYong Wu1-6/+0
2021-02-01iommu/mediatek: Support master use iova over 32bitYong Wu1-6/+12
2021-02-01iommu/mediatek: Add iova reserved functionYong Wu1-0/+31
2021-02-01iommu/mediatek: Support for multi domainsYong Wu2-12/+29
2021-02-01iommu/mediatek: Add get_domain_id from dev->dma_range_mapYong Wu1-1/+41
2021-02-01iommu/mediatek: Add iova_region structureYong Wu2-0/+24
2021-02-01iommu/mediatek: Move geometry.aperture updating into domain_finaliseYong Wu1-3/+4
2021-02-01iommu/mediatek: Move domain_finalise into attach_deviceYong Wu1-19/+12
2021-02-01iommu/mediatek: Adjust the structureYong Wu1-9/+11
2021-02-01iommu/mediatek: Support report iova 34bit translation fault in ISRYong Wu1-2/+15
2021-02-01iommu/mediatek: Support up to 34bit iova in tlb flushYong Wu1-2/+8
2021-02-01iommu/mediatek: Add power-domain operationYong Wu1-5/+34
2021-02-01iommu/mediatek: Add pm runtime callbackYong Wu1-3/+5
2021-02-01iommu/mediatek: Add device link for smi-common and m4uYong Wu2-3/+25
2021-02-01iommu/mediatek: Add error handle for mtk_iommu_probeYong Wu1-4/+19
2021-02-01iommu/mediatek: Move hw_init into attach_deviceYong Wu1-6/+7
2021-02-01iommu/mediatek: Update oas for v7sYong Wu1-1/+5
2021-02-01iommu/mediatek: Add a flag for iova 34bits caseYong Wu1-1/+2
2021-02-01iommu/io-pgtable-arm-v7s: Quad lvl1 pgtable for MediaTekYong Wu1-3/+4
2021-02-01iommu/io-pgtable-arm-v7s: Add cfg as a param in some macrosYong Wu1-18/+18
2021-02-01iommu/io-pgtable-arm-v7s: Clarify LVL_SHIFT/BITS macroYong Wu1-5/+3
2021-02-01iommu/io-pgtable-arm-v7s: Extend PA34 for MediaTekYong Wu2-3/+8
2021-02-01iommu/io-pgtable-arm-v7s: Use ias to check the valid iova in unmapYong Wu1-1/+1
2021-02-01iommu/mediatek: Use the common mtk-memory-port.hYong Wu2-7/+1
2021-01-29iommu/ipmmu-vmsa: Allow SDHI devicesYoshihiro Shimoda1-0/+4
2021-01-29iommu/ipmmu-vmsa: Refactor ipmmu_of_xlate()Yoshihiro Shimoda1-31/+18
2021-01-29iommu/vt-d: Use INVALID response code instead of FAILURELu Baolu1-4/+1
2021-01-29iommu/vt-d: Clear PRQ overflow only when PRQ is emptyLu Baolu1-2/+11
2021-01-28iommu/io-pgtable: Remove TLBI_ON_MAP quirkRobin Murphy1-8/+1
2021-01-28iommu/msm: Hook up iotlb_sync_mapRobin Murphy1-1/+9
2021-01-28iommu/amd: Adopt IO page table framework for AMD IOMMU v1 page tableSuravee Suthikulpanit3-12/+39
2021-01-28iommu/amd: Introduce iommu_v1_map_page and iommu_v1_unmap_pageSuravee Suthikulpanit3-31/+20
2021-01-28iommu/amd: Introduce iommu_v1_iova_to_physSuravee Suthikulpanit2-15/+23