aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/arm-smmu.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-20Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-8/+30
2016-05-09iommu/arm-smmu: Use per-domain page sizes.Gravatar Robin Murphy 1-12/+15
2016-05-09Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin...Gravatar Joerg Roedel 1-81/+210
2016-05-03iommu/arm-smmu: Clear cache lock bit of ACRGravatar Peng Fan 1-1/+22
2016-05-03iommu/arm-smmu: Support SMMUv1 64KB supplementGravatar Robin Murphy 1-8/+14
2016-05-03iommu/arm-smmu: Decouple context format from kernel configGravatar Robin Murphy 1-22/+72
2016-05-03iommu/arm-smmu: Tidy up 64-bit/atomic I/O accessesGravatar Robin Murphy 1-29/+19
2016-05-03iommu/arm-smmu: Work around MMU-500 prefetch errataGravatar Robin Murphy 1-1/+15
2016-05-03iommu/arm-smmu: Convert ThunderX workaround to new methodGravatar Robin Murphy 1-13/+14
2016-05-03iommu/arm-smmu: Differentiate specific implementationsGravatar Robin Murphy 1-7/+26
2016-05-03iommu/arm-smmu: Workaround for ThunderX erratum #27704Gravatar Tirumalesh Chalamarla 1-11/+28
2016-05-03iommu/arm-smmu: Add support for 16 bit VMIDGravatar Tirumalesh Chalamarla 1-6/+17
2016-04-21iommu/arm-smmu: Don't allocate resources for bypass domainsGravatar Robin Murphy 1-1/+7
2016-04-21iommu/arm-smmu: Fix stream-match conflict with IOMMU_DOMAIN_DMAGravatar Will Deacon 1-6/+8
2016-04-19iommu/arm-smmu: Make use of phandle iterators in device-tree parsingGravatar Joerg Roedel 1-8/+30
2016-02-18iommu/arm-smmu: Treat IOMMU_DOMAIN_DMA as bypass for nowGravatar Will Deacon 1-0/+7
2016-02-18iommu/arm-smmu: Don't fail device attach if already attached to a domainGravatar Will Deacon 1-19/+14
2016-02-18iommu/arm-smmu: Allow disabling unmatched stream bypassGravatar Robin Murphy 1-8/+16
2016-02-18iommu/arm-smmu: Support DMA-API domainsGravatar Robin Murphy 1-1/+9
2016-02-18iommu/arm-smmu: Treat all device transactions as unprivilegedGravatar Robin Murphy 1-1/+4
2015-12-17iommu/arm-smmu: Invalidate TLBs properlyGravatar Robin Murphy 1-3/+13
2015-12-17iommu/io-pgtable: Indicate granule for TLB maintenanceGravatar Robin Murphy 1-1/+1
2015-12-17iommu/arm-smmu: Correct group reference countGravatar Peng Fan 1-0/+1
2015-12-17iommu/arm-smmu: Delete an unnecessary check before free_io_pgtable_ops()Gravatar Markus Elfring 1-3/+1
2015-11-02Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am...Gravatar Joerg Roedel 1-57/+75
2015-10-22iommu/arm-smmu: Switch to device_group call-backGravatar Joerg Roedel 1-31/+46
2015-10-15iommu/arm-smmu: Remove redundant calculation of gr0 base addressGravatar Will Deacon 1-2/+1
2015-10-14iommu/arm-smmu: ThunderX mis-extends 64bit registersGravatar Tirumalesh Chalamarla 1-23/+27
2015-10-14iommu/arm-smmu: Remove unneeded '0x' annotationGravatar Fabio Estevam 1-1/+1
2015-08-06iommu/arm-smmu: Remove arm_smmu_flush_pgtable()Gravatar Robin Murphy 1-13/+0
2015-08-06iommu/arm-smmu: Clean up DMA API usageGravatar Robin Murphy 1-16/+6