index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arc
/
mm
/
dma.c
Age
Commit message (
Expand
)
Author
2018-01-09
arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMA
Christoph Hellwig
2017-08-21
Merge tag 'arc-4.13-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2017-08-04
ARC: dma: implement dma_unmap_page and sg variant
Vineet Gupta
2017-07-20
dma-coherent: introduce interface for default DMA pool
Vladimir Murzin
2017-01-24
treewide: Constify most dma_map_ops structures
Bart Van Assche
2016-12-14
arch/arc: add option to skip sync on DMA mapping
Alexander Duyck
2016-11-03
arc: Implement arch-specific dma_map_ops.mmap
Alexey Brodkin
2016-10-24
ARCv2: IOC: use @ioc_enable not @ioc_exist where intended
Vineet Gupta
2016-08-04
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
2016-07-20
ARC: dma: fix address translation in arc_dma_free
Vladimir Kondratiev
2016-05-30
Fix typos
Andrea Gelmini
2016-03-19
ARC: dma: reintroduce platform specific dma<->phys
Vineet Gupta
2016-03-19
ARC: dma: ioremap: use phys_addr_t consistenctly in code paths
Vineet Gupta
2016-03-19
ARC: dma: pass_phys() not sg_virt() to cache ops
Vineet Gupta
2016-03-19
ARC: dma: non-coherent pages need V-P mapping if in HIGHMEM
Vineet Gupta
2016-03-19
ARC: dma: Use struct page based page allocator helpers
Vineet Gupta
2016-01-20
arc: convert to dma_map_ops
Christoph Hellwig
2015-08-21
ARC: Eliminate some ARCv2 specific code for ARCompact build
Vineet Gupta
2015-08-20
ARCv2: Support IO Coherency and permutations involving L1 and L2 caches
Alexey Brodkin
2015-07-06
ARC: Don't memzero twice in dma_alloc_coherent for __GFP_ZERO
Vineet Gupta
2015-06-25
ARCv2: SLC: Handle explcit flush for DMA ops (w/o IO-coherency)
Vineet Gupta
2015-06-19
ARC: remove the unused platform helpers from dma mapping API
Vineet Gupta
2013-02-15
ARC: I/O and DMA Mappings
Vineet Gupta