summaryrefslogtreecommitdiff
path: root/drivers/dma-buf
AgeCommit message (Expand)AuthorFilesLines
2025-05-02udmabuf: fix a buf size overflow issue during udmabuf creationXiaogang Chen1-1/+1
2025-01-09udmabuf: also check for F_SEAL_FUTURE_WRITEJann Horn1-1/+1
2024-12-14dma-buf: fix dma_fence_array_signaled v4Christian König1-1/+27
2024-06-16dma-buf/sw-sync: don't enable IRQ from sync_print_obj()Tetsuo Handa1-2/+2
2023-08-30dma-buf/sw_sync: Avoid recursive lock during fence signalRob Clark1-9/+9
2022-09-05udmabuf: Set the DMA mask for the udmabuf device (v2)Vivek Kasireddy1-1/+17
2022-06-29udmabuf: add back sanity checkGerd Hoffmann1-1/+4
2022-04-15udmabuf: validate ubuf->pagecountPavel Skripkin1-0/+4
2022-01-27dma_fence_array: Fix PENDING_ERROR leak in dma_fence_array_signaled()Thomas Hellström1-1/+5
2021-11-17dma-buf: WARN on dmabuf release with pending attachmentsCharan Teja Reddy1-0/+1
2021-07-25dma-buf/sync_file: Don't leak fences on merge failureJason Ekstrand1-6/+7
2021-01-12dmabuf: fix use-after-free of dmabuf's file->f_inodeCharan Teja Reddy1-4/+17
2020-12-30dma-buf/dma-resv: Respect num_fences when initializing the shared fence list.Maarten Lankhorst1-1/+1
2020-10-01dmabuf: fix NULL pointer dereference in dma_buf_release()Charan Teja Reddy1-0/+2
2020-10-01dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling)Chris Wilson1-43/+35
2020-07-29dmabuf: use spinlock to access dmabuf->nameCharan Teja Kalla1-4/+7
2020-07-09dma-buf: Move dma_buf_release() from fops to dentry_opsSumit Semwal1-29/+25
2020-05-06dma-buf: Fix SET_NAME ioctl uapiDaniel Vetter1-1/+2
2020-03-12dma-buf: free dmabuf->name in dma_buf_release()Cong Wang1-0/+1
2019-12-21dma-buf: Fix memory leak in sync_file_merge()Navid Emamdoost1-1/+1
2019-10-10dma-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
2019-08-10dma-buf: further relax reservation_object_add_shared_fenceChristian König1-6/+0
2019-08-10dma-buf: add reservation_object_fences helperChristian König2-82/+31
2019-08-07dma-buf: simplify reservation_object_get_fences_rcu a bitChristian König1-10/+5
2019-08-07dma-buf: fix shared fence list handling in reservation_object_copy_fencesChristian König1-19/+46
2019-08-07dma-buf: fix busy wait for new shared fencesChristian König1-7/+7
2019-08-05dma-buf: fix stack corruption in dma_fence_chain_releaseChristian König1-1/+23
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2-18/+12
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-5/+10
2019-07-16dma-buf: Relax the write-seqlock for reallocating the shared fence listChris Wilson1-7/+7
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds1-1/+1
2019-07-16Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds5-39/+189
2019-07-15docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab1-1/+1
2019-07-15dma-buf: Expand reservation_list to fill allocationChris Wilson1-2/+4
2019-06-28dma-buf: cleanup reservation_object_init/finiChristian König1-0/+45
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-06-19Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst8-66/+8