summaryrefslogtreecommitdiff
path: root/drivers/dma-buf/reservation.c
AgeCommit message (Expand)Author
2018-10-26dma-buf: Update reservation shared_count after adding the new fenceChris Wilson
2018-10-25dma-buf: allow reserving more than one shared fence slotChristian König
2018-10-25dma-buf: remove shared fence staging in reservation objectChristian König
2018-07-16dma-buf: Move BUG_ON from _add_shared_fence to _add_shared_inplaceMichel Dänzer
2018-07-03locking: Implement an algorithm choice for Wound-Wait mutexesThomas Hellstrom
2018-02-16Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-01-23dma-buf: make returning the exclusive fence optionalChristian König
2018-01-23dma-buf: fix reservation_object_wait_timeout_rcu once more v2Christian König
2017-11-14dma-buf: try to replace a signaled fence in reservation_object_add_shared_inp...Christian König
2017-11-14dma-buf: keep only not signaled fence in reservation_object_add_shared_replac...Christian König
2017-11-09dma-buf: Use rcu_assign_pointer() to set rcu protected pointersVille Syrjälä
2017-10-09dma-buf: make reservation_object_copy_fences rcu saveChristian König
2017-08-14dma-buf: fix reservation_object_wait_timeout_rcu to wait correctly v2Christian König
2017-08-14dma-buf: add reservation_object_copy_fences (v2)Christian König
2017-08-09dma-buf: dma_fence_put is NULL safeChristian König
2016-11-09reservation: revert "wait only with non-zero timeout specified (v3)" v2Christian König
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson
2016-10-12dma-buf: Restart reservation_object_test_signaled_rcu() after writesChris Wilson
2016-10-12dma-buf: Restart reservation_object_wait_timeout_rcu() after writesChris Wilson
2016-10-12dma-buf: Restart reservation_object_get_fences_rcu() after writesChris Wilson
2016-08-22reservation: fix small comment typoRob Clark
2016-05-31reservation: add headerdoc commentsRob Clark
2015-05-21dma-buf: Minor coding style fixesJagan Teki
2015-01-22reservation: Remove shadowing local variable 'ret'Michel Dänzer
2015-01-22reservation: wait only with non-zero timeout specified (v3)Jammy Zhou
2014-07-08reservation: add suppport for read-only access using rcuMaarten Lankhorst
2014-07-08reservation: update api and add some helpersMaarten Lankhorst
2014-07-08dma-buf: move to drivers/dma-bufMaarten Lankhorst