aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/qcom_iommu.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-10iommu/arm-smmu: Rename public #defines under ARM_SMMU_ namespaceGravatar Will Deacon 1-7/+9
2020-01-10iommu/io-pgtable-arm: Rationalise TCR handlingGravatar Robin Murphy 1-5/+3
2020-01-10iommu/io-pgtable-arm: Rationalise TTBRn handlingGravatar Robin Murphy 1-2/+1
2019-11-12Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm...Gravatar Joerg Roedel 1-5/+5
2019-11-04iommu/io-pgtable-arm: Rationalise MAIR handlingGravatar Robin Murphy 1-2/+2
2019-10-15iommu/qcom: Simplify a test in 'qcom_iommu_add_device()'Gravatar Christophe JAILLET 1-2/+2
2019-10-15iommu: Add gfp parameter to iommu_ops::mapGravatar Tom Murphy 1-1/+1
2019-09-11Merge branches 'arm/omap', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm/qco...Gravatar Joerg Roedel 1-23/+49
2019-08-30iommu/qcom: Use struct_size() helperGravatar Gustavo A. R. Silva 1-4/+3
2019-08-23Merge branches 'for-joerg/arm-smmu/smmu-v2' and 'for-joerg/arm-smmu/smmu-v3' ...Gravatar Will Deacon 1-8/+36
2019-08-20Merge branch 'for-joerg/batched-unmap' of git://git.kernel.org/pub/scm/linux/...Gravatar Joerg Roedel 1-8/+36
2019-08-19iommu/arm-smmu: Rename arm-smmu-regs.hGravatar Robin Murphy 1-1/+1
2019-08-19iommu/arm-smmu: Convert context bank registers to bitfieldsGravatar Robin Murphy 1-6/+7
2019-08-19iommu/qcom: Mask TLBI addresses correctlyGravatar Robin Murphy 1-1/+1
2019-08-09iommu: Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-3/+1
2019-07-29iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->tlb_add_page()Gravatar Will Deacon 1-1/+2
2019-07-29iommu/io-pgtable: Pass struct iommu_iotlb_gather to ->unmap()Gravatar Will Deacon 1-1/+1
2019-07-29iommu/io-pgtable: Remove unused ->tlb_sync() callbackGravatar Will Deacon 1-1/+0
2019-07-29iommu/io-pgtable: Replace ->tlb_add_flush() with ->tlb_add_page()Gravatar Will Deacon 1-1/+7
2019-07-29iommu/io-pgtable: Hook up ->tlb_flush_walk() and ->tlb_flush_leaf() in driversGravatar Will Deacon 1-0/+16
2019-07-29iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()Gravatar Will Deacon 1-3/+9
2019-07-24iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_opsGravatar Will Deacon 1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Gravatar Thomas Gleixner 1-12/+1
2019-02-11iommu: Allow io-pgtable to be used outside of drivers/iommu/Gravatar Rob Herring 1-1/+1
2018-12-17iommu/qcom: Use helper functions to access dev->iommu_fwspecGravatar Joerg Roedel 1-8/+10
2018-12-03iommu/qcom: Make it explicitly non-modularGravatar Paul Gortmaker 1-14/+2
2018-08-24Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0
2018-08-08iommu: Remove the ->map_sg indirectionGravatar Christoph Hellwig 1-1/+0
2018-07-10iommu: Remove IOMMU_OF_DECLAREGravatar Rob Herring 1-2/+0
2018-05-03iommu/qcom: Simplify getting .drvdataGravatar Wolfram Sang 1-4/+2
2018-01-17iommu: Clean up of_iommu_init_fnGravatar Robin Murphy 1-1/+1
2017-11-03iommu: qcom: wire up fault handlerGravatar Rob Clark 1-5/+13
2017-10-02iommu/io-pgtable-arm-v7s: Convert to IOMMU API TLB syncGravatar Robin Murphy 1-0/+15
2017-08-28iommu: qcom: annotate PM functions as __maybe_unusedGravatar Arnd Bergmann 1-4/+2
2017-08-15iommu/qcom: Initialize secure page tableGravatar Stanimir Varbanov 1-0/+64
2017-08-15iommu/qcom: Add qcom_iommuGravatar Rob Clark 1-0/+868