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
/
arch
/
mips
/
include
/
asm
/
dma-mapping.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-13
dma-mapping: add a kconfig symbol for arch_setup_dma_ops availability
Christoph Hellwig
1
-10
/
+0
2018-12-13
dma-mapping: bypass indirect calls for dma-direct
Christoph Hellwig
1
-1
/
+1
2018-12-13
dma-direct: merge swiotlb_dma_ops into the dma_direct code
Christoph Hellwig
1
-2
/
+0
2018-09-20
dma-mapping: merge direct and noncoherent ops
Christoph Hellwig
1
-2
/
+0
2018-09-20
dma-mapping: move the dma_coherent flag to struct device
Christoph Hellwig
1
-1
/
+1
2018-07-27
MIPS: remove mips_swiotlb_ops
Christoph Hellwig
1
-2
/
+3
2018-06-24
MIPS: remove unneeded includes from dma-mapping.h
Christoph Hellwig
1
-8
/
+0
2018-06-24
MIPS: remove the old dma-default implementation
Christoph Hellwig
1
-3
/
+0
2018-06-24
MIPS: jazz: split dma mapping operations from dma-default
Christoph Hellwig
1
-1
/
+4
2018-06-24
MIPS: use generic dma noncoherent ops for simple noncoherent platforms
Christoph Hellwig
1
-0
/
+2
2018-06-24
MIPS: use dma_direct_ops for coherent I/O
Christoph Hellwig
1
-1
/
+1
2018-06-24
MIPS: make the default mips dma implementation optional
Christoph Hellwig
1
-1
/
+3
2018-06-24
MIPS: remove the mips_dma_map_ops indirection
Christoph Hellwig
1
-2
/
+2
2018-06-24
MIPS: consolidate the swiotlb implementations
Christoph Hellwig
1
-0
/
+5
2018-01-10
dma-mapping: move dma_mark_clean to dma-direct.h
Christoph Hellwig
1
-2
/
+0
2018-01-10
dma-mapping: move swiotlb arch helpers to a new header
Christoph Hellwig
1
-8
/
+0
2018-01-10
mips: fix an off-by-one in dma_capable
Christoph Hellwig
1
-1
/
+1
2017-11-14
Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-3
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-19
dma-mapping: turn dma_cache_sync into a dma_map_ops method
Christoph Hellwig
1
-3
/
+0
2017-01-24
treewide: Consolidate get_dma_ops() implementations
Bart Van Assche
1
-5
/
+2
2017-01-24
treewide: Move dma_ops from struct dev_archdata into struct device
Bart Van Assche
1
-2
/
+2
2017-01-24
treewide: Constify most dma_map_ops structures
Bart Van Assche
1
-2
/
+2
2016-10-06
MIPS: Support per-device DMA coherence
Paul Burton
1
-0
/
+10
2016-01-20
dma-mapping: always provide the dma_map_ops based implementation
Christoph Hellwig
1
-2
/
+0
2015-09-10
dma-mapping: consolidate dma_set_mask
Christoph Hellwig
1
-16
/
+0
2015-09-10
dma-mapping: consolidate dma_supported
Christoph Hellwig
1
-6
/
+0
2015-09-10
dma-mapping: cosolidate dma_mapping_error
Christoph Hellwig
1
-8
/
+0
2015-09-10
dma-mapping: consolidate dma_{alloc,free}_noncoherent
Christoph Hellwig
1
-6
/
+0
2015-09-10
dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}
Christoph Hellwig
1
-31
/
+0
2015-05-05
remove <asm/scatterlist.h>
Christoph Hellwig
1
-1
/
+1
2015-04-01
MIPS: Use bool function return values of true/false not 1/0
Joe Perches
1
-1
/
+1
2014-03-31
MIPS: Loongson: Add swiotlb to support All-Memory DMA
Huacai Chen
1
-0
/
+5
2013-05-01
MIPS: Add option to disable software I/O coherency.
Steven J. Hill
1
-0
/
+1
2013-02-01
MIPS: Whitespace cleanup.
Ralf Baechle
1
-1
/
+1
2012-11-28
mips: dma_debug: add debug_dma_mapping_error support
Shuah Khan
1
-0
/
+2
2012-03-28
MIPS: adapt for dma_map_ops changes
Andrzej Pietrasiewicz
1
-6
/
+12
2011-05-18
MIPS: Kludge IP27 build for 2.6.39.
Ralf Baechle
1
-0
/
+2
2010-10-29
MIPS: Convert DMA to use dma-mapping-common.h
David Daney
1
-38
/
+58
2010-08-11
dma-mapping: remove dma_is_consistent API
FUJITA Tomonori
1
-2
/
+0
2010-08-11
dma-mapping: unify dma_get_cache_alignment implementations
FUJITA Tomonori
1
-7
/
+0
2009-11-13
MIPS: Add DMA declare coherent memory support
Yoichi Yuasa
1
-10
/
+1
2009-05-14
MIPS: Synchronize dma_map_page and dma_map_single
Atsushi Nemoto
1
-2
/
+7
2008-10-11
MIPS: Move headfiles to new location below arch/mips/include
Ralf Baechle
1
-0
/
+81