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
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