summaryrefslogtreecommitdiff
path: root/drivers/dma-buf/sw_sync.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-1/+1
2019-08-13dma-buf/sw_sync: Synchronize signal vs syncpt freeChris Wilson1-9/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-10/+1
2019-04-16dma-buf: explicitely note that dma-fence-chains use 64bit seqnoChristian König1-1/+1
2018-12-07dma-buf: make fence sequence numbers 64 bit v2Christian König1-1/+1
2018-07-03dma-fence: Make ->wait callback optionalDaniel Vetter1-1/+0
2018-02-19dma-buf/sw_sync: Fix kerneldoc warningsChris Wilson1-3/+3
2018-01-30dma-buf/sw_sync: fix document of sw_sync_create_fence_dataShawn Guo1-2/+2
2017-09-08dma-buf/sw_sync: force signal all unsignaled fences on dying timelineDominik Behr1-1/+9
2017-07-31dma-buf/sw_sync: clean up list before signaling the fenceGustavo Padovan1-1/+11
2017-07-31dma-buf/sw_sync: move timeline_fence_ops aroundGustavo Padovan1-69/+69
2017-06-29dma-buf/sw-sync: Use an rbtree to sort fences in the timelineChris Wilson1-6/+43
2017-06-29dma-buf/sw-sync: Fix locking around sync_timeline listsChris Wilson1-29/+19
2017-06-29dma-buf/sw-sync: sync_pt is private and of fixed sizeChris Wilson1-8/+4
2017-06-29dma-buf/sw-sync: Reduce irqsave/irqrestore from known contextChris Wilson1-6/+9
2017-06-29dma-buf/sw-sync: Prevent user overflow on timeline advanceChris Wilson1-0/+5
2017-06-29dma-buf/sw-sync: Fix the is-signaled test to handle u32 wraparoundChris Wilson1-1/+1
2016-11-08dma-buf/sw_sync: put fence reference from the fence creationGustavo Padovan1-1/+1
2016-11-08dma-buf/sw_sync: mark sync_timeline_create() staticBaoyou Xie1-1/+1
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-24/+24
2016-08-15dma-buf/sw_sync: de-stage SW_SYNCGustavo Padovan1-0/+375