summaryrefslogtreecommitdiffstats
path: root/kernel/dma/coherent.c
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: clear dev->dma_mem to NULL after freeing itJoakim Zhang2023-12-151-1/+3
* dma-mapping: Add dma_release_coherent_memory to DMA APIMark-PK Tsai2022-06-241-2/+8
* dma-mapping: use 'bitmap_zalloc()' when applicableChristophe JAILLET2021-10-271-3/+2
* dma-mapping: make the global coherent pool conditionalChristoph Hellwig2021-08-191-22/+27
* dma-mapping: add a dma_init_global_coherent helperChristoph Hellwig2021-08-181-18/+14
* dma-mapping: simplify dma_init_coherent_memoryChristoph Hellwig2021-08-181-45/+33
* dma-mapping: allow using the global coherent pool for !ARMChristoph Hellwig2021-08-181-0/+2
* dma-mapping: remove a trailing spaceZhen Lei2021-06-221-1/+1
* dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-0/+1
* dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan2020-09-171-4/+3
* dma-mapping: move the dma_declare_coherent_memory documentationChristoph Hellwig2020-09-111-0/+17
* dma-coherent: fix integer overflow in the reserved-memory dma allocationKevin Grandemange2020-03-161-6/+7
* dma-mapping: fix handling of dma-ranges for reserved memory (again)Vladimir Murzin2019-10-301-7/+9
* dma-mapping: remove the dma_declare_coherent_memory exportChristoph Hellwig2019-09-041-1/+0
* dma-mapping: remove the dma_mmap_from_dev_coherent exportChristoph Hellwig2019-09-041-1/+0
* dma-mapping: remove dma_release_declared_memoryChristoph Hellwig2019-09-041-11/+0
* dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flagChristoph Hellwig2019-02-201-18/+7
* dma-mapping: remove dma_mark_declared_memory_occupiedChristoph Hellwig2019-02-201-23/+0
* dma-mapping: remove an incorrect __iommem annotationChristoph Hellwig2019-02-131-1/+1
* dma-mapping: remove a few unused exportsChristoph Hellwig2019-01-041-2/+0
* dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig2018-06-141-0/+434