aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/arm-smmu.c
AgeCommit message (Expand)Author
2014-02-20arm/smmu: Use irqsafe spinlock for domain lockJoerg Roedel
2014-02-10iommu/arm-smmu: fix compilation issue when !CONFIG_ARM_AMBAWill Deacon
2014-02-10iommu/arm-smmu: set CBARn.BPSHCFG to NSH for s1-s2-bypass contextsWill Deacon
2014-02-10iommu/arm-smmu: fix table flushing during initial allocationsWill Deacon
2014-02-10iommu/arm-smmu: really fix page table lockingWill Deacon
2014-02-10iommu/arm-smmu: fix pud/pmd entry fill sequenceYifan Zhang
2013-12-16iommu/arm-smmu: add support for IOMMU_EXECWill Deacon
2013-12-16iommu/arm-smmu: use VA_BITS to determine arm64 virtual address spaceWill Deacon
2013-12-16iommu/arm-smmu: add devices attached to the SMMU to an IOMMU groupAntonios Motakis
2013-12-06iommu/arm-smmu: fix error return code in arm_smmu_device_dt_probe()Wei Yongjun
2013-12-06iommu/arm-smmu: remove potential NULL dereference on mapping pathWill Deacon
2013-12-06iommu/arm-smmu: use mutex instead of spinlock for locking page tablesWill Deacon
2013-11-15Merge tag 'iommu-updates-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-11-15iommu/arm-smmu: handle pgtable_page_ctor() failKirill A. Shutemov
2013-10-09iommu/arm-smmu: Clear global and context bank fault status registersAndreas Herrmann
2013-10-09iommu/arm-smmu: Print context fault informationAndreas Herrmann
2013-10-09iommu/arm-smmu: Check for num_context_irqs > 0 to avoid divide by zero exceptionAndreas Herrmann
2013-10-09iommu/arm-smmu: Refine check for proper size of mapped regionAndreas Herrmann
2013-10-09iommu/arm-smmu: Switch to subsys_initcall for driver registrationAndreas Herrmann
2013-10-09iommu/arm-smmu: use relaxed accessors where possibleWill Deacon
2013-10-09iommu/arm-smmu: replace devm_request_and_ioremap by devm_ioremap_resourceJulia Lawall
2013-09-17iommu/arm-smmu: don't enable SMMU device until probing has completedWill Deacon
2013-09-17iommu/arm-smmu: fix iommu_present() test in initDan Carpenter
2013-09-17iommu/arm-smmu: fix a signedness bugDan Carpenter
2013-08-14iommu/arm-smmu: Simplify VMID and ASID allocationWill Deacon
2013-08-14iommu/arm-smmu: Don't use VMIDs for stage-1 translationsWill Deacon
2013-08-14iommu/arm-smmu: Tighten up global fault reportingWill Deacon
2013-08-14iommu/arm-smmu: Remove broken big-endian checkWill Deacon
2013-06-25iommu/arm: Add support for ARM Ltd. System MMU architectureWill Deacon