summaryrefslogtreecommitdiff
path: root/drivers/dma-buf/heaps/cma_heap.c
AgeCommit message (Expand)Author
2024-01-31dma-buf: heaps: Don't track CMA dma-buf pages under RssFileT.J. Mercier
2023-06-21dma-buf/heaps: Don't assert held reservation lock for dma-buf mmappingDmitry Osipenko
2023-04-13dma-buf: heaps: remove MODULE_LICENSE in non-modulesNick Alcock
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
2022-01-13dma-buf: cma_heap: Fix mutex locking sectionWeizhao Ouyang
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-01-22dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead...John 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: heaps: Skip sync if not mappedJohn Stultz
2020-11-22dma-buf: heaps: Move heap-helper logic into the cma_heap implementationJohn Stultz
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig
2019-12-11dma-buf: heaps: Add CMA heap to dmabuf heapsJohn Stultz
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