aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-4/+4
2017-11-14Merge tag 'iommu-v4.15-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 17-615/+970
2017-11-13Merge branches 'iommu/arm/smmu', 'iommu/updates', 'iommu/vt-d', 'iommu/ipmmu-...Gravatar Alex Williamson 20-559/+849
2017-11-07Merge branch 'linus' into x86/apic, to resolve conflictsGravatar Ingo Molnar 7-5/+13
2017-11-06iommu/iova: Use raw_cpu_ptr() instead of get_cpu_ptr() for ->fqGravatar Sebastian Andrzej Siewior 1-3/+1
2017-11-06iommu/mediatek: Fix driver nameGravatar Matthias Brugger 1-1/+1
2017-11-06iommu/ipmmu-vmsa: Hook up r8a7795 DT matching codeGravatar Magnus Damm 1-0/+29
2017-11-06iommu/ipmmu-vmsa: Allow two bit SL0Gravatar Magnus Damm 1-1/+13
2017-11-06iommu/ipmmu-vmsa: Make IMBUSCTR setup optionalGravatar Magnus Damm 1-3/+6
2017-11-06iommu/ipmmu-vmsa: Write IMCTR twiceGravatar Magnus Damm 1-21/+35
2017-11-06iommu/ipmmu-vmsa: IPMMU device is 40-bit bus masterGravatar Magnus Damm 1-0/+1
2017-11-06iommu/ipmmu-vmsa: Make use of IOMMU_OF_DECLARE()Gravatar Magnus Damm 1-9/+41
2017-11-06iommu/ipmmu-vmsa: Enable multi context supportGravatar Magnus Damm 1-8/+22
2017-11-06iommu/ipmmu-vmsa: Add optional root device featureGravatar Magnus Damm 1-17/+73
2017-11-06iommu/ipmmu-vmsa: Introduce features, break out aliasGravatar Magnus Damm 1-7/+24
2017-11-06iommu/ipmmu-vmsa: Unify ipmmu_opsGravatar Robin Murphy 1-50/+19
2017-11-06iommu/ipmmu-vmsa: Clean up struct ipmmu_vmsa_iommu_privGravatar Robin Murphy 1-24/+12
2017-11-06iommu/ipmmu-vmsa: Simplify group allocationGravatar Robin Murphy 1-44/+9
2017-11-06iommu/ipmmu-vmsa: Unify domain alloc/freeGravatar Robin Murphy 1-41/+24
2017-11-06iommu/ipmmu-vmsa: Fix return value check in ipmmu_find_group_dma()Gravatar weiyongjun (A) 1-1/+1
2017-11-03iommu/vt-d: Clear pasid table entry when memory unboundGravatar Lu Baolu 1-0/+2
2017-11-03iommu/vt-d: Clear Page Request Overflow fault bitGravatar Lu Baolu 1-1/+2
2017-11-03iommu/vt-d: Missing checks for pasid tables if allocation failsGravatar Lu Baolu 1-1/+1
2017-11-03iommu/amd: Limit the IOVA page range to the specified addressesGravatar Gary R Hook 1-1/+1
2017-11-03iommu: qcom: wire up fault handlerGravatar Rob Clark 1-5/+13
2017-11-03iommu/amd: remove unused variable flush_addrGravatar Colin Ian King 1-2/+0
2017-11-03iommu/amd: Fix alloc_irq_index() incrementGravatar Alex Williamson 1-3/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 5-0/+5
2017-10-20iommu/arm-smmu-v3: Use burst-polling for sync completionGravatar Robin Murphy 1-2/+6
2017-10-20iommu/arm-smmu-v3: Consolidate identical timeoutsGravatar Will Deacon 1-11/+13
2017-10-20iommu/arm-smmu-v3: Split arm_smmu_cmdq_issue_sync in halfGravatar Will Deacon 1-12/+35
2017-10-20iommu/arm-smmu-v3: Use CMD_SYNC completion MSIGravatar Robin Murphy 1-2/+49
2017-10-20iommu/arm-smmu-v3: Forget about cmdq-sync interruptGravatar Robin Murphy 1-23/+1
2017-10-20iommu/arm-smmu-v3: Specialise CMD_SYNC handlingGravatar Robin Murphy 1-18/+34
2017-10-20iommu/arm-smmu-v3: Correct COHACC override messageGravatar Robin Murphy 1-1/+1
2017-10-20iommu/arm-smmu-v3: Avoid ILLEGAL setting of STE.S1STALLD and CD.SGravatar Yisheng Xie 1-3/+12
2017-10-20iommu/arm-smmu: Enable bypass transaction caching for ARM SMMU 500Gravatar Feng Kan 1-1/+2
2017-10-20iommu/arm-smmu-v3: Ensure we sync STE when only changing config fieldGravatar Will Deacon 1-1/+5
2017-10-20iommu/arm-smmu: Remove ACPICA workaroundsGravatar Robin Murphy 2-18/+1
2017-10-13Merge branches 'iommu/fixes', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d'...Gravatar Joerg Roedel 15-309/+506
2017-10-13iommu/amd: Finish TLB flush in amd_iommu_unmap()Gravatar Joerg Roedel 1-0/+1
2017-10-12iommu/iova: Make rcache flush optional on IOVA allocation failureGravatar Tomasz Nowicki 4-11/+16
2017-10-12Merge branch 'irq/urgent' into x86/apicGravatar Thomas Gleixner 3-6/+7
2017-10-12iommu/exynos: Remove initconst attribute to avoid potential kernel oopsGravatar Marek Szyprowski 1-1/+1
2017-10-10iommu/amd: Do not disable SWIOTLB if SME is activeGravatar Tom Lendacky 1-4/+6
2017-10-10iommu/amd: Enforce alignment for MSI IRQsGravatar Joerg Roedel 1-1/+3
2017-10-10iommu/amd: Add align parameter to alloc_irq_index()Gravatar Joerg Roedel 1-8/+14
2017-10-10iommu/vt-d: Delete unnecessary check in domain_context_mapping_one()Gravatar Christos Gkekas 1-1/+1
2017-10-06iommu/vt-d: Don't register bus-notifier under dmar_global_lockGravatar Joerg Roedel 2-2/+15
2017-10-02iommu/io-pgtable-arm-v7s: Convert to IOMMU API TLB syncGravatar Robin Murphy 3-6/+23