summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/heaps/system_heap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-3/+2
|\
| * dma-buf: system_heap: avoid reclaim for order 4Jaewon Kim2023-03-281-3/+2
* | dma-buf: heaps: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
|/
* dma-buf/heaps: Assert held reservation lock for dma-buf mmappingDmitry Osipenko2022-11-111-0/+3
* dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-071-5/+5
* 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