aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf
AgeCommit message (Expand)Author
2022-04-20Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
2022-04-15udmabuf: validate ubuf->pagecountPavel Skripkin
2022-02-03Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
2022-01-27dma_fence_array: Fix PENDING_ERROR leak in dma_fence_array_signaled()Thomas Hellström
2021-11-29Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
2021-11-17dma-buf: WARN on dmabuf release with pending attachmentsCharan Teja Reddy
2021-07-25Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
2021-07-25dma-buf/sync_file: Don't leak fences on merge failureJason Ekstrand
2021-01-17Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
2021-01-12dmabuf: fix use-after-free of dmabuf's file->f_inodeCharan Teja Reddy
2021-01-07Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
2020-12-30dma-buf/dma-resv: Respect num_fences when initializing the shared fence list.Maarten Lankhorst
2020-12-01HACK: dma-buf: heaps: carveout: Add support for cached carveout heapsAndrew F. Davis
2020-12-01dma-buf: cma_heap: Extend logic to export CMA regions tagged with "linux,cma-...John Stultz
2020-12-01dma-buf: heaps: Add Carveout heap to dmabuf heapsAndrew F. Davis
2020-12-01dma-buf: heaps: Initialize during core instead of subsysAndrew F. Davis
2020-12-01dma-buf: Move locks to only protect framework dataAndrew F. Davis
2020-12-01dma-buf: heaps: Remove redundant heap identifier from system heap nameAndrew F. Davis
2020-12-01dma-buf: heaps: Use _IOCTL_ for userspace IOCTL identifierAndrew F. Davis
2020-12-01dma-buf: heaps: Add CMA heap to dmabuf heapsJohn Stultz
2020-12-01dma-buf: heaps: Add system heap to dmabuf heapsJohn Stultz
2020-12-01dma-buf: heaps: Add heap helpersJohn Stultz
2020-12-01dma-buf: Add dma-buf heaps frameworkAndrew F. Davis
2020-10-01dmabuf: fix NULL pointer dereference in dma_buf_release()Charan Teja Reddy
2020-10-01dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling)Chris Wilson
2020-07-29dmabuf: use spinlock to access dmabuf->nameCharan Teja Kalla
2020-07-09dma-buf: Move dma_buf_release() from fops to dentry_opsSumit Semwal
2020-05-06dma-buf: Fix SET_NAME ioctl uapiDaniel Vetter
2020-03-12dma-buf: free dmabuf->name in dma_buf_release()Cong Wang
2019-12-21dma-buf: Fix memory leak in sync_file_merge()Navid Emamdoost
2019-10-10dma-buf/resv: fix exclusive fence getQiang Yu
2019-08-20dmabuf: Mark up onstack timer for selftestsChris Wilson
2019-08-20dma-buf: Use %zu for printing sizeofChris Wilson
2019-08-19dma-buf: Add selftests for dma-fenceChris Wilson
2019-08-19dma-buf: Introduce selftesting frameworkChris Wilson
2019-08-17dma-fence: Store the timestamp in the same union as the cb_listChris Wilson
2019-08-17dma-fence: Simply wrap dma_fence_signal_locked with dma_fence_signalChris Wilson
2019-08-17dma-fence: Avoid list_del during fence->cb_list iterationChris Wilson
2019-08-16dma-buf: Restore seqlock around dma_resv updatesChris Wilson
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König
2019-08-13dma-buf: nuke reservation_object seq numberChristian König
2019-08-13dma-buf/sw_sync: Synchronize signal vs syncpt freeChris Wilson
2019-08-12dma-fence: Report the composite sync_file statusChris Wilson
2019-08-12dma-fence: Propagate errors to dma-fence-array containerChris Wilson
2019-08-10dma-buf: further relax reservation_object_add_shared_fenceChristian König
2019-08-10dma-buf: add reservation_object_fences helperChristian König
2019-08-07dma-buf: simplify reservation_object_get_fences_rcu a bitChristian König
2019-08-07dma-buf: fix shared fence list handling in reservation_object_copy_fencesChristian König
2019-08-07dma-buf: fix busy wait for new shared fencesChristian König
2019-08-05dma-buf: fix stack corruption in dma_fence_chain_releaseChristian König