summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/arm-smmu-v3.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branches 'iommu/arm/smmu', 'iommu/updates', 'iommu/vt-d', 'iommu/ipmmu-...Alex Williamson2017-11-131-0/+10
|\
| * iommu/io-pgtable-arm: Convert to IOMMU API TLB syncRobin Murphy2017-10-021-0/+10
* | iommu/arm-smmu-v3: Use burst-polling for sync completionRobin Murphy2017-10-201-2/+6
* | iommu/arm-smmu-v3: Consolidate identical timeoutsWill Deacon2017-10-201-11/+13
* | iommu/arm-smmu-v3: Split arm_smmu_cmdq_issue_sync in halfWill Deacon2017-10-201-12/+35
* | iommu/arm-smmu-v3: Use CMD_SYNC completion MSIRobin Murphy2017-10-201-2/+49
* | iommu/arm-smmu-v3: Forget about cmdq-sync interruptRobin Murphy2017-10-201-23/+1
* | iommu/arm-smmu-v3: Specialise CMD_SYNC handlingRobin Murphy2017-10-201-18/+34
* | iommu/arm-smmu-v3: Correct COHACC override messageRobin Murphy2017-10-201-1/+1
* | iommu/arm-smmu-v3: Avoid ILLEGAL setting of STE.S1STALLD and CD.SYisheng Xie2017-10-201-3/+12
* | iommu/arm-smmu-v3: Ensure we sync STE when only changing config fieldWill Deacon2017-10-201-1/+5
* | iommu/arm-smmu: Remove ACPICA workaroundsRobin Murphy2017-10-201-10/+1
|/
* iommu/arm-smmu-v3: Implement shutdown methodNate Watterson2017-08-161-0/+7
* iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #126Geetha Sowjanya2017-06-231-24/+70
* iommu/arm-smmu-v3: Enable ACPI based HiSilicon CMD_PREFETCH quirk(erratum 161...shameer2017-06-231-1/+11
* iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #74Linu Cherian2017-06-231-18/+50
* iommu/arm-smmu-v3, acpi: Add temporary Cavium SMMU-V3 IORT model number defin...Robert Richter2017-06-231-0/+5
* iommu/arm-smmu-v3: Remove io-pgtable spinlockRobin Murphy2017-06-231-27/+6
* iommu/io-pgtable: Introduce explicit coherencyRobin Murphy2017-06-231-0/+3
* iommu: arm-smmu: Handle return of iommu_device_register.Arvind Yadav2017-06-231-0/+4
* iommu: arm-smmu-v3: make of_device_ids constArvind Yadav2017-06-231-1/+1
* iommu/arm-smmu-v3: Increase CMDQ drain timeout valueSunil Goutham2017-06-231-2/+10
*---. Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm...Joerg Roedel2017-05-041-75/+54
|\ \ \
| | | * iommu/arm-smmu: Clean up early-probing workaroundsRobin Murphy2017-04-201-44/+2
| | | * iommu/dma: Make PCI window reservation genericRobin Murphy2017-03-221-0/+2
| | |/ | |/|
| | * iommu/arm-smmu: Return IOVA in iova_to_phys when SMMU is bypassedSunil Goutham2017-04-261-0/+3
| | * iommu/arm-smmu-v3: Install bypass STEs for IOMMU_DOMAIN_IDENTITY domainsWill Deacon2017-04-061-21/+37
| | * iommu/arm-smmu-v3: Make arm_smmu_install_ste_for_dev return voidWill Deacon2017-04-061-9/+3
| | * iommu/arm-smmu: Restrict domain attributes to UNMANAGED domainsWill Deacon2017-04-061-0/+6
| |/
| * iommu: Disambiguate MSI region typesRobin Murphy2017-03-221-1/+1
|/
*-----. Merge branches 'iommu/fixes', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'arm/m...Joerg Roedel2017-02-101-29/+61
|\ \ \ \
| | | | * iommu: Remove iommu_register_instance interfaceJoerg Roedel2017-02-101-2/+0
| | | | * iommu/arm-smmu: Make use of the iommu_register interfaceJoerg Roedel2017-02-101-1/+21
| |_|_|/ |/| | |
| | | * Merge branch 'iommu/iommu-priv' of git://git.kernel.org/pub/scm/linux/kernel/...Joerg Roedel2017-01-301-6/+1
| | | |\
| | | | * Revert "iommu/arm-smmu: Set PRIVCFG in stage 1 STEs"Robin Murphy2017-01-191-6/+1
| |_|_|/ |/| | |
| | | * iommu/arm-smmu: Do not advertise IOMMU_CAP_INTR_REMAP anymoreEric Auger2017-01-231-2/+0
| | | * iommu/arm-smmu-v3: Implement reserved region get/put callbacksEric Auger2017-01-231-0/+28
| |_|/ |/| |
| | * iommu/arm-smmu-v3: limit use of 2-level stream tablesNate Watterson2017-01-261-11/+10
| | * iommu/arm-smmu-v3: Clear prior settings when updating STEsNate Watterson2017-01-261-8/+2
| |/ |/|
* | iommu/arm-smmu-v3: Add IORT configurationLorenzo Pieralisi2016-11-291-1/+48
* | iommu/arm-smmu-v3: Split probe functions into DT/generic portionsLorenzo Pieralisi2016-11-291-16/+27
* | iommu/arm-smmu-v3: Convert struct device of_node to fwnode usageLorenzo Pieralisi2016-11-291-5/+7
* | iommu/arm-smmu: Constify iommu_gather_ops structuresBhumika Goyal2016-11-291-1/+1
* | iommu/arm-smmu: Don't inadvertently reject multiple SMMUv3sRobin Murphy2016-11-081-8/+17
|/
* iommu/arm-smmu: Set domain geometryRobin Murphy2016-09-161-0/+2
* iommu/arm-smmu: Set PRIVCFG in stage 1 STEsRobin Murphy2016-09-161-1/+6
* iommu/arm-smmu: Support non-PCI devices with SMMUv3Robin Murphy2016-09-161-6/+31
* iommu/arm-smmu: Implement of_xlate() for SMMUv3Robin Murphy2016-09-161-170/+128
* iommu/arm-smmu: Fall back to global bypassRobin Murphy2016-09-161-4/+44
* iommu/arm-smmu: Disable interrupts whilst holding the cmdq lockWill Deacon2016-09-161-2/+3
OpenPOWER on IntegriCloud