summaryrefslogtreecommitdiff
path: root/drivers/dma-buf/heaps
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-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-02-25dma-buf: heaps: Fix the name used when exporting dmabufs to be the actual hea...John Stultz
2021-02-24dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead...John Stultz
2021-02-24dma-buf: system_heap: Make sure to return an error if we abortJohn 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
2021-01-10dma-buf: cma_heap: Fix memory leak in CMA heapJohn Stultz
2020-12-16dma-buf: cma_heap: Include linux/vmalloc.h to fix build failures on MIPSJohn 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: heaps: Remove heap-helpers codeJohn Stultz
2020-11-22dma-buf: heaps: Move heap-helper logic into the cma_heap implementationJohn Stultz
2020-11-22dma-buf: system_heap: Rework system heap to use sgtables instead of pagelistsJohn Stultz
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfacesThomas Zimmermann
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann
2020-09-10dmabuf: fix common struct sg_table related issuesMarek Szyprowski
2019-12-17dma-buf: heaps: Remove redundant heap identifier from system heap nameAndrew F. Davis
2019-12-11dma-buf: heaps: Add CMA heap to dmabuf heapsJohn Stultz
2019-12-11dma-buf: heaps: Add system heap to dmabuf heapsJohn Stultz
2019-12-11dma-buf: heaps: Add heap helpersJohn Stultz
2019-10-30Revert "dma-buf: heaps: Add heap helpers"Sean Paul
2019-10-30Revert "dma-buf: heaps: Add system heap to dmabuf heaps"Sean Paul
2019-10-30Revert "dma-buf: heaps: Add CMA heap to dmabuf heaps"Sean Paul
2019-10-25dma-buf: heaps: Add CMA heap to dmabuf heapsJohn Stultz
2019-10-25dma-buf: heaps: Add system heap to dmabuf heapsJohn Stultz
2019-10-25dma-buf: heaps: Add heap helpersJohn Stultz