summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2021-08-18iommu/ipmmu-vmsa: Drop IOVA cookie managementRobin Murphy
2021-08-18iommu/exynos: Drop IOVA cookie managementRobin Murphy
2021-08-18iommu/vt-d: Drop IOVA cookie managementRobin Murphy
2021-08-18iommu/arm-smmu: Drop IOVA cookie managementRobin Murphy
2021-08-18iommu/amd: Drop IOVA cookie managementRobin Murphy
2021-08-18iommu: Pull IOVA cookie management into the coreRobin Murphy
2021-08-18iommu/vt-d: Fix incomplete cache flush in intel_pasid_tear_down_entry()Liu Yi L
2021-08-18iommu/vt-d: Fix PASID reference leakFenghua Yu
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-13iommu/arm-smmu: Optimize ->tlb_flush_walk() for qcom implementationSai Prakash Ranjan
2021-08-12iommu/dart: APPLE_DART should depend on ARCH_APPLEGeert Uytterhoeven
2021-08-12iommu/dart: Add DART iommu driverSven Peter
2021-08-12iommu/io-pgtable: Add DART pagetable formatSven Peter
2021-08-10iommu/arm-smmu: Fix race condition during iommu_group creationKrishna Reddy
2021-08-10iommu: Fix race condition during default domain allocationAshish Mhetre
2021-08-10iommu/arm-smmu: Add clk_bulk_{prepare/unprepare} to system pm callbacksSai Prakash Ranjan
2021-08-09iommu/dma: return error code from iommu_dma_map_sg()Logan Gunthorpe
2021-08-09iommu: return full error code from iommu_map_sg[_atomic]()Logan Gunthorpe
2021-08-02iommu/amd: Remove stale amd_iommu_unmap_flush usageJoerg Roedel
2021-08-02Merge remote-tracking branch 'korg/core' into x86/amdJoerg Roedel
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: Check if group is NULL before remove deviceFrank Wunderlich
2021-08-02iommu/arm-smmu-v3: Remove some unneeded init in arm_smmu_cmdq_issue_cmdlist()John Garry
2021-08-02iommu/amd: Use only natural aligned flushes in a VMNadav Amit
2021-08-02iommu/amd: Sync once for scatter-gather operationsNadav Amit
2021-08-02iommu/amd: Tailored gather logic for AMDNadav Amit
2021-08-02iommu: Improve iommu_iotlb_gather helpersRobin Murphy
2021-08-02iommu/amd: Do not use flush-queue when NpCache is onNadav Amit
2021-08-02iommu/amd: Selective flush on unmapNadav Amit
2021-07-26iommu/dma: Fix leak in non-contiguous APIEzequiel Garcia
2021-07-26iommu/amd: Fix printing of IOMMU events when rate limiting kicks inLennert Buytenhek
2021-07-26iommu/vt-d: Move clflush'es from iotlb_sync_map() to map_pages()Lu Baolu
2021-07-26iommu/vt-d: Implement map/unmap_pages() iommu_ops callbackLu Baolu
2021-07-26iommu/vt-d: Report real pgsize bitmap to iommu coreLu Baolu
2021-07-26iommu/amd: Convert from atomic_t to refcount_t on pasid_state->countXiyu Yang via iommu
2021-07-26iommu: Streamline iommu_iova_to_phys()Robin Murphy
2021-07-26iommu: Remove mode argument from iommu_set_dma_strict()John Garry
2021-07-26iommu/amd: Add support for IOMMU default DMA mode build optionsZhen Lei
2021-07-26iommu/vt-d: Add support for IOMMU default DMA mode build optionsZhen Lei
2021-07-26iommu: Enhance IOMMU default DMA mode build optionsZhen Lei
2021-07-26iommu: Print strict or lazy mode at init timeJohn Garry
2021-07-26iommu: Deprecate Intel and AMD cmdline methods to enable strict modeJohn Garry
2021-07-26iommu/arm-smmu: Implement the map_pages() IOMMU driver callbackIsaac J. Manjarres
2021-07-26iommu/arm-smmu: Implement the unmap_pages() IOMMU driver callbackIsaac J. Manjarres
2021-07-26iommu/io-pgtable-arm-v7s: Implement arm_v7s_map_pages()Isaac J. Manjarres