aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/tegra-smmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-13iommu/tegra-smmu: Parameterize number of TLB linesThierry Reding1-2/+7
2015-08-13iommu/tegra-smmu: Factor out tegra_smmu_set_pde()Russell King1-21/+28
2015-08-13iommu/tegra-smmu: Extract tegra_smmu_pte_get_use()Russell King1-6/+11
2015-08-13iommu/tegra-smmu: Use __GFP_ZERO to allocate zeroed pagesRussell King1-16/+2
2015-08-13iommu/tegra-smmu: Remove PageReserved manipulationRussell King1-5/+0
2015-08-13iommu/tegra-smmu: Convert to use DMA APIRussell King1-54/+85
2015-08-13iommu/tegra-smmu: smmu_flush_ptc() wants device addressesRussell King1-6/+5
2015-08-13iommu/tegra-smmu: Split smmu_flush_ptc()Russell King1-13/+13
2015-08-13iommu/tegra-smmu: Move flush_dcache to tegra-smmu.cRussell King1-5/+25
2015-08-13iommu/tegra-smmu: Use kcalloc() to allocate counter arrayRussell King1-15/+6
2015-08-13iommu/tegra-smmu: Store struct page pointer for page tablesRussell King1-10/+17
2015-08-13iommu/tegra-smmu: Fix page table lookup in unmap/iova_to_phys methodsRussell King1-9/+34
2015-08-13iommu/tegra-smmu: Add iova_pd_index() and iova_pt_index() helpersRussell King1-3/+13
2015-08-13iommu/tegra-smmu: Factor out common PTE settingRussell King1-20/+17
2015-08-13iommu/tegra-smmu: Fix unmap() methodRussell King1-14/+23
2015-08-13iommu/tegra-smmu: Fix iova_to_phys() methodRussell King1-0/+3
2015-05-04iommu/tegra-smmu: Add debugfs supportThierry Reding1-0/+109
2015-04-02Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' and 'core' into nextJoerg Roedel1-22/+37
2015-03-31iommu/tegra: smmu: Compute PFN mask at runtimeThierry Reding1-5/+10
2015-03-31iommu/tegra: Setup apertureThierry Reding1-0/+5
2015-03-31iommu/tegra-smmu: Make use of domain_alloc and domain_freeJoerg Roedel1-18/+23
2014-12-04memory: Add NVIDIA Tegra memory controller supportThierry Reding1-1087/+523
2014-11-04iommu: Add iommu_map_sg() functionOlav Haugan1-0/+1
2014-09-25iommu: Make of_device_id array constKiran Padwal1-1/+1
2014-09-25iommu/tegra: Convert to iommu_capable() API functionJoerg Roedel1-4/+3
2014-08-08Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+2
2014-07-17ARM: tegra: Move includes to include/soc/tegraThierry Reding1-1/+2
2014-07-07iommu: Constify struct iommu_opsThierry Reding1-1/+1
2013-11-01iommu/tegra-smmu: Staticize tegra_smmu_pm_opsSachin Kamat1-1/+1
2013-09-24iommu/tegra: Print phys_addr_t using %paThierry Reding1-1/+1
2013-08-15tegra: simplify use of devm_ioremap_resourceJulia Lawall1-2/+0
2013-05-02Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and 'arm/tegra' into nextJoerg Roedel1-2/+3
2013-05-02iommu/tegra: Fix printk formats for dma_addr_tVarun Sethi1-1/+2
2013-04-02iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API.Varun Sethi1-1/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+4
2013-02-26Merge tag 'iommu-updates-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-32/+43
2013-02-26tegra: don't wank with d_find_alias()Al Viro1-9/+3
2013-02-22new helper: file_inode(file)Al Viro1-3/+1
2013-02-19iommu/tegra: assume CONFIG_OF in SMMU driverStephen Warren1-3/+1
2013-02-07iommu/tegra: smmu: Fix incorrect mask for regbaseHiroshi Doyu1-1/+1
2013-02-05iommu/tegra: smmu: Use helper function to check for valid register offsetJoerg Roedel1-17/+18
2013-02-05iommu/tegra: smmu: Support variable MMIO ranges/blocksHiroshi Doyu1-25/+36
2013-02-04iommu/tegra: Add missing spinlock initializationSami Liedes1-1/+2
2013-01-25iommu: Convert to devm_ioremap_resource()Thierry Reding1-3/+4
2013-01-03Drivers: iommu: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-4/+2
2012-11-28iommu/tegra: smmu: Move bus_set_iommu after probe for multi archHiroshi Doyu1-1/+1
2012-11-28iommu/tegra: smmu: Remove unnecessary PTC/TLB flush allHiroshi Doyu1-3/+1
2012-11-25Merge tag 'v3.7-rc7' into next/cleanupOlof Johansson1-0/+1
2012-11-17iommu/tegra-smmu.c: fix dentry reference leak in smmu_debugfs_stats_show().Cyril Roelandt1-0/+1