summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/sw_sync.c
Commit message (Expand)AuthorAgeFilesLines
* dma-buf/sw_sync: force signal all unsignaled fences on dying timelineDominik Behr2017-12-091-1/+9
* dma-buf/sw_sync: clean up list before signaling the fenceGustavo Padovan2017-12-091-1/+11
* dma-buf/sw_sync: move timeline_fence_ops aroundGustavo Padovan2017-12-091-69/+69
* dma-buf/sw-sync: Use an rbtree to sort fences in the timelineChris Wilson2017-12-091-6/+43
* dma-buf/sw-sync: Fix locking around sync_timeline listsChris Wilson2017-12-091-29/+19
* dma-buf/sw-sync: sync_pt is private and of fixed sizeChris Wilson2017-12-091-8/+4
* dma-buf/sw-sync: Reduce irqsave/irqrestore from known contextChris Wilson2017-12-091-6/+9
* dma-buf/sw-sync: Prevent user overflow on timeline advanceChris Wilson2017-12-091-0/+5
* dma-buf/sw-sync: Fix the is-signaled test to handle u32 wraparoundChris Wilson2017-12-091-1/+1
* dma-buf/sw_sync: de-stage SW_SYNCGustavo Padovan2016-08-151-0/+375