summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-273-3/+3
|\
| * firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman2023-02-083-3/+3
| |
| \
| \
| \
*---. \ Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt...Joerg Roedel2023-02-182-23/+2
|\ \ \ \ | | |_|/ | |/| |
| | | * iommu: Remove detach_dev callbacksLu Baolu2023-01-131-23/+0
| | |/ | |/|
| | * iommu/arm-smmu-qcom: Select identity domain for sc8280xp MDSSBjorn Andersson2023-01-241-0/+1
| | * iommu/arm-smmu-qcom: Add SM8150 DPU compatibleMarijn Suijten2023-01-241-0/+1
| |/ |/|
* | iommu/arm-smmu-v3: Don't unregister on shutdownVladimir Oltean2023-01-131-1/+3
* | iommu/arm-smmu: Don't unregister on shutdownVladimir Oltean2023-01-131-8/+14
* | iommu/arm-smmu: Report IOMMU_CAP_CACHE_COHERENCY even bettererRobin Murphy2023-01-131-2/+8
|/
*-. Merge branches 'arm/allwinner', 'arm/exynos', 'arm/mediatek', 'arm/rockchip',...Joerg Roedel2022-12-129-223/+232
|\ \
| | * iommu/qcom: Update to {map,unmap}_pagesRobin Murphy2022-11-191-6/+8
| | * Merge tag 'for-joerg' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/io...Joerg Roedel2022-11-033-19/+2
| | |\
| | | * iommu: Use EINVAL for incompatible device/domain in ->attach_devNicolin Chen2022-11-013-19/+2
| |_|/ |/| |
| | * iommu: Rename iommu-sva-lib.{c,h}Lu Baolu2022-11-032-2/+2
| | * iommu: Remove SVA related callbacks from iommu opsLu Baolu2022-11-033-59/+0
| | * arm-smmu-v3/sva: Add SVA domain supportLu Baolu2022-11-033-0/+90
| | * iommu: Remove SVM_FLAG_SUPERVISOR_MODE supportLu Baolu2022-11-032-5/+3
| | * iommu: Add max_pasids field in struct iommu_deviceLu Baolu2022-11-031-0/+1
| |/ |/|
| * Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Joerg Roedel2022-11-224-139/+133
|/|
| * Merge branch 'for-joerg/arm-smmu/bindings' into for-joerg/arm-smmu/updatesWill Deacon2022-11-213-139/+130
| |\
| | * iommu/arm-smmu-qcom: Add SM6350 SMMUv2Konrad Dybcio2022-11-181-0/+1
| | * iommu/arm-smmu-qcom: Add generic qcom,smmu-500 match entryDmitry Baryshkov2022-11-141-0/+5
| | * iommu/arm-smmu-qcom: Stop using mmu500 reset for v2 MMUsDmitry Baryshkov2022-11-141-11/+27
| | * iommu/arm-smmu-qcom: Merge table from arm-smmu-qcom-debug into match dataDmitry Baryshkov2022-11-143-112/+45
| | * iommu/arm-smmu-qcom: provide separate implementation for SDM845-smmu-500Dmitry Baryshkov2022-11-141-15/+22
| | * iommu/arm-smmu-qcom: Move the qcom,adreno-smmu check into qcom_smmu_createDmitry Baryshkov2022-11-142-14/+19
| | * iommu/arm-smmu-qcom: Move implementation data into match dataDmitry Baryshkov2022-11-142-22/+44
| | * iommu/arm-smmu-qcom: Add SM6115 supportAdam Skladowski2022-11-141-0/+1
| | * drivers: arm-smmu-impl: Add QDU1000 and QRU1000 iommu implementationMelody Olvera2022-11-141-0/+1
| * | iommu/arm-smmu: Warn once when the perfetcher errata patch fails to applyChen Lin2022-11-151-0/+3
| |/
* / iommu: Add gfp parameter to iommu_alloc_resv_regionLu Baolu2022-10-212-2/+2
|/
* Merge tag 'iommu-updates-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-103-148/+17
|\
| * iommu/dma: Make header privateRobin Murphy2022-09-092-2/+2
| * iommu: Clean up bus_set_iommu()Robin Murphy2022-09-071-4/+0
| * iommu/arm-smmu-v3: Clean up bus_set_iommu()Robin Murphy2022-09-071-51/+2
| * iommu/arm-smmu: Clean up bus_set_iommu()Robin Murphy2022-09-071-82/+2
| * iommu/arm-smmu: Report IOMMU_CAP_CACHE_COHERENCY betterRobin Murphy2022-09-072-6/+8
| * iommu: Retire iommu_capable()Robin Murphy2022-09-073-3/+3
* | Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-081-0/+21
|\ \
| * | iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identityYicong Yang2022-09-081-0/+21
| |/
* | arm64/sysreg: Standardise naming of ID_AA64MMFR0_EL1.ASIDBitsMark Brown2022-09-091-1/+1
* | arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown2022-09-091-3/+3
|/
*-. Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...Joerg Roedel2022-07-298-102/+339
|\ \
| | * iommu/arm-smmu-v3: cleanup arm_smmu_dev_{enable,disable}_featureChristoph Hellwig2022-07-151-41/+14
| | * iommu: remove the put_resv_regions methodChristoph Hellwig2022-07-152-2/+0
| | * iommu: remove iommu_dev_feature_enabledChristoph Hellwig2022-07-151-1/+0
| | * iommu: remove the unused dev_has_feat methodChristoph Hellwig2022-07-151-1/+0
| | * iommu: Clean up release_device checksRobin Murphy2022-07-063-29/+4
| | * iommu/arm-smmu: Get associated RMR info and install bypass SMRJon Nettleton2022-07-061-0/+52
| | * iommu/arm-smmu-v3: Get associated RMR info and install bypass STEShameer Kolothum2022-07-061-0/+33