summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2021-03-18iommu/tegra-smmu: Make tegra_smmu_probe_device() to handle all IOMMU phandlesDmitry Osipenko
2021-03-18iommu/amd: Keep track of amd_iommu_irq_remap stateJoerg Roedel
2021-03-18iommu/amd: Don't call early_amd_iommu_init() when AMD IOMMU is disabledJoerg Roedel
2021-03-18iommu/amd: Move Stoney Ridge check to detect_ivrs()Joerg Roedel
2021-03-05Merge tag 'iommu-fixes-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-04iommu/vt-d: Fix status code for Allocate/Free PASID commandZenghui Yu
2021-03-04iommu: Don't use lazy flush for untrusted deviceLu Baolu
2021-03-04iommu/tegra-smmu: Fix mc errors on tegra124-nyanNicolin Chen
2021-03-04iommu/amd: Fix sleeping in atomic in increase_address_space()Andrey Ryabinin
2021-02-24Merge tag 'dma-mapping-5.12' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-02-22Merge tag 'iommu-updates-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-02-21Merge tag 'hyperv-next-signed-20210216' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-02-12Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'x86/vt-d' and 'core' in...Joerg Roedel
2021-02-12iommu/amd: Fix performance counter initializationSuravee Suthikulpanit
2021-02-11iommu/hyperv: setup an IO-APIC IRQ remapping domain for root partitionWei Liu
2021-02-09dma-mapping: remove the {alloc,free}_noncoherent methodsChristoph Hellwig
2021-02-08iommu/mediatek: Fix error code in probe()Dan Carpenter
2021-02-05iommu/mediatek: Fix unsigned domid comparison with less than zeroColin Ian King
2021-02-04iommu/vt-d: Parse SATC reporting structureYian Chen
2021-02-04iommu/vt-d: Add iotlb_sync_map callbackLu Baolu
2021-02-04iommu/vt-d: Move capability check code to cap_audit filesKyung Min Park
2021-02-04iommu/vt-d: Audit IOMMU Capabilities and add helper functionsKyung Min Park
2021-02-02iommu: Properly pass gfp_t in _iommu_map() to avoid atomic sleepingDouglas Anderson
2021-02-02iommu/vt-d: Fix compile error [-Werror=implicit-function-declaration]Lu Baolu
2021-02-01Merge branch 'for-joerg/mtk' into for-joerg/arm-smmu/updatesWill Deacon
2021-02-01iommu/mediatek: Add mt8192 supportYong Wu
2021-02-01iommu/mediatek: Remove unnecessary check in attach_deviceYong Wu
2021-02-01iommu/mediatek: Support master use iova over 32bitYong Wu
2021-02-01iommu/mediatek: Add iova reserved functionYong Wu
2021-02-01iommu/mediatek: Support for multi domainsYong Wu
2021-02-01iommu/mediatek: Add get_domain_id from dev->dma_range_mapYong Wu
2021-02-01iommu/mediatek: Add iova_region structureYong Wu
2021-02-01iommu/mediatek: Move geometry.aperture updating into domain_finaliseYong Wu
2021-02-01iommu/mediatek: Move domain_finalise into attach_deviceYong Wu
2021-02-01iommu/mediatek: Adjust the structureYong Wu
2021-02-01iommu/mediatek: Support report iova 34bit translation fault in ISRYong Wu
2021-02-01iommu/mediatek: Support up to 34bit iova in tlb flushYong Wu
2021-02-01iommu/mediatek: Add power-domain operationYong Wu
2021-02-01iommu/mediatek: Add pm runtime callbackYong Wu
2021-02-01iommu/mediatek: Add device link for smi-common and m4uYong Wu
2021-02-01iommu/mediatek: Add error handle for mtk_iommu_probeYong Wu
2021-02-01iommu/mediatek: Move hw_init into attach_deviceYong Wu
2021-02-01iommu/mediatek: Update oas for v7sYong Wu
2021-02-01iommu/mediatek: Add a flag for iova 34bits caseYong Wu
2021-02-01iommu/io-pgtable-arm-v7s: Quad lvl1 pgtable for MediaTekYong Wu
2021-02-01iommu/io-pgtable-arm-v7s: Add cfg as a param in some macrosYong Wu
2021-02-01iommu/io-pgtable-arm-v7s: Clarify LVL_SHIFT/BITS macroYong Wu
2021-02-01iommu/io-pgtable-arm-v7s: Extend PA34 for MediaTekYong Wu
2021-02-01iommu/io-pgtable-arm-v7s: Use ias to check the valid iova in unmapYong Wu
2021-02-01iommu/mediatek: Use the common mtk-memory-port.hYong Wu