summaryrefslogtreecommitdiff
path: root/drivers/iommu/arm/arm-smmu-v3
AgeCommit message (Expand)Author
2021-08-20Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Joerg Roedel
2021-08-18iommu/arm-smmu: Prepare for multiple DMA domain typesRobin Murphy
2021-08-18iommu/io-pgtable: Remove non-strict quirkRobin Murphy
2021-08-18iommu/arm-smmu: Drop IOVA cookie managementRobin Murphy
2021-08-13iommu/arm-smmu-v3: Stop pre-zeroing batch commandsJohn Garry
2021-08-13iommu/arm-smmu-v3: Extract reusable function __arm_smmu_cmdq_skip_err()Zhen Lei
2021-08-13iommu/arm-smmu-v3: Add and use static helper function arm_smmu_get_cmdq()Zhen Lei
2021-08-13iommu/arm-smmu-v3: Add and use static helper function arm_smmu_cmdq_issue_cmd...Zhen Lei
2021-08-13iommu/arm-smmu-v3: Use command queue batching helpers to improve performanceZhen Lei
2021-08-02iommu/arm-smmu-v3: Implement the map_pages() IOMMU driver callbackXiang Chen
2021-08-02iommu/arm-smmu-v3: Implement the unmap_pages() IOMMU driver callbackXiang Chen
2021-08-02iommu/arm-smmu-v3: Remove some unneeded init in arm_smmu_cmdq_issue_cmdlist()John Garry
2021-07-26iommu: Streamline iommu_iova_to_phys()Robin Murphy
2021-07-13iommu/arm-smmu-v3: Fix fall-through warning for ClangGustavo A. R. Silva
2021-06-25Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel
2021-06-15iommu/arm-smmu-v3: Remove unnecessary oom messageZhen Lei
2021-06-08iommu/arm: Cleanup resources in case of probe error pathAmey Narkhede
2021-06-08iommu: Drop unnecessary of_iommu.h includesRob Herring
2021-06-08iommu/arm-smmu-v3: Decrease the queue size of evtq and priqZhen Lei
2021-06-08iommu/arm-smmu-v3: Ratelimit event dumpJean-Philippe Brucker
2021-06-08iommu/arm-smmu-v3: Add stall support for platform devicesJean-Philippe Brucker
2021-06-08iommu/arm-smmu-v3: Change *array into *const arrayBixuan Cui
2021-04-16iommu: Streamline registration interfaceRobin Murphy
2021-04-16iommu: Statically set module ownerRobin Murphy
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel
2021-04-07iommu/arm-smmu-v3: Remove the unused fields for PREFETCH_CONFIG commandZenghui Yu
2021-04-07iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUERobin Murphy
2021-04-07iommu: remove DOMAIN_ATTR_NESTINGChristoph Hellwig
2021-04-07iommu/arm-smmu-v3: Maintain a SID->device structureJean-Philippe Brucker
2021-04-07iommu/arm-smmu-v3: Use device properties for pasid-num-bitsJean-Philippe Brucker
2021-03-30iommu/arm-smmu-v3: Add a check to avoid invalid iotlb syncXiang Chen
2021-03-25iommu/arm-smmu-v3: add bit field SFM into GERROR_ERR_MASKZhen Lei
2021-02-01Merge branch 'for-joerg/mtk' into for-joerg/arm-smmu/updatesWill Deacon
2021-01-27iommu: Switch gather->end to the inclusive endYong Wu
2021-01-22iommu/arm-smmu-v3: Add support for VHEJean-Philippe Brucker
2021-01-22iommu/arm-smmu-v3: Make BTM optional for SVAJean-Philippe Brucker
2021-01-22iommu/arm-smmu-v3: Split arm_smmu_tlb_inv_range()Jean-Philippe Brucker
2021-01-22iommu/arm-smmu-v3: Use DEFINE_RES_MEM() to simplify codeZhen Lei
2021-01-22iommu/arm-smmu-v3: Remove the page 1 fixupRobin Murphy
2020-12-08iommu/io-pgtable: Remove tlb_flush_leafRobin Murphy
2020-12-08Merge branch 'for-next/iommu/svm' into for-next/iommu/coreWill Deacon
2020-11-23iommu/arm-smmu-v3: Hook up ATC invalidation to mm opsJean-Philippe Brucker
2020-11-23iommu/arm-smmu-v3: Implement iommu_sva_bind/unbind()Jean-Philippe Brucker
2020-11-10iommu/arm-smmu-v3: Assign boolean values to a bool variableKaixu Xia
2020-09-28iommu/arm-smmu-v3: Add SVA device featureJean-Philippe Brucker
2020-09-28iommu/arm-smmu-v3: Check for SVA featuresJean-Philippe Brucker
2020-09-28iommu/arm-smmu-v3: Seize private ASIDJean-Philippe Brucker
2020-09-28iommu/arm-smmu-v3: Share process page tablesJean-Philippe Brucker
2020-09-28iommu/arm-smmu-v3: Move definitions to a headerJean-Philippe Brucker
2020-09-28iommu/arm-smmu-v3: Ensure queue is read after updating prod pointerZhou Wang