summaryrefslogtreecommitdiff
path: root/drivers/dma-buf
AgeCommit message (Expand)AuthorFilesLines
2020-06-30Merge tag 'drm-misc-next-2020-06-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-3/+3
2020-06-24dma-buf: minor doc touch-upsDaniel Vetter1-3/+3
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-0/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-06-09DMA reservations: use the new mmap locking APIMichel Lespinasse1-2/+3
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds6-3/+730
2020-05-20dma-fence: add might_sleep annotation to _wait()Daniel Vetter1-0/+2
2020-05-13dma-buf: Use atomic_fetch_add() for the context idChris Wilson1-1/+1
2020-04-30dma-buf: fix documentation build warningsRandy Dunlap1-2/+2
2020-04-27dma-buf: Fix SET_NAME ioctl uapiDaniel Vetter1-1/+2
2020-04-17Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-5/+6
2020-04-09dma-buf: Exercise dma-fence-chain under selftestsChris Wilson3-1/+718
2020-04-09dma-buf: Report signaled links inside dma-fence-chainChris Wilson1-0/+7
2020-04-09dma-buf: Prettify typecasts for dma-fence-chainChris Wilson1-1/+2
2020-04-08Merge tag 'drm-misc-next-fixes-2020-04-04' of git://anongit.freedesktop.org/d...Dave Airlie1-5/+6
2020-04-01dma-buf: add peer2peer flagChristian König1-0/+2
2020-03-25dma-buf: Improve CONFIG_DMABUF_MOVE_NOTIFY help textGeert Uytterhoeven1-5/+6
2020-03-12Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-9/+111
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie1-0/+1
2020-02-27dma-buf: make move_notify mandatory if importer_ops are providedChristian König1-8/+7
2020-02-27dma-buf: drop dynamic_mapping flagChristian König1-3/+2
2020-02-27dma-buf: add dynamic DMA-buf handling v15Christian König2-8/+112
2020-02-27dma-buf: free dmabuf->name in dma_buf_release()Cong Wang1-0/+1
2020-02-17dma-buf: Fix a typo in KconfigChristophe JAILLET1-1/+1
2020-01-03Merge tag 'drm-misc-next-2020-01-02' of git://anongit.freedesktop.org/drm/drm...Dave 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...Daniel 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/dr...Dave 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/gi...Linus 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