aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter1-1/+1
2021-12-10Merge tag 'drm-intel-gt-next-2021-12-09' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-1/+5
2021-12-01dma-buf: system_heap: Use 'for_each_sgtable_sg' in pages free flowGuangming1-1/+1
2021-11-30dma-buf: make fence mandatory for dma_resv_add_excl_fence v2Christian König1-2/+1
2021-11-30dma_fence_array: Fix PENDING_ERROR leak in dma_fence_array_signaled()Thomas Hellström1-1/+5
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-23/+32
2021-11-12Merge tag 'drm-next-2021-11-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-62/+88
2021-11-12Merge tag 'drm-misc-fixes-2021-11-11' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-0/+3
2021-11-11dma-buf: add dma_fence_describe and dma_resv_describe v2Christian König3-10/+41
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-17/+17
2021-11-04dma-buf/poll: Get a file reference for outstanding fence callbacksMichel Dänzer1-6/+12
2021-10-29dma-buf: acquire name lock before read/write dma_buf.nameGuangming Cao1-0/+3
2021-10-28dma-buf: remove restriction of IOCTL:DMA_BUF_SET_NAMEGuangming Cao1-14/+3
2021-10-26dma-buf: st: fix error handling in test_get_fences()Arnd Bergmann1-2/+3
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman1-17/+17
2021-10-22dma-buf: add dma_resv selftest v4Christian König3-1/+373
2021-10-18dma-buf: Update obsoluted comments on dma_buf_vmap/vunmap()Shunsuke Mie1-2/+2
2021-10-11dma-resv: Fix dma_resv_get_fences and dma_resv_copy_fences after conversionTvrtko Ursulin1-8/+10
2021-10-07dma-buf: use the new iterator in dma_resv_pollChristian König1-30/+6
2021-10-07dma-buf: use the new iterator in dma_buf_debug_showChristian König1-18/+6
2021-10-07dma-buf: add dma_resv_for_each_fence v3Christian König1-0/+51
2021-10-06dma-buf: use new iterator in dma_resv_test_signaledChristian König1-50/+7
2021-10-06dma-buf: use new iterator in dma_resv_wait_timeoutChristian König1-61/+8
2021-10-06dma-buf: use new iterator in dma_resv_get_fences v3Christian König1-73/+35
2021-10-06dma-buf: use new iterator in dma_resv_copy_fencesChristian König1-52/+32
2021-10-06dma-buf: add dma_resv_for_each_fence_unlocked v8Christian König1-0/+100
2021-10-01dma-buf: fix and rework dma_buf_poll v7Christian König1-82/+70
2021-09-14dma-buf: system_heap: Avoid warning on mid-order allocationsJohn Stultz1-2/+3
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+3
2021-09-07dma-buf: DMABUF_SYSFS_STATS should depend on DMA_SHARED_BUFFERGeert Uytterhoeven1-1/+1
2021-09-07dma-buf: DMABUF_DEBUG should depend on DMA_SHARED_BUFFERGeert Uytterhoeven1-0/+1
2021-09-03dma-buf: clarify dma_fence_add_callback documentationChristian König1-8/+5
2021-09-02dma-buf: DMABUF_MOVE_NOTIFY should depend on DMA_SHARED_BUFFERGeert Uytterhoeven1-0/+1
2021-08-30dma-resv: Give the docs a do-overDaniel Vetter1-6/+18
2021-08-16dma-buf: WARN on dmabuf release with pending attachmentsCharan Teja Reddy1-0/+1
2021-08-16dma-buf: nuke seqno-fenceChristian König2-72/+1
2021-08-12udmabuf: fix general protection fault in udmabuf_createPavel Skripkin1-2/+2
2021-07-23Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie3-180/+5
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie9-43/+518
2021-07-20dma_buf: remove dmabuf sysfs teardown before releaseGuangming Cao1-1/+1
2021-07-20dma-buf: Delete the DMA-BUF attachment sysfs statisticsHridya Valsaraju3-179/+4
2021-07-13Merge tag 'drm-misc-fixes-2021-07-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDaniel Vetter1-6/+7
2021-07-12dma-buf/sync_file: Don't leak fences on merge failureJason Ekstrand1-6/+7
2021-07-08dma-buf: fix dma_resv_test_signaled test_all handling v2Christian König1-21/+12
2021-06-23udmabuf: configurable list_limit and size_limit_mbDongwon Kim1-2/+7
2021-06-22dma-buf: Document non-dynamic exporter expectations betterDaniel Vetter1-0/+3
2021-06-15dmabuf: Add the capability to expose DMA-BUF stats in sysfsHridya Valsaraju5-0/+448
2021-06-14dma-buf: add dma_fence_chain_alloc/free v3Christian König1-12/+4
2021-06-14dma-buf: some dma_fence_chain improvementsChristian König1-1/+1
2021-06-10udmabuf: Add support for mapping hugepages (v4)Vivek Kasireddy1-7/+43