aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-03Merge tag 'drm-misc-next-2020-01-02' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie3-9/+9
2019-12-18udmabuf: fix dma-buf cpu accessGurchetan Singh1-4/+3
2019-12-18dma-heap: Make the symbol 'dma_heap_ioctl_cmds' staticzhong jiang1-1/+1
2019-12-17dma-buf: fix resource leak on -ENOTTY error return pathColin Ian King1-1/+2
2019-12-17dma-buf: heaps: Remove redundant heap identifier from system heap nameAndrew F. Davis1-1/+1
2019-12-17dma-buf: heaps: Use _IOCTL_ for userspace IOCTL identifierAndrew F. Davis1-2/+2
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter12-83/+1049
2019-12-11dma-buf: heaps: Add CMA heap to dmabuf heapsJohn Stultz3-0/+186
2019-12-11dma-buf: heaps: Add system heap to dmabuf heapsJohn Stultz4-0/+132
2019-12-11dma-buf: heaps: Add heap helpersJohn Stultz4-0/+327
2019-12-11dma-buf: Add dma-buf heaps frameworkAndrew F. Davis3-0/+307
2019-12-09Merge tag 'drm-misc-fixes-2019-11-25' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie1-1/+1
2019-12-05udmabuf: implement begin_cpu_access/end_cpu_access hooksGurchetan Singh1-0/+39
2019-12-05udmabuf: separate out creating/destroying scatter-tableGurchetan Singh1-7/+19
2019-12-05udmabuf: add a pointer to the miscdevice in dma-buf private dataGurchetan Singh1-4/+7
2019-12-05udmabuf: use cache_sgt_mapping optionGurchetan Singh1-4/+5
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds3-5/+3
2019-11-26udmabuf: Remove deleted map/unmap handlers.Maarten Lankhorst1-16/+0
2019-11-25dma-buf: Drop dma_buf_k(un)mapDaniel Vetter1-60/+3
2019-11-25dma-buf: Fix memory leak in sync_file_merge()Navid Emamdoost1-1/+1
2019-11-21dma-resv: Also prime acquire ctx for lockdepDaniel Vetter1-1/+7
2019-11-20dma_resv: prime lockdep annotationsSteven Price1-2/+4
2019-11-06dma_resv: prime lockdep annotationsDaniel Vetter1-0/+24
2019-10-30Revert "dma-buf: Add dma-buf heaps framework"Sean Paul3-279/+0
2019-10-30Revert "dma-buf: heaps: Add heap helpers"Sean Paul4-326/+0
2019-10-30Revert "dma-buf: heaps: Add system heap to dmabuf heaps"Sean Paul4-133/+0
2019-10-30Revert "dma-buf: heaps: Add CMA heap to dmabuf heaps"Sean Paul3-187/+0
2019-10-25dma-buf: heaps: Add CMA heap to dmabuf heapsJohn Stultz3-0/+187
2019-10-25dma-buf: heaps: Add system heap to dmabuf heapsJohn Stultz4-0/+133
2019-10-25dma-buf: heaps: Add heap helpersJohn Stultz4-0/+326
2019-10-25dma-buf: Add dma-buf heaps frameworkAndrew F. Davis3-0/+279
2019-10-24dma-buf: stop using the dmabuf->lock so much v2Christian König1-16/+2
2019-10-24dma-buf: change DMA-buf locking convention v3Christian König1-17/+101
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann3-5/+3
2019-10-10dma-buf/resv: fix exclusive fence getQiang Yu1-1/+1
2019-10-04dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling)Chris Wilson1-43/+35
2019-09-22dma-buf/resv: fix exclusive fence getQiang Yu1-1/+1
2019-08-20dmabuf: Mark up onstack timer for selftestsChris Wilson1-1/+2
2019-08-20dma-buf: Use %zu for printing sizeofChris Wilson1-1/+1
2019-08-19dma-buf: Add selftests for dma-fenceChris Wilson3-1/+578
2019-08-19dma-buf: Introduce selftesting frameworkChris Wilson5-0/+217
2019-08-17dma-fence: Store the timestamp in the same union as the cb_listChris Wilson1-7/+9
2019-08-17dma-fence: Simply wrap dma_fence_signal_locked with dma_fence_signalChris Wilson1-32/+12
2019-08-17dma-fence: Avoid list_del during fence->cb_list iterationChris Wilson1-3/+6
2019-08-16dma-buf: Restore seqlock around dma_resv updatesChris Wilson2-36/+104
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König4-104/+97
2019-08-13dma-buf: nuke reservation_object seq numberChristian König1-19/+5
2019-08-13dma-buf/sw_sync: Synchronize signal vs syncpt freeChris Wilson1-9/+7
2019-08-12dma-fence: Report the composite sync_file statusChris Wilson1-1/+1
2019-08-12dma-fence: Propagate errors to dma-fence-array containerChris Wilson1-1/+31