index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
dma-fence.h
Age
Commit message (
Expand
)
Author
2024-05-06
Reapply "drm/qxl: simplify qxl_fence_wait"
Linus Torvalds
2024-04-05
Revert "drm/qxl: simplify qxl_fence_wait"
Alex Constantino
2023-12-20
workqueue: Split out workqueue_types.h
Kent Overstreet
2023-11-27
dma-buf: fix check in dma_resv_add_fence
Christian König
2023-10-05
dma-buf: add dma_fence_timestamp helper
Christian König
2023-07-03
dma-buf: keep the signaling time of merged fences v3
Christian König
2023-03-25
dma-buf/dma-fence: Add deadline awareness
Rob Clark
2022-02-08
dma-buf: consolidate dma_fence subclass checking
Christian König
2021-11-11
dma-buf: add dma_fence_describe and dma_resv_describe v2
Christian König
2021-09-03
dma-buf: clarify dma_fence_ops->wait documentation
Christian König
2021-09-02
dma-buf: nuke DMA_FENCE_TRACE macros v2
Christian König
2021-04-08
drm/syncobj: use newly allocated stub fences
David Stevens
2021-01-22
dma-fence: allow signaling drivers to set fence timestamp
Veera Sundaram Sankaran
2020-07-21
dma-fence: prime lockdep annotations
Daniel Vetter
2020-07-21
dma-fence: basic lockdep annotations
Daniel Vetter
2019-08-17
dma-fence: Store the timestamp in the same union as the cb_list
Chris Wilson
2019-08-17
dma-fence: Shrink size of struct dma_fence
Chris Wilson
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
2019-08-10
dma-buf: make dma_fence structure a bit smaller v2
Christian König
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
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-12-03
dma-buf: add dma_fence_get_stub
Christian König
2018-07-03
dma-fence: Make ->wait callback optional
Daniel Vetter
2018-07-02
dma-fence: Make ->enable_signaling optional
Daniel Vetter
2018-07-02
dma-fence: remove fill_driver_data callback
Daniel Vetter
2018-05-03
Revert 190c462d5be19ba622a82f5fd0625087c870a1e6..bf3012ada1b2222e770de5c35c1b...
Daniel Vetter
2018-05-03
dma-fence: Make ->wait callback optional
Daniel Vetter
2018-05-03
dma-fence: Make ->enable_signaling optional
Daniel Vetter
2018-05-03
dma-fence: remove fill_driver_data callback
Daniel Vetter
2018-05-02
dma-fence: Some kerneldoc polish for dma-fence.h
Daniel Vetter
2017-11-09
dma-buf/fence: Sparse wants __rcu on the object itself
Chris Wilson
2017-10-18
dma-fence: remove duplicate word in comment
Frank Binns
2017-10-09
dma-fence: fix dma_fence_get_rcu_safe v2
Christian König
2017-07-27
Backmerge tag 'v4.13-rc2' into drm-next
Dave Airlie
2017-07-26
dma-fence: Don't BUG_ON when not absolutely needed
Daniel Vetter
2017-07-14
dma-buf/fence: Avoid use of uninitialised timestamp
Chris Wilson
2017-06-29
dma-buf/dma-fence: Extract __dma_fence_is_later()
Chris Wilson
2017-04-18
mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU
Paul E. McKenney
2017-01-09
dma-fence: Introduce drm_fence_set_error() helper
Chris Wilson
2017-01-09
dma-fence: Wrap querying the fence->status
Chris Wilson
2016-11-15
doc/dma-buf: Fix up include directives
Daniel Vetter
2016-11-09
dma-buf: return index of the first signaled fence (v2)
monk.liu
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson