summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/tegra-smmu.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* iommu/tegra-smmu: Respect IOMMU API read-write protectionsDmitry Osipenko2019-04-111-3/+10
* iommu/tegra-smmu: Properly release domain resourcesDmitry Osipenko2019-04-111-0/+3
* iommu/tegra-smmu: Fix invalid ASID bits on Tegra30/114Dmitry Osipenko2019-04-111-7/+18
* memory: tegra: Do not try to probe SMMU on Tegra20Dmitry Osipenko2019-01-161-4/+0Star
*-. Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...Joerg Roedel2018-12-201-23/+3Star
|\ \
| | * iommu/tegra: Use helper functions to access dev->iommu_fwspecJoerg Roedel2018-12-171-1/+1
| |/ |/|
| * iommu/tegra: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-11-221-22/+2Star
|/
* iommu: Remove the ->map_sg indirectionChristoph Hellwig2018-08-081-1/+0Star
* iommu/tegra-smmu: Fix return value check in tegra_smmu_group_get()Wei Yongjun2017-12-201-1/+1
* iommu/tegra: Allow devices to be groupedThierry Reding2017-12-151-4/+120
* arm/tegra: Call bus_set_iommu() after iommu_device_register()Joerg Roedel2017-08-301-4/+7
* iommu/tegra: Add support for struct iommu_deviceJoerg Roedel2017-08-171-0/+25
* iommu/tegra-smmu: Add iommu_group supportRobin Murphy2017-08-101-0/+9
* iommu: Remove pci.h include from trace/events/iommu.hJoerg Roedel2017-04-291-0/+1
* iommu/tegra-smmu: Parameterize number of TLB linesThierry Reding2015-08-131-2/+7
* iommu/tegra-smmu: Factor out tegra_smmu_set_pde()Russell King2015-08-131-21/+28
* iommu/tegra-smmu: Extract tegra_smmu_pte_get_use()Russell King2015-08-131-6/+11
* iommu/tegra-smmu: Use __GFP_ZERO to allocate zeroed pagesRussell King2015-08-131-16/+2Star
* iommu/tegra-smmu: Remove PageReserved manipulationRussell King2015-08-131-5/+0Star
* iommu/tegra-smmu: Convert to use DMA APIRussell King2015-08-131-54/+85
* iommu/tegra-smmu: smmu_flush_ptc() wants device addressesRussell King2015-08-131-6/+5Star
* iommu/tegra-smmu: Split smmu_flush_ptc()Russell King2015-08-131-13/+13
* iommu/tegra-smmu: Move flush_dcache to tegra-smmu.cRussell King2015-08-131-5/+25
* iommu/tegra-smmu: Use kcalloc() to allocate counter arrayRussell King2015-08-131-15/+6Star
* iommu/tegra-smmu: Store struct page pointer for page tablesRussell King2015-08-131-10/+17
* iommu/tegra-smmu: Fix page table lookup in unmap/iova_to_phys methodsRussell King2015-08-131-9/+34
* iommu/tegra-smmu: Add iova_pd_index() and iova_pt_index() helpersRussell King2015-08-131-3/+13
* iommu/tegra-smmu: Factor out common PTE settingRussell King2015-08-131-20/+17Star
* iommu/tegra-smmu: Fix unmap() methodRussell King2015-08-131-14/+23
* iommu/tegra-smmu: Fix iova_to_phys() methodRussell King2015-08-131-0/+3
* iommu/tegra-smmu: Add debugfs supportThierry Reding2015-05-041-0/+109
*-. Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'arm/smmu', 'arm/tegra' ...Joerg Roedel2015-04-021-22/+37
|\ \
| | * iommu/tegra-smmu: Make use of domain_alloc and domain_freeJoerg Roedel2015-03-311-18/+23
| |/ |/|
| * iommu/tegra: smmu: Compute PFN mask at runtimeThierry Reding2015-03-311-5/+10
| * iommu/tegra: Setup apertureThierry Reding2015-03-311-0/+5
|/
* memory: Add NVIDIA Tegra memory controller supportThierry Reding2014-12-041-1087/+523Star
* iommu: Add iommu_map_sg() functionOlav Haugan2014-11-041-0/+1
* iommu: Make of_device_id array constKiran Padwal2014-09-251-1/+1
* iommu/tegra: Convert to iommu_capable() API functionJoerg Roedel2014-09-251-4/+3Star
* Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-081-1/+2
|\
| * ARM: tegra: Move includes to include/soc/tegraThierry Reding2014-07-171-1/+2
* | iommu: Constify struct iommu_opsThierry Reding2014-07-071-1/+1
|/
* iommu/tegra-smmu: Staticize tegra_smmu_pm_opsSachin Kamat2013-11-011-1/+1
* iommu/tegra: Print phys_addr_t using %paThierry Reding2013-09-241-1/+1
* tegra: simplify use of devm_ioremap_resourceJulia Lawall2013-08-161-2/+0Star
*-. Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and '...Joerg Roedel2013-05-021-2/+3
|\ \
| | * iommu/tegra: Fix printk formats for dma_addr_tVarun Sethi2013-05-021-1/+2
| |/ |/|
| * iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API.Varun Sethi2013-04-021-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-12/+4Star
|\