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
/
arch
/
arm
/
common
/
dmabounce.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-07
ARM/dma-mapping: remove dmabounce
Christoph Hellwig
1
-582
/
+0
2020-10-06
dma-mapping: split <linux/dma-mapping.h>
Christoph Hellwig
1
-0
/
+1
2020-09-17
ARM/dma-mapping: move various helpers from dma-mapping.h to dma-direct.h
Christoph Hellwig
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2018-12-06
arm: remove the mapping_error dma_map_ops method
Christoph Hellwig
1
-9
/
+3
2017-06-28
arm: implement ->dma_supported instead of ->set_dma_mask
Christoph Hellwig
1
-4
/
+3
2017-06-28
arm: remove arch specific dma_supported implementation
Christoph Hellwig
1
-0
/
+1
2017-06-28
arm: implement ->mapping_error
Christoph Hellwig
1
-3
/
+10
2017-01-24
treewide: Constify most dma_map_ops structures
Bart Van Assche
1
-1
/
+1
2016-12-15
arch/arm: add option to skip sync on DMA map and unmap
Alexander Duyck
1
-6
/
+10
2016-08-04
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
1
-2
/
+2
2012-07-30
ARM: dma-mapping: add support for dma_get_sgtable()
Marek Szyprowski
1
-0
/
+1
2012-06-13
ARM: dma-mapping: fix debug messages in dmabounce code
Marek Szyprowski
1
-8
/
+8
2012-05-21
ARM: dma-mapping: use alloc, mmap, free from dma_ops
Marek Szyprowski
1
-0
/
+3
2012-05-21
ARM: dma-mapping: move all dma bounce code to separate dma ops structure
Marek Szyprowski
1
-13
/
+49
2012-05-21
ARM: dma-mapping: remove offset parameter to prepare for generic dma_ops
Marek Szyprowski
1
-3
/
+10
2012-05-21
ARM: dma-mapping: introduce DMA_ERROR_CODE constant
Marek Szyprowski
1
-3
/
+3
2011-07-04
ARM: dmabounce: get rid of dma_needs_bounce global function
Russell King
1
-2
/
+6
2011-07-04
ARM: dmabounce: correct unmap_single dev_dbg
Russell King
1
-2
/
+2
2011-07-04
ARM: dmabounce: check pointer against NULL not 0
Russell King
1
-1
/
+1
2011-07-04
ARM: dmabounce: remove useless pr_err
Russell King
1
-4
/
+1
2011-07-04
ARM: dmabounce: move decision for bouncing into __dma_map_page()
Russell King
1
-66
/
+58
2011-07-04
ARM: dmabounce: separate out decision to bounce
Russell King
1
-18
/
+28
2011-07-04
ARM: dmabounce: avoid needless valid_dma_direction() check
Russell King
1
-2
/
+0
2011-07-04
ARM: dma-mapping: define dma_(un)?map_single in terms of dma_(un)?map_page
Russell King
1
-28
/
+0
2011-07-04
ARM: dmabounce: fix map_single() error return value
Russell King
1
-1
/
+1
2011-01-07
ARM: DMA: add support for DMA debugging
Russell King
1
-8
/
+8
2010-02-26
Merge branches 'at91', 'cache', 'cup', 'ep93xx', 'ixp4xx', 'nuc', 'pending-dm...
Russell King
1
-1
/
+3
2010-02-15
ARM: dma-mapping: introduce the idea of buffer ownership
Russell King
1
-1
/
+3
2009-12-22
ARM: 5857/1: ARM: dmabounce: fix build
Mike Rapoport
1
-1
/
+1
2009-12-14
ARM: use flush_kernel_dcache_area() for dmabounce
Russell King
1
-8
/
+4
2009-11-23
ARM: dma-mapping: split dma_unmap_page() from dma_unmap_single()
Russell King
1
-3
/
+18
2009-03-16
[ARM] make page_to_dma() highmem aware
Nicolas Pitre
1
-0
/
+7
2008-09-29
[ARM] dma: add validation of DMA params
Russell King
1
-4
/
+7
2008-09-29
[ARM] dma: coding style cleanups
Russell King
1
-32
/
+16
2008-09-29
[ARM] dma: fix dmabounce dma_sync_xxx() implementations
Russell King
1
-86
/
+58
2008-09-29
[ARM] dma: use new dmabounce_sync_for_xxx() for dma_sync_single_xxx()
Russell King
1
-24
/
+0
2008-09-29
[ARM] dma: Reduce to one dma_sync_sg_* implementation
Russell King
1
-36
/
+12
2008-09-26
[ARM] dma: Reduce to one dma_map_sg()/dma_unmap_sg() implementation
Russell King
1
-46
/
+0
2008-09-26
[ARM] dma: provide a better dma_map_page() implementation
Russell King
1
-0
/
+13
2008-09-25
[ARM] Update dma_map_sg()/dma_unmap_sg() API
Russell King
1
-15
/
+18
2008-08-10
[ARM] dma-mapping: provide sync_range APIs
Russell King
1
-18
/
+20
2008-08-10
[ARM] dma-mapping: improve type-safeness of DMA translations
Russell King
1
-9
/
+9
2008-07-26
dma-mapping: add the device argument to dma_mapping_error()
FUJITA Tomonori
1
-1
/
+1
2008-07-22
driver core: fix a lot of printk usages of bus_id
Greg Kroah-Hartman
1
-13
/
+9
2008-06-22
[ARM] Export dma_sync_sg_for_device()
Russell King
1
-1
/
+2
2007-10-23
arm: build fix
FUJITA Tomonori
1
-0
/
+1
2007-10-22
Update arch/ to use sg helpers
Jens Axboe
1
-1
/
+1
2007-10-13
[ARM] Rename consistent_sync() as dma_cache_maint()
Russell King
1
-2
/
+2
2007-05-20
[ARM] spelling fixes
Simon Arlott
1
-1
/
+1
[next]