| Commit message (Expand) | Author | Age | Files | Lines |
* | iommu/ipmmu-vmsa: Hook up r8a7795 DT matching code | Magnus Damm | 2017-11-06 | 1 | -0/+29 |
* | iommu/ipmmu-vmsa: Allow two bit SL0 | Magnus Damm | 2017-11-06 | 1 | -1/+13 |
* | iommu/ipmmu-vmsa: Make IMBUSCTR setup optional | Magnus Damm | 2017-11-06 | 1 | -3/+6 |
* | iommu/ipmmu-vmsa: Write IMCTR twice | Magnus Damm | 2017-11-06 | 1 | -21/+35 |
* | iommu/ipmmu-vmsa: IPMMU device is 40-bit bus master | Magnus Damm | 2017-11-06 | 1 | -0/+1 |
* | iommu/ipmmu-vmsa: Make use of IOMMU_OF_DECLARE() | Magnus Damm | 2017-11-06 | 1 | -9/+41 |
* | iommu/ipmmu-vmsa: Enable multi context support | Magnus Damm | 2017-11-06 | 1 | -8/+22 |
* | iommu/ipmmu-vmsa: Add optional root device feature | Magnus Damm | 2017-11-06 | 1 | -17/+73 |
* | iommu/ipmmu-vmsa: Introduce features, break out alias | Magnus Damm | 2017-11-06 | 1 | -7/+24 |
* | iommu/ipmmu-vmsa: Unify ipmmu_ops | Robin Murphy | 2017-11-06 | 1 | -50/+19 |
* | iommu/ipmmu-vmsa: Clean up struct ipmmu_vmsa_iommu_priv | Robin Murphy | 2017-11-06 | 1 | -24/+12 |
* | iommu/ipmmu-vmsa: Simplify group allocation | Robin Murphy | 2017-11-06 | 1 | -44/+9 |
* | iommu/ipmmu-vmsa: Unify domain alloc/free | Robin Murphy | 2017-11-06 | 1 | -41/+24 |
* | iommu/ipmmu-vmsa: Fix return value check in ipmmu_find_group_dma() | weiyongjun (A) | 2017-11-06 | 1 | -1/+1 |
* | iommu/io-pgtable-arm: Convert to IOMMU API TLB sync | Robin Murphy | 2017-10-02 | 1 | -0/+10 |
* | iommu/ipmmu-vmsa: Make ipmmu_gather_ops const | Bhumika Goyal | 2017-08-30 | 1 | -1/+1 |
* | iommu/ipmmu-vmsa: Rereserving a free context before setting up a pagetable | Oleksandr Tyshchenko | 2017-08-30 | 1 | -21/+21 |
* | iommu/ipmmu-vmsa: Use iommu_device_sysfs_add()/remove() | Magnus Damm | 2017-08-22 | 1 | -0/+6 |
* | iommu/ipmmu-vmsa: Clean up device tracking | Robin Murphy | 2017-07-26 | 1 | -12/+0 |
* | iommu/ipmmu-vmsa: Replace local utlb code with fwspec ids | Magnus Damm | 2017-07-26 | 1 | -85/+19 |
* | iommu/ipmmu-vmsa: Use fwspec on both 32 and 64-bit ARM | Robin Murphy | 2017-07-26 | 1 | -18/+3 |
* | iommu/ipmmu-vmsa: Consistent ->of_xlate() handling | Magnus Damm | 2017-07-26 | 1 | -34/+17 |
* | iommu/ipmmu-vmsa: Use iommu_device_register()/unregister() | Magnus Damm | 2017-07-26 | 1 | -0/+10 |
* | iommu/ipmmu-vmsa: Fix pgsize_bitmap semicolon typo | Magnus Damm | 2017-05-17 | 1 | -1/+1 |
* | iommu/ipmmu-vmsa: Use fwspec iommu_priv on ARM64 | Magnus Damm | 2017-05-17 | 1 | -39/+58 |
* | iommu/ipmmu-vmsa: Add new IOMMU_DOMAIN_DMA ops | Magnus Damm | 2017-05-17 | 1 | -9/+155 |
* | iommu/ipmmu-vmsa: Break out domain allocation code | Magnus Damm | 2017-05-17 | 1 | -4/+9 |
* | iommu/ipmmu-vmsa: Break out utlb parsing code | Magnus Damm | 2017-05-17 | 1 | -23/+41 |
* | iommu/ipmmu-vmsa: Rework interrupt code and use bitmap for context | Magnus Damm | 2017-05-17 | 1 | -10/+66 |
* | iommu/ipmmu-vmsa: Remove platform data handling | Magnus Damm | 2017-05-17 | 1 | -5/+0 |
* | iommu/ipmmu-vmsa: Restrict IOMMU Domain Geometry to 32-bit address space | Geert Uytterhoeven | 2017-02-06 | 1 | -0/+2 |
* | iommu/ipmmu-vmsa: Fix wrong error handle of ipmmu_add_device | Shawn Lin | 2016-09-05 | 1 | -1/+1 |
*-. | Merge branches 's390', 'arm/renesas', 'arm/msm', 'arm/shmobile', 'arm/smmu', ... | Joerg Roedel | 2016-01-19 | 1 | -2/+2 |
|\ \ |
|
| | * | iommu/io-pgtable: Indicate granule for TLB maintenance | Robin Murphy | 2015-12-17 | 1 | -2/+2 |
| |/ |
|
* | | iommu/ipmmu-vmsa: Don't truncate ttbr if LPAE is not enabled | Geert Uytterhoeven | 2015-12-28 | 1 | -1/+1 |
|/ |
|
* | iommu/ipmmu-vmsa: Clean up DMA API usage | Robin Murphy | 2015-08-06 | 1 | -14/+5 |
*-. | Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' ... | Joerg Roedel | 2015-04-02 | 1 | -18/+23 |
|\ \ |
|
| | * | iommu/ipmmu-vmsa: Make use of domain_alloc and domain_free | Joerg Roedel | 2015-03-31 | 1 | -18/+23 |
| |/ |
|
* | | iommu: ipmmu-vmsa: Add terminating entry for ipmmu_of_ids | Axel Lin | 2015-03-23 | 1 | -0/+1 |
|/ |
|
* | iommu/ipmmu-vmsa: Fix IOMMU lookup when multiple IOMMUs are registered | Laurent Pinchart | 2015-01-30 | 1 | -28/+21 |
* | iommu/ipmmu-vmsa: Use the ARM LPAE page table allocator | Laurent Pinchart | 2015-01-26 | 1 | -494/+60 |
* | iommu/ipmmu-vmsa: Remove platform data support | Laurent Pinchart | 2015-01-16 | 1 | -24/+0 |
* | iommu/ipmmu-vmsa: Support multiple micro TLBs per device | Laurent Pinchart | 2015-01-16 | 1 | -29/+86 |
* | iommu/ipmmu-vmsa: Add device tree support | Laurent Pinchart | 2015-01-16 | 1 | -8/+47 |
* | iommu/ipmmu-vmsa: Invalidate TLB after unmapping | Laurent Pinchart | 2015-01-16 | 1 | -3/+1 |
* | iommu/ipmmu-vmsa: Flush P[UM]D entry before freeing the child page table | Laurent Pinchart | 2015-01-16 | 1 | -8/+11 |
* | iommu/ipmmu-vmsa: Cleanup failures of ARM mapping creation or attachment | Laurent Pinchart | 2015-01-16 | 1 | -1/+3 |
* | iommu/ipmmu-vmsa: Change IOMMU_EXEC to IOMMU_NOEXEC | Laurent Pinchart | 2015-01-05 | 1 | -3/+3 |
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-14 | 1 | -1/+0 |
|\ |
|
| * | iommu: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |