summaryrefslogtreecommitdiff
path: root/drivers/iommu/arm/arm-smmu
AgeCommit message (Expand)AuthorFilesLines
2025-05-23Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings'...Joerg Roedel3-14/+45
2025-05-21iommu/arm-smmu-qcom: Make set_stall work when the device is onConnor Abbott1-3/+30
2025-05-21iommu/arm-smmu: Move handing of RESUME to the context fault handlerConnor Abbott3-14/+15
2025-05-21iommu/arm-smmu-qcom: Enable threaded IRQ for Adreno SMMUv2/MMU500Connor Abbott1-0/+2
2025-05-06iommu/arm-smmu-qcom: Add SAR2130P MDSS compatibleDmitry Baryshkov1-0/+1
2025-03-20Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockch...Joerg Roedel1-5/+6
2025-03-11iommu/arm-smmu: Set rpm auto_suspend once during probePranjal Shrivastava1-4/+6
2025-03-11iommu: Unexport iommu_fwspec_free()Robin Murphy1-1/+0
2025-01-17Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'qualcomm/msm', 'rock...Joerg Roedel6-33/+143
2025-01-17iommu: Use str_enable_disable-like helpersKrzysztof Kozlowski1-1/+2
2025-01-07iommu/arm-smmu: Add ACTLR data and support for qcom_smmu_500Bibek Kumar Patro1-0/+33
2025-01-07iommu/arm-smmu: Introduce ACTLR custom prefetcher settingsBibek Kumar Patro2-0/+34
2025-01-07iommu/arm-smmu: Add support for PRR bit setupBibek Kumar Patro2-0/+54
2025-01-07iommu/arm-smmu: Refactor qcom_smmu structure to include single pointerBibek Kumar Patro3-3/+3
2025-01-07iommu/arm-smmu: Re-enable context caching in smmu reset operationBibek Kumar Patro1-2/+3
2024-12-10iommu/arm-smmu: Retire probe deferral workaroundRobin Murphy1-11/+0
2024-12-10iommu/arm-smmu: Make instance lookup robustRobin Murphy1-16/+13
2024-12-09iommu/arm-smmu-qcom: add sdm670 adreno iommu compatibleRichard Acayan1-0/+1
2024-12-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds2-3/+3
2024-11-15Merge branches 'intel/vt-d', 'amd/amd-vi' and 'iommufd/arm-smmuv3-nested' int...Joerg Roedel1-16/+0
2024-11-15Merge branches 'arm/smmu', 'mediatek', 's390', 'ti/omap', 'riscv' and 'core' ...Joerg Roedel1-0/+11
2024-11-05vfio: Remove VFIO_TYPE1_NESTING_IOMMUJason Gunthorpe1-16/+0
2024-10-29iommu/arm-smmu: Defer probe of clients after smmu device boundPratyush Brahma1-0/+11
2024-10-08iommu/arm-smmu: Clarify MMU-500 CPRE workaroundRobin Murphy1-2/+2
2024-09-09iommu/arm-smmu-qcom: apply num_context_bank fixes for SDM630 / SDM660Dmitry Baryshkov1-1/+13
2024-08-27iommu/arm-smmu-qcom: Work around SDM845 Adreno SMMU w/ 16K pagesKonrad Dybcio1-0/+9
2024-08-23iommu/arm-smmu-qcom: hide last LPASS SMMU context bank from linuxMarc Gonzalez1-0/+7
2024-08-16iommu/arm-smmu: Un-demote unhandled-fault msgRob Clark1-1/+1
2024-07-25iommu: arm-smmu: Fix Tegra workaround for PAGE_SIZE mappingsAshish Mhetre1-1/+1
2024-07-12Merge branch 'iommu/fwspec-ops-removal' into iommu/nextWill Deacon1-2/+1
2024-07-04iommu: Resolve fwspec ops automaticallyRobin Murphy1-2/+1
2024-07-04iommu/arm-smmu-qcom: Register the TBU driver in qcom_smmu_impl_initGeorgi Djakov3-16/+42
2024-07-02iommu/arm-smmu-qcom: record reason for deferring probeZhenhua Huang1-1/+2
2024-07-02iommu/arm-smmu: Pretty-print context fault related regsRob Clark3-51/+92
2024-07-02iommu/arm-smmu-qcom-debug: Do not print for handled faultsRob Clark1-4/+0
2024-07-02iommu/arm-smmu: Add CB prefix to register bitfieldsRob Clark5-41/+41
2024-05-13Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...Joerg Roedel5-8/+521
2024-05-10iommu/arm-smmu: Use the correct type in nvidia_smmu_context_fault()Jason Gunthorpe1-3/+1
2024-04-18iommu/arm-smmu-qcom: Use the custom fault handler on more platformsGeorgi Djakov1-0/+4
2024-04-18iommu/arm-smmu-qcom: Use a custom context fault handler for sdm845Georgi Djakov2-0/+147
2024-04-18iommu/arm-smmu: Allow using a threaded handler for context interruptsGeorgi Djakov2-2/+11
2024-04-18iommu/arm-smmu-qcom-debug: Add support for TBUsGeorgi Djakov3-0/+357
2024-04-18iommu/arm-smmu: Convert to domain_alloc_paging()Jason Gunthorpe1-6/+2
2024-03-08Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel3-2/+5
2024-03-01iommu: constify of_phandle_args in xlateKrzysztof Kozlowski2-2/+4
2024-02-22iommu/arm-smmu-qcom: Add X1E80100 MDSS compatibleAbel Vesa1-0/+1
2024-02-13Revert "iommu/arm-smmu: Convert to domain_alloc_paging()"Dmitry Baryshkov1-11/+6
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel4-78/+117
2023-12-13iommu/arm-smmu: Convert to domain_alloc_paging()Jason Gunthorpe1-6/+11
2023-12-13iommu/arm-smmu: Pass arm_smmu_domain to internal functionsJason Gunthorpe1-12/+10