aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/arm-smmu.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-22iommu/dma: Make PCI window reservation genericGravatar Robin Murphy 1-0/+2
2017-03-22iommu: Disambiguate MSI region typesGravatar Robin Murphy 1-1/+1
2017-02-10Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Gravatar Joerg Roedel 1-25/+110
2017-02-10iommu: Remove iommu_register_instance interfaceGravatar Joerg Roedel 1-1/+0
2017-02-10iommu/arm-smmu: Make use of the iommu_register interfaceGravatar Joerg Roedel 1-0/+30
2017-01-30Merge branch 'iommu/iommu-priv' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Joerg Roedel 1-1/+1
2017-01-26iommu/arm-smmu: Fix for ThunderX erratum #27704Gravatar Tomasz Nowicki 1-0/+3
2017-01-26iommu/arm-smmu: Support for Extended Stream ID (16 bit)Gravatar Aleksey Makarov 1-21/+48
2017-01-23iommu/arm-smmu: Do not advertise IOMMU_CAP_INTR_REMAP anymoreGravatar Eric Auger 1-2/+0
2017-01-23iommu/arm-smmu: Implement reserved region get/put callbacksGravatar Eric Auger 1-0/+28
2017-01-19iommu/arm-smmu: Set privileged attribute to 'default' instead of 'unprivileged'Gravatar Sricharan R 1-1/+1
2016-12-06Merge branches 'arm/mediatek', 'arm/smmu', 'x86/amd', 's390', 'core' and 'arm...Gravatar Joerg Roedel 1-41/+136
2016-11-29iommu/arm-smmu: Add IORT configurationGravatar Lorenzo Pieralisi 1-1/+76
2016-11-29iommu/arm-smmu: Split probe functions into DT/generic portionsGravatar Lorenzo Pieralisi 1-25/+37
2016-11-29iommu/arm-smmu: Convert struct device of_node to fwnode usageGravatar Lorenzo Pieralisi 1-5/+6
2016-11-29iommu/arm-smmu: Set SMTNMB_TLBEN in ACR to enable caching of bypass entriesGravatar Nipun Gupta 1-9/+16
2016-11-29iommu/arm-smmu: Constify iommu_gather_ops structuresGravatar Bhumika Goyal 1-1/+1
2016-11-15iommu/arm-smmu: Fix group refcountingGravatar Robin Murphy 1-1/+1
2016-11-08iommu/arm-smmu: Fix out-of-bounds dereferenceGravatar Robin Murphy 1-1/+3
2016-11-08iommu/arm-smmu: Check that iommu_fwspecs are oursGravatar Robin Murphy 1-1/+1
2016-11-08iommu/arm-smmu: Work around ARM DMA configurationGravatar Robin Murphy 1-0/+10