summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-131-18/+5
|\
| * iommu/arm-smmu-v3: Use msi_get_virq()Thomas Gleixner2021-12-161-16/+3
| * platform-msi: Use msi_desc::msi_indexThomas Gleixner2021-12-161-2/+2
| * device: Move MSI related data into a structThomas Gleixner2021-12-161-1/+1
* | Revert "iommu/arm-smmu-v3: Decrease the queue size of evtq and priq"Zhou Wang2021-12-151-3/+2
* | iommu/arm-smmu-v3: Constify arm_smmu_mmu_notifier_opsRikard Falkeborn2021-12-141-1/+1
* | iommu: arm-smmu-impl: Add SM8450 qcom iommu implementationVinod Koul2021-12-141-0/+1
* | iommu/arm-smmu-qcom: Fix TTBR0 readRob Clark2021-12-141-1/+1
|/
*-. Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'arm/...Joerg Roedel2021-10-312-7/+17
|\ \
| | * iommu/arm-smmu-qcom: Request direct mapping for modem deviceSibi Sankar2021-10-081-0/+1
| | * iommu: arm-smmu-qcom: Add compatible for QCM2290Loic Poulain2021-10-041-0/+1
| | * iommu/arm-smmu-qcom: Add SM6350 SMMU compatibleKonrad Dybcio2021-10-041-0/+1
| | * iommu/arm-smmu-v3: Properly handle the return value of arm_smmu_cmdq_build_cmd()Zhen Lei2021-10-041-6/+12
| | * iommu/arm-smmu-v3: Stop pre-zeroing batch commands in arm_smmu_atc_inv_master()Zhen Lei2021-10-041-1/+2
| |/
* / qcom_scm: hide Kconfig symbolArnd Bergmann2021-10-072-2/+4
|/
*-----. Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Joerg Roedel2021-08-205-98/+133
|\ \ \ \
| | | | * iommu/arm-smmu: Prepare for multiple DMA domain typesRobin Murphy2021-08-182-1/+3
| | | | * iommu/io-pgtable: Remove non-strict quirkRobin Murphy2021-08-182-6/+0
| | | | * iommu/arm-smmu: Drop IOVA cookie managementRobin Murphy2021-08-183-27/+4
| | |_|/ | |/| |
| | * | iommu/arm-smmu: Fix missing unlock on error in arm_smmu_device_group()Yang Yingliang2021-08-201-1/+3
| | * | iommu/arm-smmu-v3: Stop pre-zeroing batch commandsJohn Garry2021-08-131-3/+9
| | * | iommu/arm-smmu-v3: Extract reusable function __arm_smmu_cmdq_skip_err()Zhen Lei2021-08-131-2/+7
| | * | iommu/arm-smmu-v3: Add and use static helper function arm_smmu_get_cmdq()Zhen Lei2021-08-131-9/+13
| | * | iommu/arm-smmu-v3: Add and use static helper function arm_smmu_cmdq_issue_cmd...Zhen Lei2021-08-131-16/+19
| | * | iommu/arm-smmu-v3: Use command queue batching helpers to improve performanceZhen Lei2021-08-131-2/+3
| | * | iommu/arm-smmu: Optimize ->tlb_flush_walk() for qcom implementationSai Prakash Ranjan2021-08-133-3/+22
| | * | iommu/arm-smmu: Fix race condition during iommu_group creationKrishna Reddy2021-08-101-1/+5
| | * | iommu/arm-smmu: Add clk_bulk_{prepare/unprepare} to system pm callbacksSai Prakash Ranjan2021-08-101-3/+23
| | * | iommu/arm-smmu-v3: Remove some unneeded init in arm_smmu_cmdq_issue_cmdlist()John Garry2021-08-021-3/+3
| |/ / |/| |
| * | iommu/arm-smmu-v3: Implement the map_pages() IOMMU driver callbackXiang Chen2021-08-021-4/+5
| * | iommu/arm-smmu-v3: Implement the unmap_pages() IOMMU driver callbackXiang Chen2021-08-021-4/+5
| |/
| * iommu: Streamline iommu_iova_to_phys()Robin Murphy2021-07-262-6/+0
| * iommu/arm-smmu: Implement the map_pages() IOMMU driver callbackIsaac J. Manjarres2021-07-261-4/+5
| * iommu/arm-smmu: Implement the unmap_pages() IOMMU driver callbackIsaac J. Manjarres2021-07-261-4/+5
|/
* Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/...Linus Torvalds2021-07-151-0/+1
|\
| * iommu/arm-smmu-v3: Fix fall-through warning for ClangGustavo A. R. Silva2021-07-131-0/+1
* | iommu/qcom: Revert "iommu/arm: Cleanup resources in case of probe error path"Marek Szyprowski2021-07-141-11/+2
|/
* Merge tag 'arm-drivers-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-102-20/+73
|\
| * iommu/arm-smmu: Use Tegra implementation on Tegra186Thierry Reding2021-06-111-1/+2
| * iommu/arm-smmu: tegra: Implement SID override programmingThierry Reding2021-06-111-3/+30
| * iommu/arm-smmu: tegra: Detect number of instances at runtimeThierry Reding2021-06-111-16/+41
* | Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-07-027-40/+387
|\ \
| | \
| | \
| *-. \ Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel2021-06-257-40/+387
| |\ \ \
| | | * | iommu: Drop unnecessary of_iommu.h includesRob Herring2021-06-083-3/+0
| | |/ / | |/| |
| | * | Merge branch 'for-thierry/arm-smmu' into for-joerg/arm-smmu/updatesWill Deacon2021-06-162-0/+14
| | |\ \
| | | * | iommu/arm-smmu: Check smmu->impl pointer before dereferencingWill Deacon2021-06-151-1/+1
| | | |/
| | | * iommu/arm-smmu: Implement ->probe_finalize()Thierry Reding2021-06-082-0/+14
| | |/ | |/|
| | * iommu/arm-smmu-v3: Remove unnecessary oom messageZhen Lei2021-06-151-6/+2
| | * iommu/arm-smmu: Fix arm_smmu_device refcount leak in address translationXiyu Yang2021-06-111-2/+6
| | * iommu/arm-smmu: Fix arm_smmu_device refcount leak when arm_smmu_rpm_get failsXiyu Yang2021-06-111-1/+1