index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iommu
/
tegra-smmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-28
iommu/tegra-smmu: Fix missing put_device() call in tegra_smmu_find
Miaoqian Lin
1
-1
/
+3
2021-10-18
iommu/tegra-smmu: Use devm_bitmap_zalloc when applicable
Christophe JAILLET
1
-4
/
+1
2021-06-03
memory: tegra: Consolidate register fields
Thierry Reding
1
-8
/
+8
2021-04-16
iommu: Streamline registration interface
Robin Murphy
1
-4
/
+1
2021-03-18
iommu/tegra-smmu: Make tegra_smmu_probe_device() to handle all IOMMU phandles
Dmitry Osipenko
1
-4
/
+3
2021-03-04
iommu/tegra-smmu: Fix mc errors on tegra124-nyan
Nicolin Chen
1
-1
/
+71
2020-11-25
iommu/tegra-smmu: Add PCI support
Nicolin Chen
1
-10
/
+25
2020-11-25
iommu/tegra-smmu: Rework tegra_smmu_probe_device()
Nicolin Chen
1
-81
/
+15
2020-11-25
iommu/tegra-smmu: Use fwspec in tegra_smmu_(de)attach_dev
Nicolin Chen
1
-33
/
+23
2020-11-25
iommu/tegra-smmu: Expand mutex protection range
Nicolin Chen
1
-13
/
+21
2020-11-25
iommu/tegra-smmu: Unwrap tegra_smmu_group_get
Nicolin Chen
1
-15
/
+4
2020-09-24
iommu/tegra-smmu: Allow to group clients in same swgroup
Nicolin Chen
1
-4
/
+7
2020-09-24
iommu/tegra-smmu: Fix iova->phys translation
Nicolin Chen
1
-1
/
+1
2020-09-24
iommu/tegra-smmu: Do not use PAGE_SHIFT and PAGE_MASK
Nicolin Chen
1
-4
/
+10
2020-09-18
iommu/tegra-smmu: Fix tlb_mask
Nicolin Chen
1
-1
/
+1
2020-09-04
iommu/tegra-smmu: Add locking around mapping operations
Dmitry Osipenko
1
-11
/
+84
2020-09-04
iommu/tegra-smmu: Prune IOMMU group when it is released
Thierry Reding
1
-0
/
+13
2020-09-04
iommu/tegra-smmu: Balance IOMMU group reference count
Thierry Reding
1
-1
/
+3
2020-09-04
iommu/tegra-smmu: Set IOMMU group name
Thierry Reding
1
-0
/
+1
2020-06-30
iommu/tegra: Use dev_iommu_priv_get/set()
Joerg Roedel
1
-4
/
+4
2020-05-05
iommu/tegra: Convert to probe/release_device() call-backs
Joerg Roedel
1
-23
/
+8
2019-11-12
Merge branches 'iommu/fixes', 'arm/qcom', 'arm/renesas', 'arm/rockchip', 'arm...
Joerg Roedel
1
-16
/
+22
2019-10-18
iommu/tegra-smmu: Fix page tables in > 4 GiB memory
Thierry Reding
1
-5
/
+6
2019-10-18
iommu/tegra-smmu: Fix client enablement order
Navneet Kumar
1
-9
/
+14
2019-10-18
iommu/tegra-smmu: Use non-secure register for flushing
Navneet Kumar
1
-1
/
+1
2019-10-15
iommu: Add gfp parameter to iommu_ops::map
Tom Murphy
1
-1
/
+1
2019-07-29
iommu: Pass struct iommu_iotlb_gather to ->unmap() and ->iotlb_sync()
Will Deacon
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-04-11
iommu/tegra-smmu: Respect IOMMU API read-write protections
Dmitry Osipenko
1
-3
/
+10
2019-04-11
iommu/tegra-smmu: Properly release domain resources
Dmitry Osipenko
1
-0
/
+3
2019-04-11
iommu/tegra-smmu: Fix invalid ASID bits on Tegra30/114
Dmitry Osipenko
1
-7
/
+18
2019-01-16
memory: tegra: Do not try to probe SMMU on Tegra20
Dmitry Osipenko
1
-4
/
+0
2018-12-20
Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...
Joerg Roedel
1
-23
/
+3
2018-12-17
iommu/tegra: Use helper functions to access dev->iommu_fwspec
Joerg Roedel
1
-1
/
+1
2018-11-22
iommu/tegra: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
1
-22
/
+2
2018-08-08
iommu: Remove the ->map_sg indirection
Christoph Hellwig
1
-1
/
+0
2017-12-20
iommu/tegra-smmu: Fix return value check in tegra_smmu_group_get()
Wei Yongjun
1
-1
/
+1
2017-12-15
iommu/tegra: Allow devices to be grouped
Thierry Reding
1
-4
/
+120
2017-08-30
arm/tegra: Call bus_set_iommu() after iommu_device_register()
Joerg Roedel
1
-4
/
+7
2017-08-17
iommu/tegra: Add support for struct iommu_device
Joerg Roedel
1
-0
/
+25
2017-08-10
iommu/tegra-smmu: Add iommu_group support
Robin Murphy
1
-0
/
+9
2017-04-29
iommu: Remove pci.h include from trace/events/iommu.h
Joerg Roedel
1
-0
/
+1
2015-08-13
iommu/tegra-smmu: Parameterize number of TLB lines
Thierry Reding
1
-2
/
+7
2015-08-13
iommu/tegra-smmu: Factor out tegra_smmu_set_pde()
Russell King
1
-21
/
+28
2015-08-13
iommu/tegra-smmu: Extract tegra_smmu_pte_get_use()
Russell King
1
-6
/
+11
2015-08-13
iommu/tegra-smmu: Use __GFP_ZERO to allocate zeroed pages
Russell King
1
-16
/
+2
2015-08-13
iommu/tegra-smmu: Remove PageReserved manipulation
Russell King
1
-5
/
+0
2015-08-13
iommu/tegra-smmu: Convert to use DMA API
Russell King
1
-54
/
+85
2015-08-13
iommu/tegra-smmu: smmu_flush_ptc() wants device addresses
Russell King
1
-6
/
+5
2015-08-13
iommu/tegra-smmu: Split smmu_flush_ptc()
Russell King
1
-13
/
+13
[next]