aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/arm-smmu.c
Commit message (Expand)AuthorAge
*---. Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an...Joerg Roedel2014-10-02
|\ \ \
| | | * iommu: Make of_device_id array constKiran Padwal2014-09-25
| | | * iommu/arm-smmu: Convert to iommu_capable() API functionJoerg Roedel2014-09-25
| |_|/ |/| |
| | * iommu/arm-smmu: fix bug in pmd constructionMitchel Humpherys2014-09-22
| | * iommu/arm-smmu: support MMU-401Robin Murphy2014-09-16
| | * iommu/arm-smmu: fix architecture version detectionRobin Murphy2014-09-16
| | * iommu/arm-smmu: don't bother truncating the s1 output size to VA_BITSWill Deacon2014-09-16
| | * iommu/arm-smmu: use page shift instead of page size to avoid divisionWill Deacon2014-09-16
| | * iommu/arm-smmu: put iommu_domain pointer in dev->archdata.iommuWill Deacon2014-09-16
| | * iommu/arm-smmu: add support for multi-master iommu groupsWill Deacon2014-09-16
| | * iommu/arm-smmu: allow translation stage to be forced on the cmdlineWill Deacon2014-09-16
| |/ |/|
* | iommu/arm-smmu: fix corner cases in address size calculationsWill Deacon2014-09-02
* | iommu/arm-smmu: fix decimal printf format specifiers prefixed with 0xHans Wennborg2014-09-02
* | iommu/arm-smmu: Do not access non-existing S2CR registersOlav Haugan2014-09-02
* | iommu/arm-smmu: fix s2cr and smr teardown on device detach from domainWill Deacon2014-09-02
* | iommu/arm-smmu: remove pgtable_page_{c,d}tor()Vladimir Murzin2014-09-01
* | iommu/arm-smmu: fix programming of SMMU_CBn_TCR for stage 1Olav Haugan2014-09-01
* | iommu/arm-smmu: avoid calling request_irq in atomic contextMitchel Humpherys2014-09-01
|/
*-. Merge branches 'x86/vt-d', 'x86/amd', 'arm/omap', 'ppc/pamu', 'arm/smmu', 'ar...Joerg Roedel2014-07-31
|\ \
| | * iommu/arm-smmu: fix some checkpatch issuesMitchel Humpherys2014-07-09
| | * iommu/arm-smmu: fix capability checking prior to device attachWill Deacon2014-07-04
| | * iommu/arm-smmu: prefer stage-1 mappings where we have a choiceWill Deacon2014-07-03
| | * iommu/arm-smmu: remove support for chained SMMUsWill Deacon2014-07-03
| | * iommu/arm-smmu: caps: add IOMMU_CAP_INTR_REMAP capabilityWill Deacon2014-07-03
| | * iommu/arm-smmu: add support for PCI master devicesWill Deacon2014-07-03
| | * iommu/arm-smmu: fix calculation of TCR.T0SZWill Deacon2014-07-02
| |/
* / iommu: Constify struct iommu_opsThierry Reding2014-07-07
|/
* iommu/arm-smmu: fix incorrect use of S2CR_TYPE_SHIFTKefeng Wang2014-05-02
* iommu/arm-smmu: allow 42-bit stage-1 output size with 64K pagesWill Deacon2014-05-02
* iommu/arm-smmu: fix panic in arm_smmu_alloc_init_pteBin Wang2014-04-15
* iommu/arm-smmu: Return 0 on unmap failureLaurent Pinchart2014-04-15
* iommu/arm-smmu: fix incorrect comment regarding TLB invalidationWill Deacon2014-02-27
* iommu/arm-smmu: provide option to dsb macro when publishing tablesWill Deacon2014-02-24
* iommu/arm-smmu: clean up use of `flags' in page table handling codeWill Deacon2014-02-24
* iommu/arm-smmu: support buggy implementations with secure cfg accessesAndreas Herrmann2014-02-24
* iommu/arm-smmu: set MAX_MASTER_STREAMIDS to MAX_PHANDLE_ARGSAndreas Herrmann2014-02-24
* arm/smmu: Use irqsafe spinlock for domain lockJoerg Roedel2014-02-20
* iommu/arm-smmu: fix compilation issue when !CONFIG_ARM_AMBAWill Deacon2014-02-10
* iommu/arm-smmu: set CBARn.BPSHCFG to NSH for s1-s2-bypass contextsWill Deacon2014-02-10
* iommu/arm-smmu: fix table flushing during initial allocationsWill Deacon2014-02-10
* iommu/arm-smmu: really fix page table lockingWill Deacon2014-02-10
* iommu/arm-smmu: fix pud/pmd entry fill sequenceYifan Zhang2014-02-10
* iommu/arm-smmu: add support for IOMMU_EXECWill Deacon2013-12-16
* iommu/arm-smmu: use VA_BITS to determine arm64 virtual address spaceWill Deacon2013-12-16
* iommu/arm-smmu: add devices attached to the SMMU to an IOMMU groupAntonios Motakis2013-12-16
* iommu/arm-smmu: fix error return code in arm_smmu_device_dt_probe()Wei Yongjun2013-12-06
* iommu/arm-smmu: remove potential NULL dereference on mapping pathWill Deacon2013-12-06
* iommu/arm-smmu: use mutex instead of spinlock for locking page tablesWill Deacon2013-12-06
* Merge tag 'iommu-updates-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-15
|\
| * iommu/arm-smmu: Clear global and context bank fault status registersAndreas Herrmann2013-10-09