summaryrefslogtreecommitdiff
path: root/drivers/dma-buf/sync_file.c
Commit message (Expand)AuthorAge
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-28
* sync_file: Return consistent status in SYNC_IOC_FILE_INFOJohn Einar Reitan2017-10-09
* dma-buf/sync_file: Allow multiple sync_files to wrap a single dma-fenceChris Wilson2017-07-31
* Merge branch 'drm-misc-next-fixes' into drm-misc-fixesSean Paul2017-07-17
|\
| * dma-buf/sync-file: Defer creation of sync_file->nameChris Wilson2017-05-24
| * sync_file: get rid of internal reference count.Dave Airlie2017-04-18
* | dma-buf/fence: Avoid use of uninitialised timestampChris Wilson2017-07-14
|/
* dma-fence: Wrap querying the fence->statusChris Wilson2017-01-09
* dma-buf: Reorganize device dma access docsDaniel Vetter2016-12-13
* dma-buf: Update kerneldoc for sync_file_createDaniel Vetter2016-12-13
* Revert "dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)"Gustavo Padovan2016-11-18
* dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-25
* dma-buf/sync_file: hold reference to fence when creating sync_fileGustavo Padovan2016-10-21
* dma-buf/sync_file: free fences array in num_fences is 1Gustavo Padovan2016-09-22
* dma-buf/sync_file: Increment refcount of fence when all are signaled.Rafael Antognolli2016-09-20
* dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)Chris Wilson2016-09-13
* dma-buf/sync_file: only enable fence signalling on poll()Gustavo Padovan2016-08-11
* dma-buf/sync_file: add sync_file_get_fence()Gustavo Padovan2016-08-11
* dma-buf/sync_file: refactor fence storage in struct sync_fileGustavo Padovan2016-08-11
* dma-buf/sync_file: fix build warning with context format typeGustavo Padovan2016-06-03
* dma-buf/sync_file: de-stage sync_fileGustavo Padovan2016-04-29