aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/arm-smmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-35/+174
2018-12-17iommu/arm-smmu: Use helper functions to access dev->iommu_fwspecJoerg Roedel1-6/+6
2018-12-10iommu/arm-smmu: Add support for qcom,smmu-v2 variantVivek Gautam1-0/+3
2018-12-10iommu/arm-smmu: Add the device_link between masters and smmuSricharan R1-0/+3
2018-12-10iommu/arm-smmu: Invoke pm_runtime across the driverSricharan R1-10/+98
2018-12-10iommu/arm-smmu: Add pm_runtime/sleep opsSricharan R1-3/+55
2018-12-03iommu/arm-smmu: Make arm-smmu explicitly non-modularPaul Gortmaker1-19/+13
2018-10-10Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-27/+79
2018-10-01iommu/arm-smmu: Support non-strict modeRobin Murphy1-27/+66
2018-10-01iommu/arm-smmu: Ensure that page-table updates are visible before TLBIWill Deacon1-0/+6
2018-09-25iommu/arm-smmu: Add support for the fsl-mc busNipun Gupta1-0/+7
2018-08-24Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-7/+10
2018-08-08Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/omap', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-7/+10
2018-08-08iommu: Remove the ->map_sg indirectionChristoph Hellwig1-1/+0
2018-07-26iommu/arm-smmu: Error out only if not enough context interruptsVivek Gautam1-6/+10
2018-07-10iommu: Remove IOMMU_OF_DECLARERob Herring1-7/+0
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2018-01-17iommu: Clean up of_iommu_init_fnRobin Murphy1-6/+6
2017-11-13Merge branches 'iommu/arm/smmu', 'iommu/updates', 'iommu/vt-d', 'iommu/ipmmu-vmsa' and 'iommu/iova' into iommu-next-20171113.0Alex Williamson1-5/+15
2017-10-20iommu/arm-smmu: Enable bypass transaction caching for ARM SMMU 500Feng Kan1-1/+2
2017-10-20iommu/arm-smmu: Remove ACPICA workaroundsRobin Murphy1-8/+0
2017-10-02iommu/io-pgtable-arm: Convert to IOMMU API TLB syncRobin Murphy1-5/+15
2017-09-01Merge branches 'arm/exynos', 'arm/renesas', 'arm/rockchip', 'arm/omap', 'arm/mediatek', 'arm/tegra', 'arm/qcom', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd', 's390' and 'core' into nextJoerg Roedel1-261/+123
2017-08-19Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmuJoerg Roedel1-59/+114
2017-08-16iommu/arm-smmu: Add system PM supportRobin Murphy1-0/+11
2017-08-16iommu/arm-smmu: Track context bank stateRobin Murphy1-59/+97
2017-08-16iommu/arm-smmu-v3: Implement shutdown methodNate Watterson1-0/+6
2017-08-15iommu/arm-smmu: Split out register definesRob Clark1-202/+9
2017-08-11iommu/arm-smmu: fix null-pointer dereference in arm_smmu_add_deviceArtem Savkov1-0/+7
2017-07-20iommu/arm-smmu: Fix the error path in arm_smmu_add_deviceVivek Gautam1-4/+3
2017-07-20iommu/arm-smmu: Reintroduce locking around TLB sync operationsWill Deacon1-1/+10
2017-06-23iommu/arm-smmu: Remove io-pgtable spinlockRobin Murphy1-31/+14
2017-06-23iommu/io-pgtable: Introduce explicit coherencyRobin Murphy1-0/+3
2017-06-23iommu/arm-smmu: Plumb in new ACPI identifiersRobin Murphy1-0/+16
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-156/+222
2017-04-26iommu/arm-smmu: Return IOVA in iova_to_phys when SMMU is bypassedSunil Goutham1-0/+3
2017-04-25iommu/arm-smmu: Correct sid to maskPeng Fan1-1/+1
2017-04-20iommu/arm-smmu: Clean up early-probing workaroundsRobin Murphy1-63/+47
2017-04-06iommu/arm-smmu: Install bypass S2CRs for IOMMU_DOMAIN_IDENTITY domainsWill Deacon1-3/+17
2017-04-06iommu/arm-smmu: Restrict domain attributes to UNMANAGED domainsWill Deacon1-0/+6
2017-04-06iommu/arm-smmu: Add global SMR masking propertyRobin Murphy1-1/+3
2017-04-06iommu/arm-smmu: Poll for TLB sync completion more effectivelyRobin Murphy1-8/+10
2017-04-06iommu/arm-smmu: Use per-context TLB sync as appropriateRobin Murphy1-33/+80
2017-04-06iommu/arm-smmu: Tidy up context bank indexingRobin Murphy1-16/+15
2017-04-06iommu/arm-smmu: Simplify ASID/VMID handlingRobin Murphy1-17/+19
2017-04-06iommu/arm-smmu: Fix 16-bit ASID configurationSunil Goutham1-19/+23
2017-04-06iommu/arm-smmu: Print message when Cavium erratum 27704 was detectedRobert Richter1-0/+1
2017-03-22iommu/dma: Make PCI window reservation genericRobin Murphy1-0/+2
2017-03-22iommu: Disambiguate MSI region typesRobin Murphy1-1/+1
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/mediatek', 'arm/core', 'x86/vt-d' and 'core' into nextJoerg Roedel1-25/+110