summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/arm/arm-smmu (follow)
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'arm/...Joerg Roedel2021-10-311-0/+3
|\ \
| | * 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
| |/
* / 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-204-42/+68
|\ \ \
| | | * iommu/arm-smmu: Prepare for multiple DMA domain typesRobin Murphy2021-08-181-1/+2
| | | * iommu/io-pgtable: Remove non-strict quirkRobin Murphy2021-08-181-3/+0
| | | * iommu/arm-smmu: Drop IOVA cookie managementRobin Murphy2021-08-182-20/+4
| | |/ | |/|
| | * iommu/arm-smmu: Fix missing unlock on error in arm_smmu_device_group()Yang Yingliang2021-08-201-1/+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: Streamline iommu_iova_to_phys()Robin Murphy2021-07-261-3/+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
|/
* 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-024-13/+84
|\ \
| | \
| | \
| *-. \ Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel2021-06-254-13/+84
| |\ \ \
| | | * | iommu: Drop unnecessary of_iommu.h includesRob Herring2021-06-082-2/+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: 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
| | * iommu/arm-smmu-qcom: Protect acpi_match_platform_list() call with CONFIG_ACPIShawn Guo2021-06-091-0/+4
| | * iommu/arm: Cleanup resources in case of probe error pathAmey Narkhede2021-06-082-5/+23
| | * iommu/arm-smmu-qcom: Move the adreno smmu specific implSai Prakash Ranjan2021-06-081-3/+9
| | * iommu/arm-smmu-qcom: Add SC7280 SMMU compatibleSai Prakash Ranjan2021-06-081-0/+2
| | * iommu/arm-smmu-qcom: Skip the TTBR1 quirk for db820c.Eric Anholt2021-06-081-1/+12
| | * iommu/arm-smmu-qcom: Add sm6125 compatibleMartin Botka2021-06-081-0/+1
| | * iommu/arm-smmu-qcom: hook up qcom_smmu_impl for ACPI bootShawn Guo2021-06-081-0/+13
| |/
* | iommu/arm-smmu-qcom: Add stall supportRob Clark2021-06-231-0/+33
* | iommu/arm-smmu-qcom: Add an adreno-smmu-priv callback to get pagefault infoJordan Crouse2021-06-232-0/+19
* | iommu/arm-smmu: Add support for driver IOMMU fault handlersJordan Crouse2021-06-231-2/+7
|/
* iommu: Streamline registration interfaceRobin Murphy2021-04-162-8/+2
* iommu: Statically set module ownerRobin Murphy2021-04-161-0/+1
* iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFGChristoph Hellwig2021-04-072-54/+12
* iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUERobin Murphy2021-04-071-24/+3
* iommu: remove DOMAIN_ATTR_NESTINGChristoph Hellwig2021-04-071-14/+16
* iommu/arm-smmu-qcom: Fix mask extraction for bootloader programmed SMRsIsaac J. Manjarres2021-01-261-0/+2
* iommu: arm-smmu-impl: Add SM8350 qcom iommu implementationVinod Koul2021-01-221-0/+1
* iommu/arm-smmu-qcom: Add Qualcomm SC8180X implBjorn Andersson2021-01-221-0/+2
* iommu: arm-smmu-qcom: Add sdm630/msm8998 compatibles for qcom quirksKonrad Dybcio2021-01-121-0/+2
* iommu/arm-smmu-qcom: Initialize SCTLR of the bypass contextBjorn Andersson2021-01-071-0/+2
* iommu/io-pgtable: Remove tlb_flush_leafRobin Murphy2020-12-082-30/+3