summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/heaps/system_heap.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi1-5/+5
2021-12-01dma-buf: system_heap: Use 'for_each_sgtable_sg' in pages free flowGuangming1-1/+1
2021-09-14dma-buf: system_heap: Avoid warning on mid-order allocationsJohn Stultz1-2/+3
2021-02-25dma-buf: heaps: Fix the name used when exporting dmabufs to be the actual hea...John Stultz1-0/+1
2021-01-22dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead...John Stultz1-14/+7
2021-01-22dma-buf: system_heap: Make sure to return an error if we abortJohn Stultz1-1/+3
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 Stultz1-0/+10
2020-11-22dma-buf: system_heap: Rework system heap to use sgtables instead of pagelistsJohn Stultz1-46/+303
2019-12-17dma-buf: heaps: Remove redundant heap identifier from system heap nameAndrew F. Davis1-1/+1
2019-12-11dma-buf: heaps: Add system heap to dmabuf heapsJohn Stultz1-0/+123
2019-10-30Revert "dma-buf: heaps: Add system heap to dmabuf heaps"Sean Paul1-124/+0
2019-10-25dma-buf: heaps: Add system heap to dmabuf heapsJohn Stultz1-0/+124