Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | * | | | | iommu/tegra-smmu: Split smmu_flush_ptc() | Russell King | 2015-08-13 | 1 | -13/+13 | |
| | | | | | * | | | | iommu/tegra-smmu: Move flush_dcache to tegra-smmu.c | Russell King | 2015-08-13 | 5 | -76/+25 | |
| | | | | | * | | | | iommu/tegra-smmu: Use kcalloc() to allocate counter array | Russell King | 2015-08-13 | 1 | -15/+6 | |
| | | | | | * | | | | iommu/tegra-smmu: Store struct page pointer for page tables | Russell King | 2015-08-13 | 1 | -10/+17 | |
| | | | | | * | | | | iommu/tegra-smmu: Fix page table lookup in unmap/iova_to_phys methods | Russell King | 2015-08-13 | 1 | -9/+34 | |
| | | | | | * | | | | iommu/tegra-smmu: Add iova_pd_index() and iova_pt_index() helpers | Russell King | 2015-08-13 | 1 | -3/+13 | |
| | | | | | * | | | | iommu/tegra-smmu: Factor out common PTE setting | Russell King | 2015-08-13 | 1 | -20/+17 | |
| | | | | | * | | | | iommu/tegra-smmu: Fix unmap() method | Russell King | 2015-08-13 | 1 | -14/+23 | |
| | | | | | * | | | | iommu/tegra-smmu: Fix iova_to_phys() method | Russell King | 2015-08-13 | 1 | -0/+3 | |
| | | | * | | | | | | iommu/io-pgtable-arm: Unmap and free table when overwriting with block | Will Deacon | 2015-08-18 | 1 | -1/+16 | |
| | | | * | | | | | | iommu/io-pgtable-arm: Move init-fn declarations to io-pgtable.h | Joerg Roedel | 2015-08-13 | 2 | -5/+5 | |
| | | | * | | | | | | Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/lin... | Joerg Roedel | 2015-08-07 | 7 | -117/+157 | |
| | | | |\ \ \ \ \ \ | | | | | |_|_|/ / / | | | | |/| | | | | | ||||||
| | | | | * | | | | | iommu/io-pgtable: Remove flush_pgtable callback | Robin Murphy | 2015-08-06 | 2 | -8/+0 | |
| | | | | * | | | | | iommu/arm-smmu: Remove arm_smmu_flush_pgtable() | Robin Murphy | 2015-08-06 | 1 | -10/+0 | |
| | | | | * | | | | | iommu/arm-smmu: Remove arm_smmu_flush_pgtable() | Robin Murphy | 2015-08-06 | 1 | -13/+0 | |
| | | | | * | | | | | iommu/io-pgtable-arm: Centralise sync points | Robin Murphy | 2015-08-06 | 2 | -20/+27 | |
| | | | | * | | | | | iommu/ipmmu-vmsa: Clean up DMA API usage | Robin Murphy | 2015-08-06 | 1 | -14/+5 | |
| | | | | * | | | | | iommu/arm-smmu: Clean up DMA API usage | Robin Murphy | 2015-08-06 | 1 | -15/+3 | |
| | | | | * | | | | | iommu/arm-smmu: Clean up DMA API usage | Robin Murphy | 2015-08-06 | 1 | -16/+6 | |
| | | | | * | | | | | iommu/io-pgtable-arm: Allow appropriate DMA API use | Robin Murphy | 2015-08-06 | 3 | -24/+89 | |
| | | | | * | | | | | iommu/arm-smmu: Treat unknown OAS as 48-bit | Will Deacon | 2015-08-06 | 1 | -4/+4 | |
| | | | | * | | | | | iommu/arm-smmu: Sort out coherency | Robin Murphy | 2015-07-31 | 2 | -3/+23 | |
| | | | | * | | | | | iommu/arm-smmu: Limit 2-level strtab allocation for small SID sizes | Will Deacon | 2015-07-31 | 1 | -3/+11 | |
| | | | | * | | | | | iommu/arm-smmu: Fix MSI memory attributes to match specification | Marc Zyngier | 2015-07-31 | 1 | -6/+6 | |
| | | | | * | | | | | iommu/arm-smmu: Fix enabling of PRIQ interrupt | Marc Zyngier | 2015-07-31 | 1 | -3/+5 | |
| | | * | | | | | | | iommu/msm: Use BUG_ON instead of if () BUG() | Joerg Roedel | 2015-08-13 | 1 | -2/+2 | |
| | | | |_|_|_|/ / | | | |/| | | | | | ||||||
| | * | | | | | | | iommu/omap: Fix debug_read_tlb() to use seq_printf() | Salva Peiró | 2015-08-03 | 1 | -34/+14 | |
| | * | | | | | | | iommu/omap: Align code with open parenthesis | Suman Anna | 2015-08-03 | 1 | -12/+11 | |
| | * | | | | | | | iommu/omap: Use BIT(x) macros in omap-iommu.h | Suman Anna | 2015-08-03 | 1 | -13/+15 | |
| | * | | | | | | | iommu/omap: Use BIT(x) macros in omap-iopgtable.h | Suman Anna | 2015-08-03 | 1 | -10/+12 | |
| | * | | | | | | | iommu/omap: Remove unnecessary error traces on alloc failures | Suman Anna | 2015-08-03 | 1 | -6/+2 | |
| | * | | | | | | | iommu/omap: Remove trailing semi-colon from a macro | Suman Anna | 2015-08-03 | 1 | -1/+1 | |
| | * | | | | | | | iommu/omap: Remove unused union fields | Suman Anna | 2015-08-03 | 1 | -20/+3 | |
| | * | | | | | | | iommu/omap: Protect omap-iopgtable.h against double inclusion | Suman Anna | 2015-08-03 | 1 | -0/+5 | |
| | * | | | | | | | iommu/omap: Move debugfs functions to omap-iommu-debug.c | Suman Anna | 2015-08-03 | 3 | -150/+137 | |
| | * | | | | | | | iommu/omap: Remove all module references | Suman Anna | 2015-08-03 | 1 | -18/+1 | |
| | * | | | | | | | Documentation: dt: Add #iommu-cells info to OMAP iommu bindings | Suman Anna | 2015-08-03 | 1 | -0/+6 | |
| | | |/ / / / / | | |/| | | | | | ||||||
* | | | | | | | | Merge tag 'regmap-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Linus Torvalds | 2015-09-09 | 16 | -303/+808 | |
|\ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ | Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-d... | Mark Brown | 2015-09-04 | 34 | -309/+517 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | regmap: Apply optional delay in multi_reg_write/register_patch | Nariman Poushin | 2015-07-16 | 2 | -7/+52 | |
| | * | | | | | | | | | regmap: Move documentation to regmap.h | Nicolas Boichat | 2015-08-11 | 7 | -150/+162 | |
| | * | | | | | | | | | regmap: Use different lockdep class for each regmap init call | Nicolas Boichat | 2015-08-07 | 7 | -110/+250 | |
| | * | | | | | | | | | thermal: sti: Add parentheses around bridge->ops->regmap_init call | Nicolas Boichat | 2015-08-07 | 1 | -1/+1 | |
| | * | | | | | | | | | mfd: vexpress: Add parentheses around bridge->ops->regmap_init call | Nicolas Boichat | 2015-08-07 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ \ \ | Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force... | Mark Brown | 2015-09-04 | 6 | -23/+174 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | regulator: core: Print at debug level on debugfs creation failure | Stephen Boyd | 2015-08-14 | 1 | -1/+1 | |
| | * | | | | | | | | | | | regmap: debugfs: Fix misuse of IS_ENABLED | Axel Lin | 2015-08-07 | 1 | -4/+5 | |
| | * | | | | | | | | | | | regmap: debugfs: Allow writes to cache state settings | Richard Fitzgerald | 2015-07-20 | 1 | -4/+86 | |
| | * | | | | | | | | | | | debugfs: Export bool read/write functions | Richard Fitzgerald | 2015-07-20 | 2 | -6/+28 | |
| | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge remote-tracking branch 'regmap/topic/core' into regmap-next | Mark Brown | 2015-09-04 | 6 | -27/+225 | |
| |\ \ \ \ \ \ \ \ \ \ \ |