aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/ipmmu-vmsa.c
AgeCommit message (Expand)AuthorFilesLines
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-10-02iommu/io-pgtable-arm: Convert to IOMMU API TLB syncGravatar Robin Murphy 1-0/+10
2017-08-30iommu/ipmmu-vmsa: Make ipmmu_gather_ops constGravatar Bhumika Goyal 1-1/+1
2017-08-30iommu/ipmmu-vmsa: Rereserving a free context before setting up a pagetableGravatar Oleksandr Tyshchenko 1-21/+21
2017-08-22iommu/ipmmu-vmsa: Use iommu_device_sysfs_add()/remove()Gravatar Magnus Damm 1-0/+6
2017-07-26iommu/ipmmu-vmsa: Clean up device trackingGravatar Robin Murphy 1-12/+0
2017-07-26iommu/ipmmu-vmsa: Replace local utlb code with fwspec idsGravatar Magnus Damm 1-85/+19
2017-07-26iommu/ipmmu-vmsa: Use fwspec on both 32 and 64-bit ARMGravatar Robin Murphy 1-18/+3
2017-07-26iommu/ipmmu-vmsa: Consistent ->of_xlate() handlingGravatar Magnus Damm 1-34/+17
2017-07-26iommu/ipmmu-vmsa: Use iommu_device_register()/unregister()Gravatar Magnus Damm 1-0/+10
2017-05-17iommu/ipmmu-vmsa: Fix pgsize_bitmap semicolon typoGravatar Magnus Damm 1-1/+1
2017-05-17iommu/ipmmu-vmsa: Use fwspec iommu_priv on ARM64Gravatar Magnus Damm 1-39/+58
2017-05-17iommu/ipmmu-vmsa: Add new IOMMU_DOMAIN_DMA opsGravatar Magnus Damm 1-9/+155
2017-05-17iommu/ipmmu-vmsa: Break out domain allocation codeGravatar Magnus Damm 1-4/+9
2017-05-17iommu/ipmmu-vmsa: Break out utlb parsing codeGravatar Magnus Damm 1-23/+41
2017-05-17iommu/ipmmu-vmsa: Rework interrupt code and use bitmap for contextGravatar Magnus Damm 1-10/+66
2017-05-17iommu/ipmmu-vmsa: Remove platform data handlingGravatar Magnus Damm 1-5/+0
2017-02-06iommu/ipmmu-vmsa: Restrict IOMMU Domain Geometry to 32-bit address spaceGravatar Geert Uytterhoeven 1-0/+2
2016-09-05iommu/ipmmu-vmsa: Fix wrong error handle of ipmmu_add_deviceGravatar Shawn Lin 1-1/+1
2016-01-19Merge branches 's390', 'arm/renesas', 'arm/msm', 'arm/shmobile', 'arm/smmu', ...Gravatar Joerg Roedel 1-2/+2
2015-12-28iommu/ipmmu-vmsa: Don't truncate ttbr if LPAE is not enabledGravatar Geert Uytterhoeven 1-1/+1
2015-12-17iommu/io-pgtable: Indicate granule for TLB maintenanceGravatar Robin Murphy 1-2/+2
2015-08-06iommu/ipmmu-vmsa: Clean up DMA API usageGravatar Robin Murphy 1-14/+5
2015-04-02Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' ...Gravatar Joerg Roedel 1-18/+23
2015-03-31iommu/ipmmu-vmsa: Make use of domain_alloc and domain_freeGravatar Joerg Roedel 1-18/+23
2015-03-23iommu: ipmmu-vmsa: Add terminating entry for ipmmu_of_idsGravatar Axel Lin 1-0/+1
2015-01-30iommu/ipmmu-vmsa: Fix IOMMU lookup when multiple IOMMUs are registeredGravatar Laurent Pinchart 1-28/+21
2015-01-26iommu/ipmmu-vmsa: Use the ARM LPAE page table allocatorGravatar Laurent Pinchart 1-494/+60
2015-01-16iommu/ipmmu-vmsa: Remove platform data supportGravatar Laurent Pinchart 1-24/+0
2015-01-16iommu/ipmmu-vmsa: Support multiple micro TLBs per deviceGravatar Laurent Pinchart 1-29/+86
2015-01-16iommu/ipmmu-vmsa: Add device tree supportGravatar Laurent Pinchart 1-8/+47
2015-01-16iommu/ipmmu-vmsa: Invalidate TLB after unmappingGravatar Laurent Pinchart 1-3/+1
2015-01-16iommu/ipmmu-vmsa: Flush P[UM]D entry before freeing the child page tableGravatar Laurent Pinchart 1-8/+11
2015-01-16iommu/ipmmu-vmsa: Cleanup failures of ARM mapping creation or attachmentGravatar Laurent Pinchart 1-1/+3
2015-01-05iommu/ipmmu-vmsa: Change IOMMU_EXEC to IOMMU_NOEXECGravatar Laurent Pinchart 1-3/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-12-02Merge branches 'arm/omap', 'arm/msm', 'arm/rockchip', 'arm/renesas', 'arm/smm...Gravatar Joerg Roedel 1-1/+2