aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/heaps/cma_heap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi1-5/+5
2022-01-13dma-buf: cma_heap: Fix mutex locking sectionWeizhao Ouyang1-2/+4
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-0/+1
2021-02-25dma-buf: heaps: Fix the name used when exporting dmabufs to be the actual heap nameJohn Stultz1-0/+1
2021-02-24dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead of fdJohn Stultz1-15/+7
2021-01-22dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead of fdJohn Stultz1-15/+7
2021-01-10dma-buf: cma_heap: Fix memory leak in CMA heapJohn Stultz1-0/+3
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