summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf
AgeCommit message (Expand)AuthorLines
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-14/+1
2020-07-29dma-buf: Use sequence counter with associated wound/wait mutexAhmed S. Darwish-7/+1
2020-07-29dma-buf: Remove custom seqcount lockdep class keyAhmed S. Darwish-8/+1
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie-33/+32
2020-07-23dma-fence: Make symbol 'dma_fence_lockdep_map' staticWei Yongjun-1/+1
2020-07-23Merge tag 'drm-misc-next-2020-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-0/+215
2020-07-21dma-fence: prime lockdep annotationsDaniel Vetter-0/+54
2020-07-21dma-fence: basic lockdep annotationsDaniel Vetter-0/+161
2020-07-20Merge tag 'drm-misc-next-2020-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-29/+21
2020-07-10dmabuf: use spinlock to access dmabuf->nameCharan Teja Kalla-4/+7
2020-07-03Merge tag 'drm-intel-next-2020-07-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-1/+1
2020-07-02dma-buf: fix dma-fence-chain out of order testLionel Landwerlin-22/+21
2020-07-02Revert "dma-buf: Report signaled links inside dma-fence-chain"Lionel Landwerlin-7/+0
2020-06-30Merge tag 'drm-misc-next-2020-06-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-3/+3
2020-06-29Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst-7/+9
2020-06-25Merge drm/drm-next into drm-intel-next-queuedJani Nikula-10/+741
2020-06-25dma-buf: Move dma_buf_release() from fops to dentry_opsSumit Semwal-29/+25
2020-06-24dma-buf: minor doc touch-upsDaniel Vetter-3/+3
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-0/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-2/+2
2020-06-09DMA reservations: use the new mmap locking APIMichel Lespinasse-2/+3
2020-06-05drm/i915: Fix comments mentioning typo in IS_ENABLED()Kees Cook-1/+1
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-3/+730
2020-05-20dma-fence: add might_sleep annotation to _wait()Daniel Vetter-0/+2
2020-05-13dma-buf: Use atomic_fetch_add() for the context idChris Wilson-1/+1
2020-04-30dma-buf: fix documentation build warningsRandy Dunlap-2/+2
2020-04-27dma-buf: Fix SET_NAME ioctl uapiDaniel Vetter-1/+2
2020-04-17Merge drm/drm-next into drm-misc-nextThomas Zimmermann-5/+6
2020-04-09dma-buf: Exercise dma-fence-chain under selftestsChris Wilson-1/+718
2020-04-09dma-buf: Report signaled links inside dma-fence-chainChris Wilson-0/+7
2020-04-09dma-buf: Prettify typecasts for dma-fence-chainChris Wilson-1/+2
2020-04-08Merge tag 'drm-misc-next-fixes-2020-04-04' of git://anongit.freedesktop.org/d...Dave Airlie-5/+6
2020-04-01dma-buf: add peer2peer flagChristian König-0/+2
2020-03-25dma-buf: Improve CONFIG_DMABUF_MOVE_NOTIFY help textGeert Uytterhoeven-5/+6
2020-03-12Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-9/+111
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie-0/+1
2020-02-27dma-buf: make move_notify mandatory if importer_ops are providedChristian König-8/+7
2020-02-27dma-buf: drop dynamic_mapping flagChristian König-3/+2
2020-02-27dma-buf: add dynamic DMA-buf handling v15Christian König-8/+112
2020-02-27dma-buf: free dmabuf->name in dma_buf_release()Cong Wang-0/+1
2020-02-17dma-buf: Fix a typo in KconfigChristophe JAILLET-1/+1
2020-01-03Merge tag 'drm-misc-next-2020-01-02' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-9/+9
2019-12-18udmabuf: fix dma-buf cpu accessGurchetan Singh-4/+3
2019-12-18dma-heap: Make the symbol 'dma_heap_ioctl_cmds' staticzhong jiang-1/+1
2019-12-17dma-buf: fix resource leak on -ENOTTY error return pathColin Ian King-1/+2
2019-12-17dma-buf: heaps: Remove redundant heap identifier from system heap nameAndrew F. Davis-1/+1
2019-12-17dma-buf: heaps: Use _IOCTL_ for userspace IOCTL identifierAndrew F. Davis-2/+2
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter-83/+1049
2019-12-11dma-buf: heaps: Add CMA heap to dmabuf heapsJohn Stultz-0/+186
2019-12-11dma-buf: heaps: Add system heap to dmabuf heapsJohn Stultz-0/+132