aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/dma-noncoherent.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-10/+10
2019-11-11dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig1-2/+0
2019-08-29dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig1-2/+11
2019-08-10dma-mapping: fix page attributes for dma_mmap_*Christoph Hellwig1-4/+9
2019-07-08dma-mapping: mark dma_alloc_need_uncached as __always_inlineChristoph Hellwig1-1/+1
2019-06-25dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING in common codeChristoph Hellwig1-0/+2
2019-06-25dma-mapping: add a dma_alloc_need_uncached helperChristoph Hellwig1-0/+14
2019-06-03dma-direct: provide generic support for uncached kernel segmentsChristoph Hellwig1-0/+3
2019-05-06dma-mapping: add a Kconfig symbol to indicate arch_dma_prep_coherent presenceChristoph Hellwig1-0/+6
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig1-1/+4
2018-12-01dma-mapping: move the arm64 noncoherent alloc/free support to common codeChristoph Hellwig1-0/+2
2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig1-2/+8
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig1-5/+0
2018-09-20dma-mapping: move the dma_coherent flag to struct deviceChristoph Hellwig1-0/+16
2018-06-24dma-noncoherent: add a arch_sync_dma_for_cpu_all hookChristoph Hellwig1-0/+8
2018-05-19dma-mapping: provide a generic dma-noncoherent implementationChristoph Hellwig1-0/+47