index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
common
/
dmabounce.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM/dma-mapping: remove dmabounce
Christoph Hellwig
2022-07-07
1
-582
/
+0
*
dma-mapping: split <linux/dma-mapping.h>
Christoph Hellwig
2020-10-06
1
-0
/
+1
*
ARM/dma-mapping: move various helpers from dma-mapping.h to dma-direct.h
Christoph Hellwig
2020-09-17
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
arm: remove the mapping_error dma_map_ops method
Christoph Hellwig
2018-12-06
1
-9
/
+3
*
arm: implement ->dma_supported instead of ->set_dma_mask
Christoph Hellwig
2017-06-28
1
-4
/
+3
*
arm: remove arch specific dma_supported implementation
Christoph Hellwig
2017-06-28
1
-0
/
+1
*
arm: implement ->mapping_error
Christoph Hellwig
2017-06-28
1
-3
/
+10
*
treewide: Constify most dma_map_ops structures
Bart Van Assche
2017-01-24
1
-1
/
+1
*
arch/arm: add option to skip sync on DMA map and unmap
Alexander Duyck
2016-12-14
1
-6
/
+10
*
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
2016-08-04
1
-2
/
+2
*
ARM: dma-mapping: add support for dma_get_sgtable()
Marek Szyprowski
2012-07-30
1
-0
/
+1
*
ARM: dma-mapping: fix debug messages in dmabounce code
Marek Szyprowski
2012-06-13
1
-8
/
+8
*
ARM: dma-mapping: use alloc, mmap, free from dma_ops
Marek Szyprowski
2012-05-21
1
-0
/
+3
*
ARM: dma-mapping: move all dma bounce code to separate dma ops structure
Marek Szyprowski
2012-05-21
1
-13
/
+49
*
ARM: dma-mapping: remove offset parameter to prepare for generic dma_ops
Marek Szyprowski
2012-05-21
1
-3
/
+10
*
ARM: dma-mapping: introduce DMA_ERROR_CODE constant
Marek Szyprowski
2012-05-21
1
-3
/
+3
*
ARM: dmabounce: get rid of dma_needs_bounce global function
Russell King
2011-07-04
1
-2
/
+6
*
ARM: dmabounce: correct unmap_single dev_dbg
Russell King
2011-07-03
1
-2
/
+2
*
ARM: dmabounce: check pointer against NULL not 0
Russell King
2011-07-03
1
-1
/
+1
*
ARM: dmabounce: remove useless pr_err
Russell King
2011-07-03
1
-4
/
+1
*
ARM: dmabounce: move decision for bouncing into __dma_map_page()
Russell King
2011-07-03
1
-66
/
+58
*
ARM: dmabounce: separate out decision to bounce
Russell King
2011-07-03
1
-18
/
+28
*
ARM: dmabounce: avoid needless valid_dma_direction() check
Russell King
2011-07-03
1
-2
/
+0
*
ARM: dma-mapping: define dma_(un)?map_single in terms of dma_(un)?map_page
Russell King
2011-07-03
1
-28
/
+0
*
ARM: dmabounce: fix map_single() error return value
Russell King
2011-07-03
1
-1
/
+1
*
ARM: DMA: add support for DMA debugging
Russell King
2011-01-06
1
-8
/
+8
*
-
-
-
.
Merge branches 'at91', 'cache', 'cup', 'ep93xx', 'ixp4xx', 'nuc', 'pending-dm...
Russell King
2010-02-25
1
-1
/
+3
|
\
\
\
|
|
|
*
ARM: dma-mapping: introduce the idea of buffer ownership
Russell King
2010-02-15
1
-1
/
+3
|
|
|
/
|
|
/
|
*
/
|
ARM: 5857/1: ARM: dmabounce: fix build
Mike Rapoport
2009-12-22
1
-1
/
+1
|
/
/
*
|
ARM: use flush_kernel_dcache_area() for dmabounce
Russell King
2009-12-14
1
-8
/
+4
*
|
ARM: dma-mapping: split dma_unmap_page() from dma_unmap_single()
Russell King
2009-11-23
1
-3
/
+18
|
/
*
[ARM] make page_to_dma() highmem aware
Nicolas Pitre
2009-03-15
1
-0
/
+7
*
[ARM] dma: add validation of DMA params
Russell King
2008-09-29
1
-4
/
+7
*
[ARM] dma: coding style cleanups
Russell King
2008-09-29
1
-32
/
+16
*
[ARM] dma: fix dmabounce dma_sync_xxx() implementations
Russell King
2008-09-29
1
-86
/
+58
*
[ARM] dma: use new dmabounce_sync_for_xxx() for dma_sync_single_xxx()
Russell King
2008-09-29
1
-24
/
+0
*
[ARM] dma: Reduce to one dma_sync_sg_* implementation
Russell King
2008-09-29
1
-36
/
+12
*
[ARM] dma: Reduce to one dma_map_sg()/dma_unmap_sg() implementation
Russell King
2008-09-25
1
-46
/
+0
*
[ARM] dma: provide a better dma_map_page() implementation
Russell King
2008-09-25
1
-0
/
+13
*
[ARM] Update dma_map_sg()/dma_unmap_sg() API
Russell King
2008-09-25
1
-15
/
+18
*
[ARM] dma-mapping: provide sync_range APIs
Russell King
2008-08-10
1
-18
/
+20
*
[ARM] dma-mapping: improve type-safeness of DMA translations
Russell King
2008-08-10
1
-9
/
+9
*
dma-mapping: add the device argument to dma_mapping_error()
FUJITA Tomonori
2008-07-26
1
-1
/
+1
*
driver core: fix a lot of printk usages of bus_id
Greg Kroah-Hartman
2008-07-21
1
-13
/
+9
*
[ARM] Export dma_sync_sg_for_device()
Russell King
2008-06-22
1
-1
/
+2
*
arm: build fix
FUJITA Tomonori
2007-10-23
1
-0
/
+1
*
Update arch/ to use sg helpers
Jens Axboe
2007-10-22
1
-1
/
+1
*
[ARM] Rename consistent_sync() as dma_cache_maint()
Russell King
2007-10-12
1
-2
/
+2
*
[ARM] spelling fixes
Simon Arlott
2007-05-20
1
-1
/
+1
[next]