summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/heaps
Commit message (Expand)AuthorAgeFilesLines
* dma-buf: cma_heap: Fix memory leak in CMA heapJohn Stultz2021-01-101-0/+3
* dma-buf: cma_heap: Include linux/vmalloc.h to fix build failures on MIPSJohn Stultz2020-12-161-0/+1
* dma-buf: system_heap: Allocate higher order pages if availableJohn Stultz2020-11-221-18/+71
* dma-buf: heaps: Skip sync if not mappedJohn Stultz2020-11-222-0/+20
* dma-buf: heaps: Remove heap-helpers codeJohn Stultz2020-11-223-328/+0
* dma-buf: heaps: Move heap-helper logic into the cma_heap implementationJohn Stultz2020-11-221-49/+270
* dma-buf: system_heap: Rework system heap to use sgtables instead of pagelistsJohn Stultz2020-11-221-46/+303
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-11-022-8/+7
|\
| * Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+1
| |\
| | * dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
| * | dmabuf: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-7/+6
| |/
* | dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfacesThomas Zimmermann2020-09-291-1/+1
* | dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann2020-09-291-2/+6
|/
* dma-buf: heaps: Remove redundant heap identifier from system heap nameAndrew F. Davis2019-12-171-1/+1
* dma-buf: heaps: Add CMA heap to dmabuf heapsJohn Stultz2019-12-113-0/+186
* dma-buf: heaps: Add system heap to dmabuf heapsJohn Stultz2019-12-113-0/+130
* dma-buf: heaps: Add heap helpersJohn Stultz2019-12-113-0/+326
* Revert "dma-buf: heaps: Add heap helpers"Sean Paul2019-10-303-325/+0
* Revert "dma-buf: heaps: Add system heap to dmabuf heaps"Sean Paul2019-10-303-131/+0
* Revert "dma-buf: heaps: Add CMA heap to dmabuf heaps"Sean Paul2019-10-303-187/+0
* dma-buf: heaps: Add CMA heap to dmabuf heapsJohn Stultz2019-10-253-0/+187
* dma-buf: heaps: Add system heap to dmabuf heapsJohn Stultz2019-10-253-0/+131
* dma-buf: heaps: Add heap helpersJohn Stultz2019-10-253-0/+325