summaryrefslogtreecommitdiff
path: root/drivers/dma-buf
AgeCommit message (Expand)Author
2025-08-28dma-buf: insert memory barrier before updating num_fencesHyejeong Choi
2025-07-17dma-buf: fix timeout handling in dma_resv_wait_timeout v2Christian König
2025-06-27udmabuf: use sgtable-based scatterlist wrappersMarek Szyprowski
2025-05-02udmabuf: fix a buf size overflow issue during udmabuf creationXiaogang Chen
2025-01-09udmabuf: also check for F_SEAL_FUTURE_WRITEJann Horn
2024-12-14dma-buf: fix dma_fence_array_signaled v4Christian König
2024-10-17dma-buf: heaps: Fix off-by-one in CMA heap fault handlerT.J. Mercier
2024-06-16dma-buf/sw-sync: don't enable IRQ from sync_print_obj()Tetsuo Handa
2023-08-30dma-buf/sw_sync: Avoid recursive lock during fence signalRob Clark
2022-12-02dma-buf: fix racing conflict of dma_heap_add()Dawei Li
2022-10-26udmabuf: Set ubuf->sg = NULL if the creation of sg table failsVivek Kasireddy
2022-09-05udmabuf: Set the DMA mask for the udmabuf device (v2)Vivek Kasireddy
2022-06-29udmabuf: add back sanity checkGerd Hoffmann
2022-04-08udmabuf: validate ubuf->pagecountPavel Skripkin
2022-02-08dma-buf: heaps: Fix potential spectre v1 gadgetJordy Zomer
2022-01-27dma_fence_array: Fix PENDING_ERROR leak in dma_fence_array_signaled()Thomas Hellström
2021-11-18dma-buf: WARN on dmabuf release with pending attachmentsCharan Teja Reddy
2021-09-26dma-buf: DMABUF_MOVE_NOTIFY should depend on DMA_SHARED_BUFFERGeert Uytterhoeven
2021-07-25dma-buf/sync_file: Don't leak fences on merge failureJason Ekstrand
2021-01-12dmabuf: fix use-after-free of dmabuf's file->f_inodeCharan Teja Reddy
2020-12-30dma-buf/dma-resv: Respect num_fences when initializing the shared fence list.Maarten Lankhorst
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-09-21dmabuf: fix NULL pointer dereference in dma_buf_release()Charan Teja Reddy
2020-09-17dma-resv: lockdep-prime address_space->i_mmap_rwsem for dma-resvDaniel Vetter
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard
2020-09-10dmabuf: fix common struct sg_table related issuesMarek Szyprowski
2020-09-07udmabuf: Add missing compact_ioctlKristian H. Kristensen
2020-09-03dma-buf: fence-chain: Document missing dma_fence_chain_init() parameter in ke...Krzysztof Kozlowski
2020-09-03dma-buf: Fix kerneldoc of dma_buf_set_name()Krzysztof Kozlowski
2020-09-02dma-buf: fix kernel-doc warning in dma-fence.cRandy Dunlap
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-07-29dma-buf: Use sequence counter with associated wound/wait mutexAhmed S. Darwish
2020-07-29dma-buf: Remove custom seqcount lockdep class keyAhmed S. Darwish
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie
2020-07-23dma-fence: Make symbol 'dma_fence_lockdep_map' staticWei Yongjun
2020-07-23Merge tag 'drm-misc-next-2020-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-07-21dma-fence: prime lockdep annotationsDaniel Vetter
2020-07-21dma-fence: basic lockdep annotationsDaniel Vetter
2020-07-20Merge tag 'drm-misc-next-2020-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-07-10dmabuf: use spinlock to access dmabuf->nameCharan Teja Kalla
2020-07-03Merge tag 'drm-intel-next-2020-07-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2020-07-02dma-buf: fix dma-fence-chain out of order testLionel Landwerlin
2020-07-02Revert "dma-buf: Report signaled links inside dma-fence-chain"Lionel Landwerlin
2020-06-30Merge tag 'drm-misc-next-2020-06-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-06-29Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst
2020-06-25Merge drm/drm-next into drm-intel-next-queuedJani Nikula