| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-13 | sync_file: Protect access to driver and timeline name | Tvrtko Ursulin | 1 | -4/+20 |
| 2025-06-03 | sync_file: Use dma-fence driver and timeline name helpers | Tvrtko Ursulin | 1 | -4/+4 |
| 2023-12-02 | dma-buf/sync_file: Add SET_DEADLINE ioctl | Rob Clark | 1 | -0/+19 |
| 2023-10-31 | dma-buf: add dma_fence_timestamp helper | Christian König | 1 | -6/+3 |
| 2022-08-10 | dma-buf/sync_file: use strscpy to replace strlcpy | XueBing Chen | 1 | -4/+4 |
| 2022-05-30 | dma-buf: generalize dma_fence unwrap & merging v3 | Christian König | 1 | -113/+6 |
| 2022-05-04 | dma-buf/sync_file: cleanup fence merging a bit | Christian König | 1 | -14/+7 |
| 2022-03-29 | dma-buf/sync-file: fix logic error in new fence merge code | Christian König | 1 | -1/+1 |
| 2022-03-25 | dma-buf/sync-file: fix warning about fence containers | Christian König | 1 | -68/+73 |
| 2021-07-12 | dma-buf/sync_file: Don't leak fences on merge failure | Jason Ekstrand | 1 | -6/+7 |
| 2020-12-15 | dma-buf: use krealloc_array() | Bartosz Golaszewski | 1 | -2/+1 |
| 2019-12-09 | Merge tag 'drm-misc-fixes-2019-11-25' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie | 1 | -1/+1 |
| 2019-11-25 | dma-buf: Fix memory leak in sync_file_merge() | Navid Emamdoost | 1 | -1/+1 |
| 2019-10-23 | compat_ioctl: move more drivers to compat_ptr_ioctl | Arnd Bergmann | 1 | -1/+1 |
| 2019-08-12 | dma-fence: Report the composite sync_file status | Chris Wilson | 1 | -1/+1 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 | Thomas Gleixner | 1 | -10/+1 |
| 2019-04-16 | dma-buf: explicitely note that dma-fence-chains use 64bit seqno | Christian König | 1 | -1/+2 |
| 2018-12-07 | dma-buf: make fence sequence numbers 64 bit v2 | Christian König | 1 | -2/+2 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -1/+1 |
| 2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro | 1 | -1/+1 |
| 2017-10-09 | sync_file: Return consistent status in SYNC_IOC_FILE_INFO | John Einar Reitan | 1 | -5/+12 |
| 2017-07-31 | dma-buf/sync_file: Allow multiple sync_files to wrap a single dma-fence | Chris Wilson | 1 | -2/+3 |
| 2017-07-17 | Merge branch 'drm-misc-next-fixes' into drm-misc-fixes | Sean Paul | 1 | -18/+34 |
| 2017-07-14 | dma-buf/fence: Avoid use of uninitialised timestamp | Chris Wilson | 1 | -1/+7 |
| 2017-05-24 | dma-buf/sync-file: Defer creation of sync_file->name | Chris Wilson | 1 | -7/+32 |
| 2017-04-18 | sync_file: get rid of internal reference count. | Dave Airlie | 1 | -11/+2 |
| 2017-01-09 | dma-fence: Wrap querying the fence->status | Chris Wilson | 1 | -4/+2 |
| 2016-12-13 | dma-buf: Reorganize device dma access docs | Daniel Vetter | 1 | -1/+0 |
| 2016-12-13 | dma-buf: Update kerneldoc for sync_file_create | Daniel Vetter | 1 | -10/+4 |
| 2016-11-18 | Revert "dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)" | Gustavo Padovan | 1 | -2/+1 |
| 2016-10-25 | dma-buf: Rename struct fence to dma_fence | Chris Wilson | 1 | -30/+33 |
| 2016-10-21 | dma-buf/sync_file: hold reference to fence when creating sync_file | Gustavo Padovan | 1 | -1/+1 |
| 2016-09-22 | dma-buf/sync_file: free fences array in num_fences is 1 | Gustavo Padovan | 1 | -0/+1 |
| 2016-09-20 | dma-buf/sync_file: Increment refcount of fence when all are signaled. | Rafael Antognolli | 1 | -4/+2 |
| 2016-09-13 | dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0) | Chris Wilson | 1 | -1/+2 |
| 2016-08-11 | dma-buf/sync_file: only enable fence signalling on poll() | Gustavo Padovan | 1 | -13/+8 |
| 2016-08-11 | dma-buf/sync_file: add sync_file_get_fence() | Gustavo Padovan | 1 | -0/+23 |
| 2016-08-11 | dma-buf/sync_file: refactor fence storage in struct sync_file | Gustavo Padovan | 1 | -59/+115 |
| 2016-06-03 | dma-buf/sync_file: fix build warning with context format type | Gustavo Padovan | 1 | -1/+1 |
| 2016-04-29 | dma-buf/sync_file: de-stage sync_file | Gustavo Padovan | 1 | -0/+395 |