summaryrefslogtreecommitdiff
path: root/drivers/dma-buf
AgeCommit message (Expand)AuthorFilesLines
2022-06-29udmabuf: add back sanity checkGerd Hoffmann1-1/+4
2022-04-08udmabuf: validate ubuf->pagecountPavel Skripkin1-0/+4
2022-02-08dma-buf: heaps: Fix potential spectre v1 gadgetJordy Zomer1-0/+2
2022-01-27dma_fence_array: Fix PENDING_ERROR leak in dma_fence_array_signaled()Thomas Hellström1-1/+5
2021-11-18dma-buf: WARN on dmabuf release with pending attachmentsCharan Teja Reddy1-0/+1
2021-09-26dma-buf: DMABUF_MOVE_NOTIFY should depend on DMA_SHARED_BUFFERGeert Uytterhoeven1-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-16Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-11/+18
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+1
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie3-0/+9
2020-09-21dmabuf: fix NULL pointer dereference in dma_buf_release()Charan Teja Reddy1-0/+2
2020-09-17dma-resv: lockdep-prime address_space->i_mmap_rwsem for dma-resvDaniel Vetter1-0/+5
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie2-11/+9
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard2-3/+4
2020-09-10dmabuf: fix common struct sg_table related issuesMarek Szyprowski2-11/+9
2020-09-07udmabuf: Add missing compact_ioctlKristian H. Kristensen1-0/+3
2020-09-03dma-buf: fence-chain: Document missing dma_fence_chain_init() parameter in ke...Krzysztof Kozlowski1-0/+1
2020-09-03dma-buf: Fix kerneldoc of dma_buf_set_name()Krzysztof Kozlowski1-3/+3
2020-09-02dma-buf: fix kernel-doc warning in dma-fence.cRandy Dunlap1-0/+1
2020-08-11Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-14/+1
2020-07-29dma-buf: Use sequence counter with associated wound/wait mutexAhmed S. Darwish1-7/+1
2020-07-29dma-buf: Remove custom seqcount lockdep class keyAhmed S. Darwish1-8/+1
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie1-33/+32
2020-07-23dma-fence: Make symbol 'dma_fence_lockdep_map' staticWei Yongjun1-1/+1
2020-07-23Merge tag 'drm-misc-next-2020-07-22' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-0/+215
2020-07-21dma-fence: prime lockdep annotationsDaniel Vetter2-0/+54
2020-07-21dma-fence: basic lockdep annotationsDaniel Vetter1-0/+161
2020-07-20Merge tag 'drm-misc-next-2020-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-29/+21
2020-07-10dmabuf: use spinlock to access dmabuf->nameCharan Teja Kalla1-4/+7
2020-07-03Merge tag 'drm-intel-next-2020-07-02' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+1
2020-07-02dma-buf: fix dma-fence-chain out of order testLionel Landwerlin1-22/+21
2020-07-02Revert "dma-buf: Report signaled links inside dma-fence-chain"Lionel Landwerlin1-7/+0
2020-06-30Merge tag 'drm-misc-next-2020-06-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-3/+3
2020-06-29Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst3-7/+9
2020-06-25Merge drm/drm-next into drm-intel-next-queuedJani Nikula8-10/+741
2020-06-25dma-buf: Move dma_buf_release() from fops to dentry_opsSumit Semwal1-29/+25
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-13treewide: 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-05drm/i915: Fix comments mentioning typo in IS_ENABLED()Kees Cook1-1/+1
2020-06-03Merge 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