aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/arm-smmu.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-16iommu/arm-smmu: Set domain geometryGravatar Robin Murphy 1-0/+2
2016-09-16iommu/arm-smmu: Wire up generic configuration supportGravatar Robin Murphy 1-60/+108
2016-09-16iommu/arm-smmu: Convert to iommu_fwspecGravatar Robin Murphy 1-62/+78
2016-09-16iommu/arm-smmu: Intelligent SMR allocationGravatar Robin Murphy 1-78/+119
2016-09-16iommu/arm-smmu: Add a stream map entry iteratorGravatar Robin Murphy 1-14/+12
2016-09-16iommu/arm-smmu: Streamline SMMU data lookupsGravatar Robin Murphy 1-33/+11
2016-09-16iommu/arm-smmu: Refactor mmu-masters handlingGravatar Robin Murphy 1-269/+101
2016-09-16iommu/arm-smmu: Keep track of S2CR stateGravatar Robin Murphy 1-66/+93
2016-09-16iommu/arm-smmu: Consolidate stream map entry stateGravatar Robin Murphy 1-61/+86
2016-09-16iommu/arm-smmu: Handle stream IDs more dynamicallyGravatar Robin Murphy 1-21/+22
2016-09-16iommu/arm-smmu: Support v7s context formatGravatar Robin Murphy 1-22/+47
2016-09-16iommu/arm-smmu: Drop devm_free_irq when driver detachGravatar Peng Fan 1-4/+0
2016-08-19iommu/arm-smmu: Disable stalling faults for all endpointsGravatar Will Deacon 1-27/+7
2016-07-06iommu/arm-smmu: Use devm_request_irq and devm_free_irqGravatar Peng Fan 1-14/+10
2016-07-01iommu/arm-smmu: request pcie devices to enable ACSGravatar Wei Chen 1-1/+3
2016-05-27remove lots of IS_ERR_VALUE abusesGravatar Arnd Bergmann 1-4/+4