aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf (follow)
AgeCommit message (Expand)AuthorFilesLines
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-06-06dma-buf: drop the _rcu postfix on function names v3Christian König2-17/+18
2021-06-06dma-buf: rename and cleanup dma_resv_get_list v2Christian König1-16/+16
2021-06-06dma-buf: rename and cleanup dma_resv_get_excl v3Christian König2-8/+7
2021-06-05dma-buf: add missing EXPORT_SYMBOLChristian König1-0/+1
2021-06-04dma-buf: cleanup dma-resv shared fence debugging a bit v2Christian König1-0/+20
2021-06-04dma-buf: add SPDX header and fix style in dma-resv.cChristian König1-63/+65
2021-06-04dma-buf: fix inconsistent debug print v2Christian König1-18/+9
2021-05-20dma-buf: fix unintended pin/unpin warningsChristian König1-5/+5
2021-04-08drm/syncobj: use newly allocated stub fencesDavid Stevens1-1/+26
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie3-0/+14
2021-02-25dma-buf: heaps: Fix the name used when exporting dmabufs to be the actual heap nameJohn Stultz2-0/+2
2021-02-25dma-buf: dma-heap: Provide accessor to get heap nameJohn Stultz1-0/+12
2021-02-24dma-fence: allow signaling drivers to set fence timestampVeera Sundaram Sankaran1-7/+63
2021-02-24dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead of fdJohn Stultz3-30/+27
2021-02-24dma-buf: system_heap: Make sure to return an error if we abortJohn Stultz1-1/+3
2021-02-09dma-buf: Avoid comma separated statementsJoe Perches1-2/+5
2021-02-03dma-buf: Avoid comma separated statementsJoe Perches1-2/+5
2021-01-25Merge tag 'v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie2-4/+20
2021-01-22dma-fence: allow signaling drivers to set fence timestampVeera Sundaram Sankaran1-7/+63
2021-01-22dma-buf: heaps: Rework heap allocation hooks to return struct dma_buf instead of fdJohn Stultz3-30/+27
2021-01-22dma-buf: system_heap: Make sure to return an error if we abortJohn Stultz1-1/+3
2021-01-18dma-buf: Add debug optionDaniel Vetter2-4/+50
2021-01-10dma-buf: cma_heap: Fix memory leak in CMA heapJohn Stultz1-0/+3
2021-01-07dmabuf: fix use-after-free of dmabuf's file->f_inodeCharan Teja Reddy1-4/+17
2021-01-07Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-22/+52
2020-12-24Merge tag 'drm-next-2020-12-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+1
2020-12-18Merge tag 'drm-next-2020-12-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds7-442/+650
2020-12-16dma-buf: cma_heap: Include linux/vmalloc.h to fix build failures on MIPSJohn Stultz1-0/+1
2020-12-16dma-buf: doc polish for pin/unpinDaniel Vetter1-3/+16
2020-12-16dma-buf: begin/end_cpu might lock the dma_resv lockDaniel Vetter1-0/+4
2020-12-16dma-buf: some kerneldoc formatting fixesDaniel Vetter1-13/+18
2020-12-16dma-buf: Remove kmap kerneldoc vestigesDaniel Vetter1-6/+14
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2020-12-15dma-buf: use krealloc_array()Bartosz Golaszewski1-2/+1
2020-11-25dma-buf/dma-resv: Respect num_fences when initializing the shared fence list.Maarten Lankhorst1-1/+1
2020-11-22dma-buf: system_heap: Allocate higher order pages if availableJohn Stultz1-18/+71
2020-11-22dma-buf: heaps: Skip sync if not mappedJohn Stultz2-0/+20
2020-11-22dma-buf: heaps: Remove heap-helpers codeJohn Stultz3-328/+0
2020-11-22dma-buf: heaps: Move heap-helper logic into the cma_heap implementationJohn Stultz1-49/+270
2020-11-22dma-buf: system_heap: Rework system heap to use sgtables instead of pagelistsJohn Stultz1-46/+303
2020-11-19mm: introduce vma_set_file function v5Christian König1-2/+1
2020-11-19mm: mmap: fix fput in error path v2Christian König1-17/+3
2020-11-05Revert "mm: mmap: fix fput in error path v2"Christian König1-3/+17
2020-11-05Revert "mm: introduce vma_set_file function v4"Christian König1-1/+2
2020-11-05dma-buf: Fix static checker warningJianxin Xiong1-1/+1
2020-11-05mm: introduce vma_set_file function v4Christian König1-2/+1
2020-11-05mm: mmap: fix fput in error path v2Christian König1-17/+3
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard4-12/+12