index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma-buf
/
reservation.c
Age
Commit message (
Expand
)
Author
2019-06-05
dma-buf: Discard old fence_excl on retrying get_fences_rcu for realloc
Chris Wilson
2019-02-27
dma-buf: add some lockdep asserts to the reservation object implementation
Lucas Stach
2018-10-26
dma-buf: Update reservation shared_count after adding the new fence
Chris Wilson
2018-10-25
dma-buf: allow reserving more than one shared fence slot
Christian König
2018-10-25
dma-buf: remove shared fence staging in reservation object
Christian König
2018-07-16
dma-buf: Move BUG_ON from _add_shared_fence to _add_shared_inplace
Michel Dänzer
2018-07-03
locking: Implement an algorithm choice for Wound-Wait mutexes
Thomas Hellstrom
2018-02-16
Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2018-01-23
dma-buf: make returning the exclusive fence optional
Christian König
2018-01-23
dma-buf: fix reservation_object_wait_timeout_rcu once more v2
Christian König
2017-11-14
dma-buf: try to replace a signaled fence in reservation_object_add_shared_inp...
Christian König
2017-11-14
dma-buf: keep only not signaled fence in reservation_object_add_shared_replac...
Christian König
2017-11-09
dma-buf: Use rcu_assign_pointer() to set rcu protected pointers
Ville Syrjälä
2017-10-09
dma-buf: make reservation_object_copy_fences rcu save
Christian König
2017-08-14
dma-buf: fix reservation_object_wait_timeout_rcu to wait correctly v2
Christian König
2017-08-14
dma-buf: add reservation_object_copy_fences (v2)
Christian König
2017-08-09
dma-buf: dma_fence_put is NULL safe
Christian König
2016-11-09
reservation: revert "wait only with non-zero timeout specified (v3)" v2
Christian König
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-10-12
dma-buf: Restart reservation_object_test_signaled_rcu() after writes
Chris Wilson
2016-10-12
dma-buf: Restart reservation_object_wait_timeout_rcu() after writes
Chris Wilson
2016-10-12
dma-buf: Restart reservation_object_get_fences_rcu() after writes
Chris Wilson
2016-08-22
reservation: fix small comment typo
Rob Clark
2016-05-31
reservation: add headerdoc comments
Rob Clark
2015-05-21
dma-buf: Minor coding style fixes
Jagan Teki
2015-01-22
reservation: Remove shadowing local variable 'ret'
Michel Dänzer
2015-01-22
reservation: wait only with non-zero timeout specified (v3)
Jammy Zhou
2014-07-08
reservation: add suppport for read-only access using rcu
Maarten Lankhorst
2014-07-08
reservation: update api and add some helpers
Maarten Lankhorst
2014-07-08
dma-buf: move to drivers/dma-buf
Maarten Lankhorst