aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/heaps (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie2-0/+2
2021-02-25dma-buf: heaps: Fix the name used when exporting dmabufs to be the actual heap nameJohn Stultz2-0/+2
2021-02-24dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead of fdJohn Stultz2-29/+14
2021-02-24dma-buf: system_heap: Make sure to return an error if we abortJohn Stultz1-1/+3
2021-01-22dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead of fdJohn Stultz2-29/+14
2021-01-22dma-buf: system_heap: Make sure to return an error if we abortJohn Stultz1-1/+3
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: system_heap: Allocate higher order pages if availableJohn Stultz1-18/+71
2020-11-22dma-buf: heaps: Skip sync if not mappedJohn Stultz2-0/+20
2020-11-22dma-buf: heaps: Remove heap-helpers codeJohn Stultz3-328/+0
2020-11-22dma-buf: heaps: Move heap-helper logic into the cma_heap implementationJohn Stultz1-49/+270
2020-11-22dma-buf: system_heap: Rework system heap to use sgtables instead of pagelistsJohn Stultz1-46/+303
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard2-8/+7
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+1
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfacesThomas Zimmermann1-1/+1
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann1-2/+6
2020-09-10dmabuf: fix common struct sg_table related issuesMarek Szyprowski1-7/+6
2019-12-17dma-buf: heaps: Remove redundant heap identifier from system heap nameAndrew F. Davis1-1/+1
2019-12-11dma-buf: heaps: Add CMA heap to dmabuf heapsJohn Stultz3-0/+186
2019-12-11dma-buf: heaps: Add system heap to dmabuf heapsJohn Stultz3-0/+130
2019-12-11dma-buf: heaps: Add heap helpersJohn Stultz3-0/+326
2019-10-30Revert "dma-buf: heaps: Add heap helpers"Sean Paul3-325/+0
2019-10-30Revert "dma-buf: heaps: Add system heap to dmabuf heaps"Sean Paul3-131/+0
2019-10-30Revert "dma-buf: heaps: Add CMA heap to dmabuf heaps"Sean Paul3-187/+0
2019-10-25dma-buf: heaps: Add CMA heap to dmabuf heapsJohn Stultz3-0/+187
2019-10-25dma-buf: heaps: Add system heap to dmabuf heapsJohn Stultz3-0/+131
2019-10-25dma-buf: heaps: Add heap helpersJohn Stultz3-0/+325