summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/heaps/cma_heap.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-16dma-buf: cma_heap: Include linux/vmalloc.h to fix build failures on MIPSJohn Stultz1-0/+1
2020-11-22dma-buf: heaps: Skip sync if not mappedJohn Stultz1-0/+10
2020-11-22dma-buf: heaps: Move heap-helper logic into the cma_heap implementationJohn Stultz1-49/+270
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+1
2019-12-11dma-buf: heaps: Add CMA heap to dmabuf heapsJohn Stultz1-0/+177
2019-10-30Revert "dma-buf: heaps: Add CMA heap to dmabuf heaps"Sean Paul1-178/+0
2019-10-25dma-buf: heaps: Add CMA heap to dmabuf heapsJohn Stultz1-0/+178