summaryrefslogtreecommitdiff
path: root/arch/arc/mm/dma.c
AgeCommit message (Expand)Author
2023-12-12iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()Jason Gunthorpe
2021-12-28arc: Replace lkml.org links with loreKees Cook
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-08-29dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig
2019-08-05ARC: fix typo in setup_dma_ops log messageEugeniy Paltsev
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-06-25arc: use the generic remapping allocator for coherent DMA allocationsChristoph Hellwig
2019-06-25arc: remove the partial DMA_ATTR_NON_CONSISTENT supportChristoph Hellwig
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig
2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig
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