summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/heaps/cma_heap.c
Commit message (Expand)AuthorAgeFilesLines
* 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: cma_heap: Fix mutex locking sectionWeizhao Ouyang2022-01-131-2/+4
* Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-161-0/+1
|\
| * 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-15/+7
* | dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead...John Stultz2021-02-241-15/+7
* | 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: heaps: Skip sync if not mappedJohn Stultz2020-11-221-0/+10
* dma-buf: heaps: Move heap-helper logic into the cma_heap implementationJohn Stultz2020-11-221-49/+270
* dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
* dma-buf: heaps: Add CMA heap to dmabuf heapsJohn Stultz2019-12-111-0/+177
* Revert "dma-buf: heaps: Add CMA heap to dmabuf heaps"Sean Paul2019-10-301-178/+0
* dma-buf: heaps: Add CMA heap to dmabuf heapsJohn Stultz2019-10-251-0/+178