index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arc
/
mm
/
dma.c
Age
Commit message (
Expand
)
Author
2020-10-06
dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>
Christoph Hellwig
2020-10-06
dma-mapping: split <linux/dma-mapping.h>
Christoph Hellwig
2019-11-20
dma-mapping: drop the dev argument to arch_sync_dma_for_*
Christoph Hellwig
2019-09-19
Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2019-08-29
dma-mapping: make dma_atomic_pool_init self-contained
Christoph Hellwig
2019-08-05
ARC: fix typo in setup_dma_ops log message
Eugeniy Paltsev
2019-07-12
Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2019-06-25
arc: use the generic remapping allocator for coherent DMA allocations
Christoph Hellwig
2019-06-25
arc: remove the partial DMA_ATTR_NON_CONSISTENT support
Christoph Hellwig
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2018-12-20
dma-mapping: zero memory returned from dma_alloc_*
Christoph Hellwig
2018-09-20
dma-mapping: consolidate the dma mmap implementations
Christoph Hellwig
2018-09-20
dma-mapping: merge direct and noncoherent ops
Christoph Hellwig
2018-09-04
ARC: don't check for HIGHMEM pages in arch_dma_alloc
Eugeniy Paltsev
2018-09-04
ARC: dma [IOC] Enable per device io coherency
Eugeniy Paltsev
2018-07-27
ARC: dma [non IOC]: fix arc_dma_sync_single_for_(device|cpu)
Eugeniy Paltsev
2018-05-19
arc: use generic dma_noncoherent_ops
Christoph Hellwig
2018-05-19
arc: fix arc_dma_{map,unmap}_page
Christoph Hellwig
2018-05-19
arc: fix arc_dma_sync_sg_for_{cpu,device}
Christoph Hellwig
2018-05-19
arc: simplify arc_dma_sync_single_for_{cpu,device}
Christoph Hellwig
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