aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/arm-smmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-10iommu: Remove iommu_register_instance interfaceJoerg Roedel1-1/+0
2017-02-10iommu/arm-smmu: Make use of the iommu_register interfaceJoerg Roedel1-0/+30
2017-01-30Merge branch 'iommu/iommu-priv' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/coreJoerg Roedel1-1/+1
2017-01-26iommu/arm-smmu: Fix for ThunderX erratum #27704Tomasz Nowicki1-0/+3
2017-01-26iommu/arm-smmu: Support for Extended Stream ID (16 bit)Aleksey Makarov1-21/+48
2017-01-23iommu/arm-smmu: Do not advertise IOMMU_CAP_INTR_REMAP anymoreEric Auger1-2/+0
2017-01-23iommu/arm-smmu: Implement reserved region get/put callbacksEric Auger1-0/+28
2017-01-19iommu/arm-smmu: Set privileged attribute to 'default' instead of 'unprivileged'Sricharan R1-1/+1
2016-12-06Merge branches 'arm/mediatek', 'arm/smmu', 'x86/amd', 's390', 'core' and 'arm/exynos' into nextJoerg Roedel1-41/+136
2016-11-29iommu/arm-smmu: Add IORT configurationLorenzo Pieralisi1-1/+76
2016-11-29iommu/arm-smmu: Split probe functions into DT/generic portionsLorenzo Pieralisi1-25/+37
2016-11-29iommu/arm-smmu: Convert struct device of_node to fwnode usageLorenzo Pieralisi1-5/+6
2016-11-29iommu/arm-smmu: Set SMTNMB_TLBEN in ACR to enable caching of bypass entriesNipun Gupta1-9/+16
2016-11-29iommu/arm-smmu: Constify iommu_gather_ops structuresBhumika Goyal1-1/+1
2016-11-15iommu/arm-smmu: Fix group refcountingRobin Murphy1-1/+1
2016-11-08iommu/arm-smmu: Fix out-of-bounds dereferenceRobin Murphy1-1/+3
2016-11-08iommu/arm-smmu: Check that iommu_fwspecs are oursRobin Murphy1-1/+1
2016-11-08iommu/arm-smmu: Work around ARM DMA configurationRobin Murphy1-0/+10
2016-09-16iommu/arm-smmu: Set domain geometryRobin Murphy1-0/+2
2016-09-16iommu/arm-smmu: Wire up generic configuration supportRobin Murphy1-60/+108
2016-09-16iommu/arm-smmu: Convert to iommu_fwspecRobin Murphy1-62/+78
2016-09-16iommu/arm-smmu: Intelligent SMR allocationRobin Murphy1-78/+119
2016-09-16iommu/arm-smmu: Add a stream map entry iteratorRobin Murphy1-14/+12
2016-09-16iommu/arm-smmu: Streamline SMMU data lookupsRobin Murphy1-33/+11
2016-09-16iommu/arm-smmu: Refactor mmu-masters handlingRobin Murphy1-269/+101
2016-09-16iommu/arm-smmu: Keep track of S2CR stateRobin Murphy1-66/+93
2016-09-16iommu/arm-smmu: Consolidate stream map entry stateRobin Murphy1-61/+86
2016-09-16iommu/arm-smmu: Handle stream IDs more dynamicallyRobin Murphy1-21/+22
2016-09-16iommu/arm-smmu: Support v7s context formatRobin Murphy1-22/+47
2016-09-16iommu/arm-smmu: Drop devm_free_irq when driver detachPeng Fan1-4/+0
2016-08-19iommu/arm-smmu: Disable stalling faults for all endpointsWill Deacon1-27/+7
2016-07-06iommu/arm-smmu: Use devm_request_irq and devm_free_irqPeng Fan1-14/+10
2016-07-01iommu/arm-smmu: request pcie devices to enable ACSWei Chen1-1/+3
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann1-4/+4
2016-05-20Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-8/+30
2016-05-09iommu/arm-smmu: Use per-domain page sizes.Robin Murphy1-12/+15
2016-05-09Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmuJoerg Roedel1-81/+210
2016-05-03iommu/arm-smmu: Clear cache lock bit of ACRPeng Fan1-1/+22
2016-05-03iommu/arm-smmu: Support SMMUv1 64KB supplementRobin Murphy1-8/+14
2016-05-03iommu/arm-smmu: Decouple context format from kernel configRobin Murphy1-22/+72
2016-05-03iommu/arm-smmu: Tidy up 64-bit/atomic I/O accessesRobin Murphy1-29/+19
2016-05-03iommu/arm-smmu: Work around MMU-500 prefetch errataRobin Murphy1-1/+15
2016-05-03iommu/arm-smmu: Convert ThunderX workaround to new methodRobin Murphy1-13/+14
2016-05-03iommu/arm-smmu: Differentiate specific implementationsRobin Murphy1-7/+26
2016-05-03iommu/arm-smmu: Workaround for ThunderX erratum #27704Tirumalesh Chalamarla1-11/+28
2016-05-03iommu/arm-smmu: Add support for 16 bit VMIDTirumalesh Chalamarla1-6/+17
2016-04-21iommu/arm-smmu: Don't allocate resources for bypass domainsRobin Murphy1-1/+7
2016-04-21iommu/arm-smmu: Fix stream-match conflict with IOMMU_DOMAIN_DMAWill Deacon1-6/+8
2016-04-19iommu/arm-smmu: Make use of phandle iterators in device-tree parsingJoerg Roedel1-8/+30