aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/arm-smmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-02Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-91/+129
2014-09-25iommu: Make of_device_id array constKiran Padwal1-1/+1
2014-09-25iommu/arm-smmu: Convert to iommu_capable() API functionJoerg Roedel1-10/+9
2014-09-22iommu/arm-smmu: fix bug in pmd constructionMitchel Humpherys1-0/+1
2014-09-16iommu/arm-smmu: support MMU-401Robin Murphy1-0/+1
2014-09-16iommu/arm-smmu: fix architecture version detectionRobin Murphy1-22/+25
2014-09-16iommu/arm-smmu: don't bother truncating the s1 output size to VA_BITSWill Deacon1-23/+22
2014-09-16iommu/arm-smmu: use page shift instead of page size to avoid divisionWill Deacon1-5/+5
2014-09-16iommu/arm-smmu: put iommu_domain pointer in dev->archdata.iommuWill Deacon1-3/+14
2014-09-16iommu/arm-smmu: add support for multi-master iommu groupsWill Deacon1-26/+39
2014-09-16iommu/arm-smmu: allow translation stage to be forced on the cmdlineWill Deacon1-2/+13
2014-09-02iommu/arm-smmu: fix corner cases in address size calculationsWill Deacon1-2/+9
2014-09-02iommu/arm-smmu: fix decimal printf format specifiers prefixed with 0xHans Wennborg1-1/+1
2014-09-02iommu/arm-smmu: Do not access non-existing S2CR registersOlav Haugan1-7/+21
2014-09-02iommu/arm-smmu: fix s2cr and smr teardown on device detach from domainWill Deacon1-15/+12
2014-09-01iommu/arm-smmu: remove pgtable_page_{c,d}tor()Vladimir Murzin1-5/+0
2014-09-01iommu/arm-smmu: fix programming of SMMU_CBn_TCR for stage 1Olav Haugan1-2/+5
2014-09-01iommu/arm-smmu: avoid calling request_irq in atomic contextMitchel Humpherys1-22/+25
2014-07-31Merge branches 'x86/vt-d', 'x86/amd', 'arm/omap', 'ppc/pamu', 'arm/smmu', 'arm/exynos' and 'core' into nextJoerg Roedel1-253/+240
2014-07-09iommu/arm-smmu: fix some checkpatch issuesMitchel Humpherys1-22/+37
2014-07-07iommu: Constify struct iommu_opsThierry Reding1-1/+1
2014-07-04iommu/arm-smmu: fix capability checking prior to device attachWill Deacon1-1/+2
2014-07-03iommu/arm-smmu: prefer stage-1 mappings where we have a choiceWill Deacon1-4/+4
2014-07-03iommu/arm-smmu: remove support for chained SMMUsWill Deacon1-186/+77
2014-07-03iommu/arm-smmu: caps: add IOMMU_CAP_INTR_REMAP capabilityWill Deacon1-5/+9
2014-07-03iommu/arm-smmu: add support for PCI master devicesWill Deacon1-86/+160
2014-07-02iommu/arm-smmu: fix calculation of TCR.T0SZWill Deacon1-1/+3
2014-05-02iommu/arm-smmu: fix incorrect use of S2CR_TYPE_SHIFTKefeng Wang1-1/+1
2014-05-02iommu/arm-smmu: allow 42-bit stage-1 output size with 64K pagesWill Deacon1-1/+1
2014-04-15iommu/arm-smmu: fix panic in arm_smmu_alloc_init_pteBin Wang1-1/+1
2014-04-15iommu/arm-smmu: Return 0 on unmap failureLaurent Pinchart1-1/+1
2014-02-27iommu/arm-smmu: fix incorrect comment regarding TLB invalidationWill Deacon1-3/+2
2014-02-24iommu/arm-smmu: provide option to dsb macro when publishing tablesWill Deacon1-1/+1
2014-02-24iommu/arm-smmu: clean up use of `flags' in page table handling codeWill Deacon1-19/+19
2014-02-24iommu/arm-smmu: support buggy implementations with secure cfg accessesAndreas Herrmann1-10/+48
2014-02-24iommu/arm-smmu: set MAX_MASTER_STREAMIDS to MAX_PHANDLE_ARGSAndreas Herrmann1-1/+1
2014-02-20arm/smmu: Use irqsafe spinlock for domain lockJoerg Roedel1-5/+7
2014-02-10iommu/arm-smmu: fix compilation issue when !CONFIG_ARM_AMBAWill Deacon1-0/+2
2014-02-10iommu/arm-smmu: set CBARn.BPSHCFG to NSH for s1-s2-bypass contextsWill Deacon1-4/+12
2014-02-10iommu/arm-smmu: fix table flushing during initial allocationsWill Deacon1-24/+27
2014-02-10iommu/arm-smmu: really fix page table lockingWill Deacon1-10/+10
2014-02-10iommu/arm-smmu: fix pud/pmd entry fill sequenceYifan Zhang1-4/+10
2013-12-16iommu/arm-smmu: add support for IOMMU_EXECWill Deacon1-3/+6
2013-12-16iommu/arm-smmu: use VA_BITS to determine arm64 virtual address spaceWill Deacon1-3/+2
2013-12-16iommu/arm-smmu: add devices attached to the SMMU to an IOMMU groupAntonios Motakis1-1/+18
2013-12-06iommu/arm-smmu: fix error return code in arm_smmu_device_dt_probe()Wei Yongjun1-0/+1
2013-12-06iommu/arm-smmu: remove potential NULL dereference on mapping pathWill Deacon1-2/+1
2013-12-06iommu/arm-smmu: use mutex instead of spinlock for locking page tablesWill Deacon1-36/+26
2013-11-15Merge tag 'iommu-updates-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-32/+37
2013-11-15iommu/arm-smmu: handle pgtable_page_ctor() failKirill A. Shutemov1-1/+4