aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/arm-smmu.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-20arm/smmu: Use irqsafe spinlock for domain lockGravatar Joerg Roedel 1-5/+7
2014-02-10iommu/arm-smmu: fix compilation issue when !CONFIG_ARM_AMBAGravatar Will Deacon 1-0/+2
2014-02-10iommu/arm-smmu: set CBARn.BPSHCFG to NSH for s1-s2-bypass contextsGravatar Will Deacon 1-4/+12
2014-02-10iommu/arm-smmu: fix table flushing during initial allocationsGravatar Will Deacon 1-24/+27
2014-02-10iommu/arm-smmu: really fix page table lockingGravatar Will Deacon 1-10/+10
2014-02-10iommu/arm-smmu: fix pud/pmd entry fill sequenceGravatar Yifan Zhang 1-4/+10
2013-12-16iommu/arm-smmu: add support for IOMMU_EXECGravatar Will Deacon 1-3/+6
2013-12-16iommu/arm-smmu: use VA_BITS to determine arm64 virtual address spaceGravatar Will Deacon 1-3/+2
2013-12-16iommu/arm-smmu: add devices attached to the SMMU to an IOMMU groupGravatar Antonios Motakis 1-1/+18
2013-12-06iommu/arm-smmu: fix error return code in arm_smmu_device_dt_probe()Gravatar Wei Yongjun 1-0/+1
2013-12-06iommu/arm-smmu: remove potential NULL dereference on mapping pathGravatar Will Deacon 1-2/+1
2013-12-06iommu/arm-smmu: use mutex instead of spinlock for locking page tablesGravatar Will Deacon 1-36/+26
2013-11-15Merge tag 'iommu-updates-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-32/+37
2013-11-15iommu/arm-smmu: handle pgtable_page_ctor() failGravatar Kirill A. Shutemov 1-1/+4
2013-10-09iommu/arm-smmu: Clear global and context bank fault status registersGravatar Andreas Herrmann 1-11/+20
2013-10-09iommu/arm-smmu: Print context fault informationGravatar Andreas Herrmann 1-0/+3
2013-10-09iommu/arm-smmu: Check for num_context_irqs > 0 to avoid divide by zero exceptionGravatar Andreas Herrmann 1-5/+4
2013-10-09iommu/arm-smmu: Refine check for proper size of mapped regionGravatar Andreas Herrmann 1-5/+4
2013-10-09iommu/arm-smmu: Switch to subsys_initcall for driver registrationGravatar Andreas Herrmann 1-1/+1
2013-10-09iommu/arm-smmu: use relaxed accessors where possibleGravatar Will Deacon 1-3/+3
2013-10-09iommu/arm-smmu: replace devm_request_and_ioremap by devm_ioremap_resourceGravatar Julia Lawall 1-8/+3
2013-09-17iommu/arm-smmu: don't enable SMMU device until probing has completedGravatar Will Deacon 1-2/+2
2013-09-17iommu/arm-smmu: fix iommu_present() test in initGravatar Dan Carpenter 1-2/+2
2013-09-17iommu/arm-smmu: fix a signedness bugGravatar Dan Carpenter 1-2/+3
2013-08-14iommu/arm-smmu: Simplify VMID and ASID allocationGravatar Will Deacon 1-22/+11
2013-08-14iommu/arm-smmu: Don't use VMIDs for stage-1 translationsGravatar Will Deacon 1-13/+46
2013-08-14iommu/arm-smmu: Tighten up global fault reportingGravatar Will Deacon 1-2/+5
2013-08-14iommu/arm-smmu: Remove broken big-endian checkGravatar Will Deacon 1-6/+0
2013-06-25iommu/arm: Add support for ARM Ltd. System MMU architectureGravatar Will Deacon 1-0/+1969