summaryrefslogtreecommitdiffstats
path: root/arch/arc/mm/dma.c
AgeCommit message (Expand)Author
2018-09-04ARC: don't check for HIGHMEM pages in arch_dma_allocEugeniy Paltsev
2018-09-04ARC: dma [IOC] Enable per device io coherencyEugeniy Paltsev
2018-07-27ARC: dma [non IOC]: fix arc_dma_sync_single_for_(device|cpu)Eugeniy Paltsev
2018-05-19arc: use generic dma_noncoherent_opsChristoph Hellwig
2018-05-19arc: fix arc_dma_{map,unmap}_pageChristoph Hellwig
2018-05-19arc: fix arc_dma_sync_sg_for_{cpu,device}Christoph Hellwig
2018-05-19arc: simplify arc_dma_sync_single_for_{cpu,device}Christoph Hellwig
2018-01-09arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMAChristoph Hellwig
2017-08-21Merge tag 'arc-4.13-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-08-04ARC: dma: implement dma_unmap_page and sg variantVineet Gupta
2017-07-20dma-coherent: introduce interface for default DMA poolVladimir Murzin
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche
2016-12-14arch/arc: add option to skip sync on DMA mappingAlexander Duyck
2016-11-03arc: Implement arch-specific dma_map_ops.mmapAlexey Brodkin
2016-10-24ARCv2: IOC: use @ioc_enable not @ioc_exist where intendedVineet Gupta
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-07-20ARC: dma: fix address translation in arc_dma_freeVladimir Kondratiev
2016-05-30Fix typosAndrea Gelmini
2016-03-19ARC: dma: reintroduce platform specific dma<->physVineet Gupta
2016-03-19ARC: dma: ioremap: use phys_addr_t consistenctly in code pathsVineet Gupta
2016-03-19ARC: dma: pass_phys() not sg_virt() to cache opsVineet Gupta
2016-03-19ARC: dma: non-coherent pages need V-P mapping if in HIGHMEMVineet Gupta
2016-03-19ARC: dma: Use struct page based page allocator helpersVineet Gupta
2016-01-20arc: convert to dma_map_opsChristoph Hellwig
2015-08-21ARC: Eliminate some ARCv2 specific code for ARCompact buildVineet Gupta
2015-08-20ARCv2: Support IO Coherency and permutations involving L1 and L2 cachesAlexey Brodkin
2015-07-06ARC: Don't memzero twice in dma_alloc_coherent for __GFP_ZEROVineet Gupta
2015-06-25ARCv2: SLC: Handle explcit flush for DMA ops (w/o IO-coherency)Vineet Gupta
2015-06-19ARC: remove the unused platform helpers from dma mapping APIVineet Gupta
2013-02-15ARC: I/O and DMA MappingsVineet Gupta