summaryrefslogtreecommitdiff
path: root/drivers/dma-buf/sync_file.c
AgeCommit message (Expand)Author
2023-12-02dma-buf/sync_file: Add SET_DEADLINE ioctlRob Clark
2023-10-31dma-buf: add dma_fence_timestamp helperChristian König
2022-08-10dma-buf/sync_file: use strscpy to replace strlcpyXueBing Chen
2022-05-30dma-buf: generalize dma_fence unwrap & merging v3Christian König
2022-05-04dma-buf/sync_file: cleanup fence merging a bitChristian König
2022-03-29dma-buf/sync-file: fix logic error in new fence merge codeChristian König
2022-03-25dma-buf/sync-file: fix warning about fence containersChristian König
2021-07-12dma-buf/sync_file: Don't leak fences on merge failureJason Ekstrand
2020-12-15dma-buf: use krealloc_array()Bartosz Golaszewski
2019-12-09Merge tag 'drm-misc-fixes-2019-11-25' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2019-11-25dma-buf: Fix memory leak in sync_file_merge()Navid Emamdoost
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann
2019-08-12dma-fence: Report the composite sync_file statusChris Wilson
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner
2019-04-16dma-buf: explicitely note that dma-fence-chains use 64bit seqnoChristian König
2018-12-07dma-buf: make fence sequence numbers 64 bit v2Christian König
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-10-09sync_file: Return consistent status in SYNC_IOC_FILE_INFOJohn Einar Reitan
2017-07-31dma-buf/sync_file: Allow multiple sync_files to wrap a single dma-fenceChris Wilson
2017-07-17Merge branch 'drm-misc-next-fixes' into drm-misc-fixesSean Paul
2017-07-14dma-buf/fence: Avoid use of uninitialised timestampChris Wilson
2017-05-24dma-buf/sync-file: Defer creation of sync_file->nameChris Wilson
2017-04-18sync_file: get rid of internal reference count.Dave Airlie
2017-01-09dma-fence: Wrap querying the fence->statusChris Wilson
2016-12-13dma-buf: Reorganize device dma access docsDaniel Vetter
2016-12-13dma-buf: Update kerneldoc for sync_file_createDaniel Vetter
2016-11-18Revert "dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)"Gustavo Padovan
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson
2016-10-21dma-buf/sync_file: hold reference to fence when creating sync_fileGustavo Padovan
2016-09-22dma-buf/sync_file: free fences array in num_fences is 1Gustavo Padovan
2016-09-20dma-buf/sync_file: Increment refcount of fence when all are signaled.Rafael Antognolli
2016-09-13dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)Chris Wilson
2016-08-11dma-buf/sync_file: only enable fence signalling on poll()Gustavo Padovan
2016-08-11dma-buf/sync_file: add sync_file_get_fence()Gustavo Padovan
2016-08-11dma-buf/sync_file: refactor fence storage in struct sync_fileGustavo Padovan
2016-06-03dma-buf/sync_file: fix build warning with context format typeGustavo Padovan
2016-04-29dma-buf/sync_file: de-stage sync_fileGustavo Padovan