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
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
/
arch
/
arm64
/
mm
/
dma-mapping.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-25
iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()
Jean-Philippe Brucker
1
-1
/
+1
2021-04-23
xen/arm: introduce XENFEAT_direct_mapped and XENFEAT_not_direct_mapped
Stefano Stabellini
1
-1
/
+1
2020-10-06
dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>
Christoph Hellwig
1
-1
/
+0
2020-10-06
dma-mapping: split <linux/dma-mapping.h>
Christoph Hellwig
1
-0
/
+1
2019-11-20
dma-mapping: drop the dev argument to arch_sync_dma_for_*
Christoph Hellwig
1
-4
/
+4
2019-09-11
arm64: use asm-generic/dma-mapping.h
Christoph Hellwig
1
-0
/
+1
2019-09-11
xen/arm: remove xen_dma_ops
Christoph Hellwig
1
-1
/
+2
2019-08-29
dma-mapping: make dma_atomic_pool_init self-contained
Christoph Hellwig
1
-6
/
+0
2019-08-29
dma-mapping: remove arch_dma_mmap_pgprot
Christoph Hellwig
1
-6
/
+0
2019-08-10
dma-mapping: fix page attributes for dma_mmap_*
Christoph Hellwig
1
-3
/
+1
2019-07-09
Merge tag 'iommu-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-408
/
+4
2019-07-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-4
/
+8
2019-06-24
Merge tag 'v5.2-rc6' into generic-dma-ops
Joerg Roedel
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
1
-12
/
+1
2019-06-17
arm64/mm: Correct the cache line size warning with non coherent device
Masayoshi Mizuma
1
-4
/
+8
2019-05-27
arm64: trim includes in dma-mapping.c
Christoph Hellwig
1
-10
/
+0
2019-05-27
arm64: switch copyright boilerplace to SPDX in dma-mapping.c
Christoph Hellwig
1
-14
/
+1
2019-05-27
iommu/dma: move the arm64 wrappers to common code
Christoph Hellwig
1
-390
/
+4
2019-05-27
iommu/dma: Remove the flush_page callback
Christoph Hellwig
1
-7
/
+1
2019-05-07
arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtable
Christoph Hellwig
1
-0
/
+10
2019-01-24
arm64/xen: fix xen-swiotlb cache flushing
Christoph Hellwig
1
-3
/
+1
2018-12-29
Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-273
/
+13
2018-12-13
dma-mapping: bypass indirect calls for dma-direct
Christoph Hellwig
1
-3
/
+0
2018-12-13
dma-direct: merge swiotlb_dma_ops into the dma_direct code
Christoph Hellwig
1
-1
/
+1
2018-12-13
dma-mapping: factor out dummy DMA ops
Robin Murphy
1
-86
/
+0
2018-12-11
arm64: dma-mapping: Fix FORCE_CONTIGUOUS buffer clearing
Robin Murphy
1
-1
/
+1
2018-12-06
iommu/dma-iommu: remove the mapping_error dma_map_ops method
Christoph Hellwig
1
-4
/
+3
2018-12-06
arm64: remove the dummy_dma_ops mapping_error method
Christoph Hellwig
1
-7
/
+1
2018-12-01
dma-mapping: move the arm64 noncoherent alloc/free support to common code
Christoph Hellwig
1
-174
/
+10
2018-11-02
arm64: fix warnings without CONFIG_IOMMU_DMA
Christoph Hellwig
1
-0
/
+2
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+1
2018-10-26
Merge tag 'dma-mapping-4.20-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-209
/
+48
2018-10-19
arm64: use the generic swiotlb_dma_ops
Christoph Hellwig
1
-207
/
+46
2018-10-19
swiotlb: don't dip into swiotlb pool for coherent allocations
Christoph Hellwig
1
-3
/
+3
2018-10-19
swiotlb: remove the overflow buffer
Christoph Hellwig
1
-1
/
+1
2018-09-26
Revert "dma-mapping: clear dev->dma_ops in arch_teardown_dma_ops"
Christoph Hellwig
1
-0
/
+5
2018-09-25
arm64/dma-mapping: Mildly optimise non-coherent IOMMU ops
Robin Murphy
1
-5
/
+5
2018-09-08
dma-mapping: clear dev->dma_ops in arch_teardown_dma_ops
Christoph Hellwig
1
-5
/
+0
2018-08-18
kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu...
Marek Szyprowski
1
-2
/
+2
2018-06-19
arm64: dma-mapping: clear buffers allocated with FORCE_CONTIGUOUS flag
Marek Szyprowski
1
-4
/
+5
2018-06-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+5
2018-05-15
arm64: Increase ARCH_DMA_MINALIGN to 128
Catalin Marinas
1
-0
/
+5
2018-05-08
dma-debug: move initialization to common code
Christoph Hellwig
1
-10
/
+0
2018-01-15
arm64: use swiotlb_alloc and swiotlb_free
Christoph Hellwig
1
-43
/
+3
2018-01-15
arm64: replace ZONE_DMA with ZONE_DMA32
Christoph Hellwig
1
-3
/
+3
2018-01-15
arm64: rename swiotlb_dma_ops
Christoph Hellwig
1
-2
/
+2
2018-01-10
dma-mapping: move swiotlb arch helpers to a new header
Christoph Hellwig
1
-1
/
+1
2017-10-04
dma mapping : export caller to vmallocinfo
Matthieu CASTET
1
-1
/
+1
2017-10-02
arm64: dma-mapping: Cocci spatch "vma_pages"
Thomas Meyer
1
-2
/
+1
2017-08-21
arm64: dma-mapping: Mark atomic_pool as __ro_after_init
Vladimir Murzin
1
-1
/
+1
[next]