aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/arm-smmu.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-23iommu/arm-smmu: Log CBFRSYNRA register on context faultGravatar Vivek Gautam 1-3/+5
2019-04-05iommu/arm-smmu: Break insecure users by disabling bypass by defaultGravatar Douglas Anderson 1-1/+2
2019-02-11iommu: Allow io-pgtable to be used outside of drivers/iommu/Gravatar Rob Herring 1-1/+1
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Gravatar Joerg Roedel 1-35/+174
2018-12-17iommu/arm-smmu: Use helper functions to access dev->iommu_fwspecGravatar Joerg Roedel 1-6/+6
2018-12-10iommu/arm-smmu: Add support for qcom,smmu-v2 variantGravatar Vivek Gautam 1-0/+3
2018-12-10iommu/arm-smmu: Add the device_link between masters and smmuGravatar Sricharan R 1-0/+3
2018-12-10iommu/arm-smmu: Invoke pm_runtime across the driverGravatar Sricharan R 1-10/+98
2018-12-10iommu/arm-smmu: Add pm_runtime/sleep opsGravatar Sricharan R 1-3/+55
2018-12-03iommu/arm-smmu: Make arm-smmu explicitly non-modularGravatar Paul Gortmaker 1-19/+13
2018-10-10Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' a...Gravatar Joerg Roedel 1-27/+79
2018-10-01iommu/arm-smmu: Support non-strict modeGravatar Robin Murphy 1-27/+66
2018-10-01iommu/arm-smmu: Ensure that page-table updates are visible before TLBIGravatar Will Deacon 1-0/+6
2018-09-25iommu/arm-smmu: Add support for the fsl-mc busGravatar Nipun Gupta 1-0/+7
2018-08-24Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-7/+10
2018-08-08Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma...Gravatar Joerg Roedel 1-7/+10
2018-08-08iommu: Remove the ->map_sg indirectionGravatar Christoph Hellwig 1-1/+0
2018-07-26iommu/arm-smmu: Error out only if not enough context interruptsGravatar Vivek Gautam 1-6/+10
2018-07-10iommu: Remove IOMMU_OF_DECLAREGravatar Rob Herring 1-7/+0
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-1/+1
2018-01-17iommu: Clean up of_iommu_init_fnGravatar Robin Murphy 1-6/+6
2017-11-13Merge branches 'iommu/arm/smmu', 'iommu/updates', 'iommu/vt-d', 'iommu/ipmmu-...Gravatar Alex Williamson 1-5/+15
2017-10-20iommu/arm-smmu: Enable bypass transaction caching for ARM SMMU 500Gravatar Feng Kan 1-1/+2
2017-10-20iommu/arm-smmu: Remove ACPICA workaroundsGravatar Robin Murphy 1-8/+0
2017-10-02iommu/io-pgtable-arm: Convert to IOMMU API TLB syncGravatar Robin Murphy 1-5/+15
2017-09-01Merge branches 'arm/exynos', 'arm/renesas', 'arm/rockchip', 'arm/omap', 'arm/...Gravatar Joerg Roedel 1-261/+123
2017-08-19Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Gravatar Joerg Roedel 1-59/+114
2017-08-16iommu/arm-smmu: Add system PM supportGravatar Robin Murphy 1-0/+11
2017-08-16iommu/arm-smmu: Track context bank stateGravatar Robin Murphy 1-59/+97
2017-08-16iommu/arm-smmu-v3: Implement shutdown methodGravatar Nate Watterson 1-0/+6
2017-08-15iommu/arm-smmu: Split out register definesGravatar Rob Clark 1-202/+9
2017-08-11iommu/arm-smmu: fix null-pointer dereference in arm_smmu_add_deviceGravatar Artem Savkov 1-0/+7
2017-07-20iommu/arm-smmu: Fix the error path in arm_smmu_add_deviceGravatar Vivek Gautam 1-4/+3
2017-07-20iommu/arm-smmu: Reintroduce locking around TLB sync operationsGravatar Will Deacon 1-1/+10
2017-06-23iommu/arm-smmu: Remove io-pgtable spinlockGravatar Robin Murphy 1-31/+14
2017-06-23iommu/io-pgtable: Introduce explicit coherencyGravatar Robin Murphy 1-0/+3
2017-06-23iommu/arm-smmu: Plumb in new ACPI identifiersGravatar Robin Murphy 1-0/+16
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...Gravatar Joerg Roedel 1-156/+222
2017-04-26iommu/arm-smmu: Return IOVA in iova_to_phys when SMMU is bypassedGravatar Sunil Goutham 1-0/+3
2017-04-25iommu/arm-smmu: Correct sid to maskGravatar Peng Fan 1-1/+1
2017-04-20iommu/arm-smmu: Clean up early-probing workaroundsGravatar Robin Murphy 1-63/+47
2017-04-06iommu/arm-smmu: Install bypass S2CRs for IOMMU_DOMAIN_IDENTITY domainsGravatar Will Deacon 1-3/+17
2017-04-06iommu/arm-smmu: Restrict domain attributes to UNMANAGED domainsGravatar Will Deacon 1-0/+6
2017-04-06iommu/arm-smmu: Add global SMR masking propertyGravatar Robin Murphy 1-1/+3
2017-04-06iommu/arm-smmu: Poll for TLB sync completion more effectivelyGravatar Robin Murphy 1-8/+10
2017-04-06iommu/arm-smmu: Use per-context TLB sync as appropriateGravatar Robin Murphy 1-33/+80
2017-04-06iommu/arm-smmu: Tidy up context bank indexingGravatar Robin Murphy 1-16/+15
2017-04-06iommu/arm-smmu: Simplify ASID/VMID handlingGravatar Robin Murphy 1-17/+19
2017-04-06iommu/arm-smmu: Fix 16-bit ASID configurationGravatar Sunil Goutham 1-19/+23
2017-04-06iommu/arm-smmu: Print message when Cavium erratum 27704 was detectedGravatar Robert Richter 1-0/+1