summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2020-01-02' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-01-033-9/+9
|\
| * udmabuf: fix dma-buf cpu accessGurchetan Singh2019-12-181-4/+3
| * dma-heap: Make the symbol 'dma_heap_ioctl_cmds' staticzhong jiang2019-12-181-1/+1
| * dma-buf: fix resource leak on -ENOTTY error return pathColin Ian King2019-12-171-1/+2
| * dma-buf: heaps: Remove redundant heap identifier from system heap nameAndrew F. Davis2019-12-171-1/+1
| * dma-buf: heaps: Use _IOCTL_ for userspace IOCTL identifierAndrew F. Davis2019-12-171-2/+2
* | Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-1712-83/+1049
|\|
| * 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-114-0/+132
| * dma-buf: heaps: Add heap helpersJohn Stultz2019-12-114-0/+327
| * dma-buf: Add dma-buf heaps frameworkAndrew F. Davis2019-12-113-0/+307
| * udmabuf: implement begin_cpu_access/end_cpu_access hooksGurchetan Singh2019-12-051-0/+39
| * udmabuf: separate out creating/destroying scatter-tableGurchetan Singh2019-12-051-7/+19
| * udmabuf: add a pointer to the miscdevice in dma-buf private dataGurchetan Singh2019-12-051-4/+7
| * udmabuf: use cache_sgt_mapping optionGurchetan Singh2019-12-051-4/+5
| * udmabuf: Remove deleted map/unmap handlers.Maarten Lankhorst2019-11-261-16/+0
| * dma-buf: Drop dma_buf_k(un)mapDaniel Vetter2019-11-251-60/+3
| * dma-resv: Also prime acquire ctx for lockdepDaniel Vetter2019-11-211-1/+7
| * dma_resv: prime lockdep annotationsSteven Price2019-11-201-2/+4
| * dma_resv: prime lockdep annotationsDaniel Vetter2019-11-061-0/+24
* | Merge tag 'drm-misc-fixes-2019-11-25' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-12-091-1/+1
|\ \
| * | dma-buf: Fix memory leak in sync_file_merge()Navid Emamdoost2019-11-251-1/+1
| * | dma-buf/resv: fix exclusive fence getQiang Yu2019-10-101-1/+1
* | | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-013-5/+3
|\ \ \ | |_|/ |/| |
| * | compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-233-5/+3
| |/
* | Revert "dma-buf: Add dma-buf heaps framework"Sean Paul2019-10-303-279/+0
* | Revert "dma-buf: heaps: Add heap helpers"Sean Paul2019-10-304-326/+0
* | Revert "dma-buf: heaps: Add system heap to dmabuf heaps"Sean Paul2019-10-304-133/+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-254-0/+133
* | dma-buf: heaps: Add heap helpersJohn Stultz2019-10-254-0/+326
* | dma-buf: Add dma-buf heaps frameworkAndrew F. Davis2019-10-253-0/+279
* | dma-buf: stop using the dmabuf->lock so much v2Christian König2019-10-241-16/+2
* | dma-buf: change DMA-buf locking convention v3Christian König2019-10-241-17/+101
* | dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling)Chris Wilson2019-10-041-43/+35
* | dma-buf/resv: fix exclusive fence getQiang Yu2019-09-221-1/+1
|/
* dmabuf: Mark up onstack timer for selftestsChris Wilson2019-08-201-1/+2
* dma-buf: Use %zu for printing sizeofChris Wilson2019-08-201-1/+1
* dma-buf: Add selftests for dma-fenceChris Wilson2019-08-193-1/+578
* dma-buf: Introduce selftesting frameworkChris Wilson2019-08-195-0/+217
* dma-fence: Store the timestamp in the same union as the cb_listChris Wilson2019-08-171-7/+9
* dma-fence: Simply wrap dma_fence_signal_locked with dma_fence_signalChris Wilson2019-08-171-32/+12
* dma-fence: Avoid list_del during fence->cb_list iterationChris Wilson2019-08-171-3/+6
* dma-buf: Restore seqlock around dma_resv updatesChris Wilson2019-08-162-36/+104
* dma-buf: rename reservation_object to dma_resvChristian König2019-08-134-104/+97
* dma-buf: nuke reservation_object seq numberChristian König2019-08-131-19/+5
* dma-buf/sw_sync: Synchronize signal vs syncpt freeChris Wilson2019-08-131-9/+7
* dma-fence: Report the composite sync_file statusChris Wilson2019-08-121-1/+1
* dma-fence: Propagate errors to dma-fence-array containerChris Wilson2019-08-121-1/+31