summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/arm-smmu.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'x86/vt-d', 'x86/amd', 'arm/omap', 'ppc/pamu', 'arm/smmu', 'ar...Joerg Roedel2014-07-311-253/+240Star
|\ \
| | * iommu/arm-smmu: fix some checkpatch issuesMitchel Humpherys2014-07-091-22/+37
| | * iommu/arm-smmu: fix capability checking prior to device attachWill Deacon2014-07-041-1/+2
| | * iommu/arm-smmu: prefer stage-1 mappings where we have a choiceWill Deacon2014-07-031-4/+4
| | * iommu/arm-smmu: remove support for chained SMMUsWill Deacon2014-07-031-186/+77Star
| | * iommu/arm-smmu: caps: add IOMMU_CAP_INTR_REMAP capabilityWill Deacon2014-07-031-5/+9
| | * iommu/arm-smmu: add support for PCI master devicesWill Deacon2014-07-031-86/+160
| | * iommu/arm-smmu: fix calculation of TCR.T0SZWill Deacon2014-07-021-1/+3
| |/
* / iommu: Constify struct iommu_opsThierry Reding2014-07-071-1/+1
|/
* iommu/arm-smmu: fix incorrect use of S2CR_TYPE_SHIFTKefeng Wang2014-05-021-1/+1
* iommu/arm-smmu: allow 42-bit stage-1 output size with 64K pagesWill Deacon2014-05-021-1/+1
* iommu/arm-smmu: fix panic in arm_smmu_alloc_init_pteBin Wang2014-04-151-1/+1
* iommu/arm-smmu: Return 0 on unmap failureLaurent Pinchart2014-04-151-1/+1
* iommu/arm-smmu: fix incorrect comment regarding TLB invalidationWill Deacon2014-02-271-3/+2Star
* iommu/arm-smmu: provide option to dsb macro when publishing tablesWill Deacon2014-02-241-1/+1
* iommu/arm-smmu: clean up use of `flags' in page table handling codeWill Deacon2014-02-241-19/+19
* iommu/arm-smmu: support buggy implementations with secure cfg accessesAndreas Herrmann2014-02-241-10/+48
* iommu/arm-smmu: set MAX_MASTER_STREAMIDS to MAX_PHANDLE_ARGSAndreas Herrmann2014-02-241-1/+1
* arm/smmu: Use irqsafe spinlock for domain lockJoerg Roedel2014-02-201-5/+7
* iommu/arm-smmu: fix compilation issue when !CONFIG_ARM_AMBAWill Deacon2014-02-101-0/+2
* iommu/arm-smmu: set CBARn.BPSHCFG to NSH for s1-s2-bypass contextsWill Deacon2014-02-101-4/+12
* iommu/arm-smmu: fix table flushing during initial allocationsWill Deacon2014-02-101-24/+27
* iommu/arm-smmu: really fix page table lockingWill Deacon2014-02-101-10/+10
* iommu/arm-smmu: fix pud/pmd entry fill sequenceYifan Zhang2014-02-101-4/+10
* iommu/arm-smmu: add support for IOMMU_EXECWill Deacon2013-12-161-3/+6
* iommu/arm-smmu: use VA_BITS to determine arm64 virtual address spaceWill Deacon2013-12-161-3/+2Star
* iommu/arm-smmu: add devices attached to the SMMU to an IOMMU groupAntonios Motakis2013-12-161-1/+18
* iommu/arm-smmu: fix error return code in arm_smmu_device_dt_probe()Wei Yongjun2013-12-061-0/+1
* iommu/arm-smmu: remove potential NULL dereference on mapping pathWill Deacon2013-12-061-2/+1Star
* iommu/arm-smmu: use mutex instead of spinlock for locking page tablesWill Deacon2013-12-061-36/+26Star
* Merge tag 'iommu-updates-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-151-32/+37
|\
| * iommu/arm-smmu: Clear global and context bank fault status registersAndreas Herrmann2013-10-091-11/+20
| * iommu/arm-smmu: Print context fault informationAndreas Herrmann2013-10-091-0/+3
| * iommu/arm-smmu: Check for num_context_irqs > 0 to avoid divide by zero exceptionAndreas Herrmann2013-10-091-5/+4Star
| * iommu/arm-smmu: Refine check for proper size of mapped regionAndreas Herrmann2013-10-091-5/+4Star
| * iommu/arm-smmu: Switch to subsys_initcall for driver registrationAndreas Herrmann2013-10-091-1/+1
| * iommu/arm-smmu: use relaxed accessors where possibleWill Deacon2013-10-091-3/+3
| * iommu/arm-smmu: replace devm_request_and_ioremap by devm_ioremap_resourceJulia Lawall2013-10-091-8/+3Star
* | iommu/arm-smmu: handle pgtable_page_ctor() failKirill A. Shutemov2013-11-151-1/+4
|/
* iommu/arm-smmu: don't enable SMMU device until probing has completedWill Deacon2013-09-171-2/+2
* iommu/arm-smmu: fix iommu_present() test in initDan Carpenter2013-09-171-2/+2
* iommu/arm-smmu: fix a signedness bugDan Carpenter2013-09-171-2/+3
* iommu/arm-smmu: Simplify VMID and ASID allocationWill Deacon2013-08-141-22/+11Star
* iommu/arm-smmu: Don't use VMIDs for stage-1 translationsWill Deacon2013-08-141-13/+46
* iommu/arm-smmu: Tighten up global fault reportingWill Deacon2013-08-141-2/+5
* iommu/arm-smmu: Remove broken big-endian checkWill Deacon2013-08-141-6/+0Star
* iommu/arm: Add support for ARM Ltd. System MMU architectureWill Deacon2013-06-251-0/+1969