index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iommu
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-18
iommu: Merge strictness and domain type configs
Robin Murphy
2
-42
/
+42
2021-08-18
iommu: Only log strictness for DMA domains
Robin Murphy
1
-4
/
+5
2021-08-18
iommu: Expose DMA domain strictness via sysfs
Robin Murphy
1
-0
/
+2
2021-08-18
iommu: Express DMA strictness via the domain type
Robin Murphy
2
-13
/
+11
2021-08-18
iommu/vt-d: Prepare for multiple DMA domain types
Robin Murphy
1
-9
/
+6
2021-08-18
iommu/arm-smmu: Prepare for multiple DMA domain types
Robin Murphy
2
-1
/
+3
2021-08-18
iommu/amd: Prepare for multiple DMA domain types
Robin Murphy
1
-7
/
+2
2021-08-18
iommu: Introduce explicit type for non-strict DMA domains
Robin Murphy
2
-3
/
+7
2021-08-18
iommu/io-pgtable: Remove non-strict quirk
Robin Murphy
4
-26
/
+4
2021-08-18
iommu: Indicate queued flushes via gather data
Robin Murphy
2
-0
/
+8
2021-08-18
iommu/dma: Remove redundant "!dev" checks
Robin Murphy
1
-4
/
+1
2021-08-18
iommu/virtio: Drop IOVA cookie management
Robin Murphy
1
-8
/
+0
2021-08-18
iommu/sun50i: Drop IOVA cookie management
Robin Murphy
1
-12
/
+1
2021-08-18
iommu/sprd: Drop IOVA cookie management
Robin Murphy
1
-7
/
+0
2021-08-18
iommu/rockchip: Drop IOVA cookie management
Robin Murphy
1
-11
/
+1
2021-08-18
iommu/mtk: Drop IOVA cookie management
Robin Murphy
2
-8
/
+0
2021-08-18
iommu/ipmmu-vmsa: Drop IOVA cookie management
Robin Murphy
1
-24
/
+4
2021-08-18
iommu/exynos: Drop IOVA cookie management
Robin Murphy
1
-15
/
+4
2021-08-18
iommu/vt-d: Drop IOVA cookie management
Robin Murphy
1
-8
/
+0
2021-08-18
iommu/arm-smmu: Drop IOVA cookie management
Robin Murphy
3
-27
/
+4
2021-08-18
iommu/amd: Drop IOVA cookie management
Robin Murphy
1
-12
/
+0
2021-08-18
iommu: Pull IOVA cookie management into the core
Robin Murphy
1
-0
/
+7
2021-08-02
iommu/arm-smmu-v3: Implement the map_pages() IOMMU driver callback
Xiang Chen
1
-4
/
+5
2021-08-02
iommu/arm-smmu-v3: Implement the unmap_pages() IOMMU driver callback
Xiang Chen
1
-4
/
+5
2021-07-26
iommu/vt-d: Move clflush'es from iotlb_sync_map() to map_pages()
Lu Baolu
1
-41
/
+7
2021-07-26
iommu/vt-d: Implement map/unmap_pages() iommu_ops callback
Lu Baolu
1
-2
/
+35
2021-07-26
iommu/vt-d: Report real pgsize bitmap to iommu core
Lu Baolu
1
-19
/
+19
2021-07-26
iommu: Streamline iommu_iova_to_phys()
Robin Murphy
4
-10
/
+4
2021-07-26
iommu: Remove mode argument from iommu_set_dma_strict()
John Garry
3
-7
/
+6
2021-07-26
iommu/amd: Add support for IOMMU default DMA mode build options
Zhen Lei
4
-15
/
+2
2021-07-26
iommu/vt-d: Add support for IOMMU default DMA mode build options
Zhen Lei
2
-9
/
+7
2021-07-26
iommu: Enhance IOMMU default DMA mode build options
Zhen Lei
2
-1
/
+41
2021-07-26
iommu: Print strict or lazy mode at init time
John Garry
1
-0
/
+5
2021-07-26
iommu: Deprecate Intel and AMD cmdline methods to enable strict mode
John Garry
2
-1
/
+4
2021-07-26
iommu/arm-smmu: Implement the map_pages() IOMMU driver callback
Isaac J. Manjarres
1
-4
/
+5
2021-07-26
iommu/arm-smmu: Implement the unmap_pages() IOMMU driver callback
Isaac J. Manjarres
1
-4
/
+5
2021-07-26
iommu/io-pgtable-arm-v7s: Implement arm_v7s_map_pages()
Isaac J. Manjarres
1
-4
/
+22
2021-07-26
iommu/io-pgtable-arm-v7s: Implement arm_v7s_unmap_pages()
Isaac J. Manjarres
1
-3
/
+21
2021-07-26
iommu/io-pgtable-arm: Implement arm_lpae_map_pages()
Isaac J. Manjarres
1
-10
/
+31
2021-07-26
iommu/io-pgtable-arm: Implement arm_lpae_unmap_pages()
Isaac J. Manjarres
1
-46
/
+74
2021-07-26
iommu/io-pgtable-arm: Prepare PTE methods for handling multiple entries
Isaac J. Manjarres
1
-34
/
+44
2021-07-26
iommu: Add support for the map_pages() callback
Isaac J. Manjarres
1
-8
/
+35
2021-07-26
iommu: Hook up '->unmap_pages' driver callback
Will Deacon
1
-9
/
+50
2021-07-26
iommu: Split 'addr_merge' argument to iommu_pgsize() into separate parts
Will Deacon
1
-4
/
+6
2021-07-26
iommu: Use bitmap to calculate page size in iommu_pgsize()
Will Deacon
1
-19
/
+12
2021-07-15
Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/...
Linus Torvalds
1
-0
/
+1
2021-07-14
iommu/rockchip: Fix physical address decoding
Benjamin Gaignard
1
-2
/
+4
2021-07-14
iommu/vt-d: Fix clearing real DMA device's scalable-mode context entries
Lu Baolu
1
-3
/
+2
2021-07-14
iommu/vt-d: Global devTLB flush when present context entry changed
Sanjay Kumar
1
-9
/
+22
2021-07-14
iommu/qcom: Revert "iommu/arm: Cleanup resources in case of probe error path"
Marek Szyprowski
1
-11
/
+2
[next]