index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma-buf
/
sw_sync.c
Age
Commit message (
Expand
)
Author
2019-10-23
compat_ioctl: move more drivers to compat_ptr_ioctl
Arnd Bergmann
2019-08-13
dma-buf/sw_sync: Synchronize signal vs syncpt free
Chris Wilson
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
2019-04-16
dma-buf: explicitely note that dma-fence-chains use 64bit seqno
Christian König
2018-12-07
dma-buf: make fence sequence numbers 64 bit v2
Christian König
2018-07-03
dma-fence: Make ->wait callback optional
Daniel Vetter
2018-02-19
dma-buf/sw_sync: Fix kerneldoc warnings
Chris Wilson
2018-01-30
dma-buf/sw_sync: fix document of sw_sync_create_fence_data
Shawn Guo
2017-09-08
dma-buf/sw_sync: force signal all unsignaled fences on dying timeline
Dominik Behr
2017-07-31
dma-buf/sw_sync: clean up list before signaling the fence
Gustavo Padovan
2017-07-31
dma-buf/sw_sync: move timeline_fence_ops around
Gustavo Padovan
2017-06-29
dma-buf/sw-sync: Use an rbtree to sort fences in the timeline
Chris Wilson
2017-06-29
dma-buf/sw-sync: Fix locking around sync_timeline lists
Chris Wilson
2017-06-29
dma-buf/sw-sync: sync_pt is private and of fixed size
Chris Wilson
2017-06-29
dma-buf/sw-sync: Reduce irqsave/irqrestore from known context
Chris Wilson
2017-06-29
dma-buf/sw-sync: Prevent user overflow on timeline advance
Chris Wilson
2017-06-29
dma-buf/sw-sync: Fix the is-signaled test to handle u32 wraparound
Chris Wilson
2016-11-08
dma-buf/sw_sync: put fence reference from the fence creation
Gustavo Padovan
2016-11-08
dma-buf/sw_sync: mark sync_timeline_create() static
Baoyou Xie
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-08-15
dma-buf/sw_sync: de-stage SW_SYNC
Gustavo Padovan