summaryrefslogtreecommitdiff
path: root/drivers/dma-buf/heaps/system_heap.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-19dma-buf/heaps: Correct the types of fd_flags and heap_flagsBarry Song1-2/+2
2023-06-21dma-buf/heaps: Don't assert held reservation lock for dma-buf mmappingDmitry Osipenko1-3/+0
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+2
2023-04-13dma-buf: heaps: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-03-29dma-buf: system_heap: avoid reclaim for order 4Jaewon Kim1-3/+2
2022-11-11dma-buf/heaps: Assert held reservation lock for dma-buf mmappingDmitry Osipenko1-0/+3
2022-02-08dma-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