summaryrefslogtreecommitdiff
path: root/drivers/dma-buf/heaps/system_heap.c
AgeCommit message (Expand)Author
2023-06-21dma-buf/heaps: Don't assert held reservation lock for dma-buf mmappingDmitry Osipenko
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-13dma-buf: heaps: remove MODULE_LICENSE in non-modulesNick Alcock
2023-03-28dma-buf: system_heap: avoid reclaim for order 4Jaewon Kim
2022-11-11dma-buf/heaps: Assert held reservation lock for dma-buf mmappingDmitry Osipenko
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi
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