summaryrefslogtreecommitdiff
path: root/drivers/dma-buf/heaps
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-132-2/+0
|/
* dma-buf/heaps: Assert held reservation lock for dma-buf mmappingDmitry Osipenko2022-11-112-0/+6
* dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-072-10/+10
* dma-buf: cma_heap: Fix mutex locking sectionWeizhao Ouyang2022-01-131-2/+4
* 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
* Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-162-0/+2
|\
| * dma-buf: heaps: Fix the name used when exporting dmabufs to be the actual hea...John Stultz2021-02-252-0/+2
| * dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead...John Stultz2021-01-222-29/+14
| * dma-buf: system_heap: Make sure to return an error if we abortJohn Stultz2021-01-221-1/+3
* | dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead...John Stultz2021-02-242-29/+14
* | dma-buf: system_heap: Make sure to return an error if we abortJohn Stultz2021-02-241-1/+3
* | dma-buf: cma_heap: Fix memory leak in CMA heapJohn Stultz2021-01-101-0/+3
|/
* dma-buf: cma_heap: Include linux/vmalloc.h to fix build failures on MIPSJohn Stultz2020-12-161-0/+1
* 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-222-0/+20
* dma-buf: heaps: Remove heap-helpers codeJohn Stultz2020-11-223-328/+0
* dma-buf: heaps: Move heap-helper logic into the cma_heap implementationJohn Stultz2020-11-221-49/+270
* dma-buf: system_heap: Rework system heap to use sgtables instead of pagelistsJohn Stultz2020-11-221-46/+303
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-11-022-8/+7
|\
| * Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+1
| |\
| | * dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
| * | dmabuf: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-7/+6
| |/
* | dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfacesThomas Zimmermann2020-09-291-1/+1
* | dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann2020-09-291-2/+6
|/
* dma-buf: heaps: Remove redundant heap identifier from system heap nameAndrew F. Davis2019-12-171-1/+1
* dma-buf: heaps: Add CMA heap to dmabuf heapsJohn Stultz2019-12-113-0/+186
* dma-buf: heaps: Add system heap to dmabuf heapsJohn Stultz2019-12-113-0/+130
* dma-buf: heaps: Add heap helpersJohn Stultz2019-12-113-0/+326
* Revert "dma-buf: heaps: Add heap helpers"Sean Paul2019-10-303-325/+0
* Revert "dma-buf: heaps: Add system heap to dmabuf heaps"Sean Paul2019-10-303-131/+0
* Revert "dma-buf: heaps: Add CMA heap to dmabuf heaps"Sean Paul2019-10-303-187/+0
* dma-buf: heaps: Add CMA heap to dmabuf heapsJohn Stultz2019-10-253-0/+187
* dma-buf: heaps: Add system heap to dmabuf heapsJohn Stultz2019-10-253-0/+131
* dma-buf: heaps: Add heap helpersJohn Stultz2019-10-253-0/+325