summaryrefslogtreecommitdiff
path: root/drivers/dma-buf/heaps/system_heap.c
AgeCommit message (Expand)Author
2021-12-01dma-buf: system_heap: Use 'for_each_sgtable_sg' in pages free flowGuangming
2021-09-14dma-buf: system_heap: Avoid warning on mid-order allocationsJohn Stultz
2021-02-25dma-buf: heaps: Fix the name used when exporting dmabufs to be the actual hea...John Stultz
2021-01-22dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead...John Stultz
2021-01-22dma-buf: system_heap: Make sure to return an error if we abortJohn Stultz
2020-11-22dma-buf: system_heap: Allocate higher order pages if availableJohn Stultz
2020-11-22dma-buf: heaps: Skip sync if not mappedJohn Stultz
2020-11-22dma-buf: system_heap: Rework system heap to use sgtables instead of pagelistsJohn Stultz
2019-12-17dma-buf: heaps: Remove redundant heap identifier from system heap nameAndrew F. Davis
2019-12-11dma-buf: heaps: Add system heap to dmabuf heapsJohn Stultz
2019-10-30Revert "dma-buf: heaps: Add system heap to dmabuf heaps"Sean Paul
2019-10-25dma-buf: heaps: Add system heap to dmabuf heapsJohn Stultz