summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/ipmmu-vmsa.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-241-13/+46
|\
| *-. Merge branches 'arm/shmobile', 'arm/renesas', 'arm/msm', 'arm/smmu', 'arm/oma...Joerg Roedel2018-08-081-13/+50
| |\ \
| | | * iommu: Remove the ->map_sg indirectionChristoph Hellwig2018-08-081-1/+0Star
| | |/ | |/|
| | * iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU-VMSADmitry Osipenko2018-07-271-0/+7
| | * iommu/ipmmu-vmsa: Fix allocation in atomic contextGeert Uytterhoeven2018-07-271-5/+4Star
| | * iommu/ipmmu-vmsa: IMUCTRn.TTSEL needs a special usage on R-Car Gen3Yoshihiro Shimoda2018-07-201-0/+8
| | * iommu/ipmmu-vmsa: Hook up R8A77965 DT matching codeJacopo Mondi2018-07-061-0/+5
| | * iommu/ipmmu-vmsa: Hook up r8a779(70|95) DT matching codeSimon Horman2018-07-061-0/+10
| | * iommu/ipmmu-vmsa: Hook up r8a7796 DT matching codeMagnus Damm2018-07-061-4/+9
| | * iommu/ipmmu-vmsa: Increase maximum micro-TLBS to 48Magnus Damm2018-07-061-3/+7
| |/
* / iommu: Remove IOMMU_OF_DECLARERob Herring2018-07-101-3/+0Star
|/
* iommu: Clean up of_iommu_init_fnRobin Murphy2018-01-171-2/+2
* iommu/ipmmu-vmsa: Remove redundant of_iommu_init_fn hookRobin Murphy2018-01-171-12/+2Star
* iommu/ipmmu-vmsa: Hook up r8a7795 DT matching codeMagnus Damm2017-11-061-0/+29
* iommu/ipmmu-vmsa: Allow two bit SL0Magnus Damm2017-11-061-1/+13
* iommu/ipmmu-vmsa: Make IMBUSCTR setup optionalMagnus Damm2017-11-061-3/+6
* iommu/ipmmu-vmsa: Write IMCTR twiceMagnus Damm2017-11-061-21/+35
* iommu/ipmmu-vmsa: IPMMU device is 40-bit bus masterMagnus Damm2017-11-061-0/+1
* iommu/ipmmu-vmsa: Make use of IOMMU_OF_DECLARE()Magnus Damm2017-11-061-9/+41
* iommu/ipmmu-vmsa: Enable multi context supportMagnus Damm2017-11-061-8/+22
* iommu/ipmmu-vmsa: Add optional root device featureMagnus Damm2017-11-061-17/+73
* iommu/ipmmu-vmsa: Introduce features, break out aliasMagnus Damm2017-11-061-7/+24
* iommu/ipmmu-vmsa: Unify ipmmu_opsRobin Murphy2017-11-061-50/+19Star
* iommu/ipmmu-vmsa: Clean up struct ipmmu_vmsa_iommu_privRobin Murphy2017-11-061-24/+12Star
* iommu/ipmmu-vmsa: Simplify group allocationRobin Murphy2017-11-061-44/+9Star
* iommu/ipmmu-vmsa: Unify domain alloc/freeRobin Murphy2017-11-061-41/+24Star
* iommu/ipmmu-vmsa: Fix return value check in ipmmu_find_group_dma()weiyongjun (A)2017-11-061-1/+1
* iommu/io-pgtable-arm: Convert to IOMMU API TLB syncRobin Murphy2017-10-021-0/+10
* iommu/ipmmu-vmsa: Make ipmmu_gather_ops constBhumika Goyal2017-08-301-1/+1
* iommu/ipmmu-vmsa: Rereserving a free context before setting up a pagetableOleksandr Tyshchenko2017-08-301-21/+21
* iommu/ipmmu-vmsa: Use iommu_device_sysfs_add()/remove()Magnus Damm2017-08-221-0/+6
* iommu/ipmmu-vmsa: Clean up device trackingRobin Murphy2017-07-261-12/+0Star
* iommu/ipmmu-vmsa: Replace local utlb code with fwspec idsMagnus Damm2017-07-261-85/+19Star
* iommu/ipmmu-vmsa: Use fwspec on both 32 and 64-bit ARMRobin Murphy2017-07-261-18/+3Star
* iommu/ipmmu-vmsa: Consistent ->of_xlate() handlingMagnus Damm2017-07-261-34/+17Star
* iommu/ipmmu-vmsa: Use iommu_device_register()/unregister()Magnus Damm2017-07-261-0/+10
* iommu/ipmmu-vmsa: Fix pgsize_bitmap semicolon typoMagnus Damm2017-05-171-1/+1
* iommu/ipmmu-vmsa: Use fwspec iommu_priv on ARM64Magnus Damm2017-05-171-39/+58
* iommu/ipmmu-vmsa: Add new IOMMU_DOMAIN_DMA opsMagnus Damm2017-05-171-9/+155
* iommu/ipmmu-vmsa: Break out domain allocation codeMagnus Damm2017-05-171-4/+9
* iommu/ipmmu-vmsa: Break out utlb parsing codeMagnus Damm2017-05-171-23/+41
* iommu/ipmmu-vmsa: Rework interrupt code and use bitmap for contextMagnus Damm2017-05-171-10/+66
* iommu/ipmmu-vmsa: Remove platform data handlingMagnus Damm2017-05-171-5/+0Star
* iommu/ipmmu-vmsa: Restrict IOMMU Domain Geometry to 32-bit address spaceGeert Uytterhoeven2017-02-061-0/+2
* iommu/ipmmu-vmsa: Fix wrong error handle of ipmmu_add_deviceShawn Lin2016-09-051-1/+1
*-. Merge branches 's390', 'arm/renesas', 'arm/msm', 'arm/shmobile', 'arm/smmu', ...Joerg Roedel2016-01-191-2/+2
|\ \
| | * iommu/io-pgtable: Indicate granule for TLB maintenanceRobin Murphy2015-12-171-2/+2
| |/
* / iommu/ipmmu-vmsa: Don't truncate ttbr if LPAE is not enabledGeert Uytterhoeven2015-12-281-1/+1
|/
* iommu/ipmmu-vmsa: Clean up DMA API usageRobin Murphy2015-08-061-14/+5Star
*-. Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' ...Joerg Roedel2015-04-021-18/+23
|\ \