summaryrefslogtreecommitdiff
path: root/kernel/dma/coherent.c
AgeCommit message (Expand)Author
2023-12-15dma-mapping: clear dev->dma_mem to NULL after freeing itJoakim Zhang
2022-06-24dma-mapping: Add dma_release_coherent_memory to DMA APIMark-PK Tsai
2021-10-27dma-mapping: use 'bitmap_zalloc()' when applicableChristophe JAILLET
2021-08-19dma-mapping: make the global coherent pool conditionalChristoph Hellwig
2021-08-18dma-mapping: add a dma_init_global_coherent helperChristoph Hellwig
2021-08-18dma-mapping: simplify dma_init_coherent_memoryChristoph Hellwig
2021-08-18dma-mapping: allow using the global coherent pool for !ARMChristoph Hellwig
2021-06-22dma-mapping: remove a trailing spaceZhen Lei
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan
2020-09-11dma-mapping: move the dma_declare_coherent_memory documentationChristoph Hellwig
2020-03-16dma-coherent: fix integer overflow in the reserved-memory dma allocationKevin Grandemange
2019-10-30dma-mapping: fix handling of dma-ranges for reserved memory (again)Vladimir Murzin
2019-09-04dma-mapping: remove the dma_declare_coherent_memory exportChristoph Hellwig
2019-09-04dma-mapping: remove the dma_mmap_from_dev_coherent exportChristoph Hellwig
2019-09-04dma-mapping: remove dma_release_declared_memoryChristoph Hellwig
2019-02-20dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flagChristoph Hellwig
2019-02-20dma-mapping: remove dma_mark_declared_memory_occupiedChristoph Hellwig
2019-02-13dma-mapping: remove an incorrect __iommem annotationChristoph Hellwig
2019-01-04dma-mapping: remove a few unused exportsChristoph Hellwig
2018-06-14dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig