Age | Commit message (Expand) | Author | Files | Lines |
2015-06-29 | iommu/arm-smmu: Fix broken ATOS check | Will Deacon | 1 | -1/+1 |
2015-05-29 | iommu/arm-smmu: Make force_stage module param read-only in sysfs | Will Deacon | 1 | -1/+1 |
2015-05-29 | iommu/arm-smmu: Fix ATS1* register writes | Robin Murphy | 1 | -11/+10 |
2015-05-11 | iommu/arm-smmu: Fix sign-extension of upstream bus addresses at stage 1 | Will Deacon | 1 | -28/+2 |
2015-04-02 | Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' ... | Joerg Roedel | 1 | -64/+107 |
2015-03-31 | iommu/arm-smmu: Make use of domain_alloc and domain_free | Joerg Roedel | 1 | -19/+27 |
2015-03-27 | iommu/arm-smmu: handle multi-alias IOMMU groups for PCI devices | Will Deacon | 1 | -35/+57 |
2015-03-27 | iommu/arm-smmu: set a more appropriate DMA mask | Robin Murphy | 1 | -0/+9 |
2015-03-27 | iommu/arm-smmu: ensure CBA2R is initialised before CBAR on SMMUv2 | Will Deacon | 1 | -10/+14 |
2015-03-23 | iommu/arm-smmu: fix ARM_SMMU_FEAT_TRANS_OPS condition | Baptiste Reynal | 1 | -3/+6 |
2015-02-03 | iommu/arm-smmu: Avoid build warning | Arnd Bergmann | 1 | -1/+1 |
2015-01-19 | iommu/arm-smmu: add support for iova_to_phys through ATS1PR | Mitchel Humpherys | 1 | -2/+67 |
2015-01-19 | iommu/arm-smmu: don't touch the secure STLBIALL register | Mitchel Humpherys | 1 | -2/+0 |
2015-01-19 | iommu/arm-smmu: make use of generic LPAE allocator | Will Deacon | 1 | -623/+263 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
2014-12-02 | Merge branches 'arm/omap', 'arm/msm', 'arm/rockchip', 'arm/renesas', 'arm/smm... | Joerg Roedel | 1 | -24/+110 |
2014-11-14 | iommu/arm-smmu: add support for DOMAIN_ATTR_NESTING attribute | Will Deacon | 1 | -20/+90 |
2014-11-14 | iommu/arm-smmu: Play nice on non-ARM/SMMU systems | Thierry Reding | 1 | -0/+12 |
2014-11-14 | iommu/arm-smmu: add IOMMU_CAP_NOEXEC to the ARM SMMU driver | Antonios Motakis | 1 | -0/+2 |
2014-11-14 | iommu/arm-smmu: change IOMMU_EXEC to IOMMU_NOEXEC | Antonios Motakis | 1 | -4/+5 |
2014-11-04 | iommu: Add iommu_map_sg() function | Olav Haugan | 1 | -0/+1 |
2014-10-20 | iommu: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-10-02 | Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an... | Joerg Roedel | 1 | -91/+129 |
2014-09-25 | iommu: Make of_device_id array const | Kiran Padwal | 1 | -1/+1 |
2014-09-25 | iommu/arm-smmu: Convert to iommu_capable() API function | Joerg Roedel | 1 | -10/+9 |
2014-09-22 | iommu/arm-smmu: fix bug in pmd construction | Mitchel Humpherys | 1 | -0/+1 |
2014-09-16 | iommu/arm-smmu: support MMU-401 | Robin Murphy | 1 | -0/+1 |
2014-09-16 | iommu/arm-smmu: fix architecture version detection | Robin Murphy | 1 | -22/+25 |
2014-09-16 | iommu/arm-smmu: don't bother truncating the s1 output size to VA_BITS | Will Deacon | 1 | -23/+22 |
2014-09-16 | iommu/arm-smmu: use page shift instead of page size to avoid division | Will Deacon | 1 | -5/+5 |
2014-09-16 | iommu/arm-smmu: put iommu_domain pointer in dev->archdata.iommu | Will Deacon | 1 | -3/+14 |
2014-09-16 | iommu/arm-smmu: add support for multi-master iommu groups | Will Deacon | 1 | -26/+39 |
2014-09-16 | iommu/arm-smmu: allow translation stage to be forced on the cmdline | Will Deacon | 1 | -2/+13 |
2014-09-02 | iommu/arm-smmu: fix corner cases in address size calculations | Will Deacon | 1 | -2/+9 |
2014-09-02 | iommu/arm-smmu: fix decimal printf format specifiers prefixed with 0x | Hans Wennborg | 1 | -1/+1 |
2014-09-02 | iommu/arm-smmu: Do not access non-existing S2CR registers | Olav Haugan | 1 | -7/+21 |
2014-09-02 | iommu/arm-smmu: fix s2cr and smr teardown on device detach from domain | Will Deacon | 1 | -15/+12 |
2014-09-01 | iommu/arm-smmu: remove pgtable_page_{c,d}tor() | Vladimir Murzin | 1 | -5/+0 |
2014-09-01 | iommu/arm-smmu: fix programming of SMMU_CBn_TCR for stage 1 | Olav Haugan | 1 | -2/+5 |
2014-09-01 | iommu/arm-smmu: avoid calling request_irq in atomic context | Mitchel Humpherys | 1 | -22/+25 |
2014-07-31 | Merge branches 'x86/vt-d', 'x86/amd', 'arm/omap', 'ppc/pamu', 'arm/smmu', 'ar... | Joerg Roedel | 1 | -253/+240 |
2014-07-09 | iommu/arm-smmu: fix some checkpatch issues | Mitchel Humpherys | 1 | -22/+37 |
2014-07-07 | iommu: Constify struct iommu_ops | Thierry Reding | 1 | -1/+1 |
2014-07-04 | iommu/arm-smmu: fix capability checking prior to device attach | Will Deacon | 1 | -1/+2 |
2014-07-03 | iommu/arm-smmu: prefer stage-1 mappings where we have a choice | Will Deacon | 1 | -4/+4 |
2014-07-03 | iommu/arm-smmu: remove support for chained SMMUs | Will Deacon | 1 | -186/+77 |
2014-07-03 | iommu/arm-smmu: caps: add IOMMU_CAP_INTR_REMAP capability | Will Deacon | 1 | -5/+9 |
2014-07-03 | iommu/arm-smmu: add support for PCI master devices | Will Deacon | 1 | -86/+160 |
2014-07-02 | iommu/arm-smmu: fix calculation of TCR.T0SZ | Will Deacon | 1 | -1/+3 |
2014-05-02 | iommu/arm-smmu: fix incorrect use of S2CR_TYPE_SHIFT | Kefeng Wang | 1 | -1/+1 |