summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/heaps/system_heap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dma-buf: system_heap: Use 'for_each_sgtable_sg' in pages free flowGuangming2021-12-011-1/+1
* dma-buf: system_heap: Avoid warning on mid-order allocationsJohn Stultz2021-09-141-2/+3
* dma-buf: heaps: Fix the name used when exporting dmabufs to be the actual hea...John Stultz2021-02-251-0/+1
* dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead...John Stultz2021-01-221-14/+7
* dma-buf: system_heap: Make sure to return an error if we abortJohn Stultz2021-01-221-1/+3
* 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-221-0/+10
* dma-buf: system_heap: Rework system heap to use sgtables instead of pagelistsJohn Stultz2020-11-221-46/+303
* dma-buf: heaps: Remove redundant heap identifier from system heap nameAndrew F. Davis2019-12-171-1/+1
* dma-buf: heaps: Add system heap to dmabuf heapsJohn Stultz2019-12-111-0/+123
* Revert "dma-buf: heaps: Add system heap to dmabuf heaps"Sean Paul2019-10-301-124/+0
* dma-buf: heaps: Add system heap to dmabuf heapsJohn Stultz2019-10-251-0/+124