summaryrefslogtreecommitdiffstats
path: root/include/linux/dma-noncoherent.h
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: fix page attributes for dma_mmap_*Christoph Hellwig2019-08-101-4/+9
* dma-mapping: mark dma_alloc_need_uncached as __always_inlineChristoph Hellwig2019-07-081-1/+1
* dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING in common codeChristoph Hellwig2019-06-251-0/+2
* dma-mapping: add a dma_alloc_need_uncached helperChristoph Hellwig2019-06-251-0/+14
* dma-direct: provide generic support for uncached kernel segmentsChristoph Hellwig2019-06-031-0/+3
* dma-mapping: add a Kconfig symbol to indicate arch_dma_prep_coherent presenceChristoph Hellwig2019-05-061-0/+6
* dma-mapping: bypass indirect calls for dma-directChristoph Hellwig2018-12-131-1/+4
* dma-mapping: move the arm64 noncoherent alloc/free support to common codeChristoph Hellwig2018-12-011-0/+2
* dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig2018-09-201-2/+8
* dma-mapping: merge direct and noncoherent opsChristoph Hellwig2018-09-201-5/+0Star
* dma-mapping: move the dma_coherent flag to struct deviceChristoph Hellwig2018-09-201-0/+16
* dma-noncoherent: add a arch_sync_dma_for_cpu_all hookChristoph Hellwig2018-06-241-0/+8
* dma-mapping: provide a generic dma-noncoherent implementationChristoph Hellwig2018-05-191-0/+47