summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf
AgeCommit message (Expand)AuthorLines
2017-08-14dma-buf: fix reservation_object_wait_timeout_rcu to wait correctly v2Christian König-18/+15
2017-08-14dma-buf: add reservation_object_copy_fences (v2)Christian König-0/+60
2017-08-09dma-buf: dma_fence_put is NULL safeChristian König-4/+2
2017-07-31dma-buf/sw_sync: clean up list before signaling the fenceGustavo Padovan-1/+11
2017-07-31dma-buf/sw_sync: move timeline_fence_ops aroundGustavo Padovan-69/+69
2017-07-29dma-buf/sync_file: Allow multiple sync_files to wrap a single dma-fenceChris Wilson-2/+3
2017-07-27Backmerge tag 'v4.13-rc2' into drm-nextDave Airlie-13/+14
2017-07-26dma-fence: Don't BUG_ON when not absolutely neededDaniel Vetter-2/+2
2017-07-17Merge branch 'drm-misc-next-fixes' into drm-misc-fixesSean Paul-27/+48
2017-07-14dma-buf/fence: Avoid use of uninitialised timestampChris Wilson-13/+14
2017-06-29dma-buf/sw-sync: Use an rbtree to sort fences in the timelineChris Wilson-6/+48
2017-06-29dma-buf/sw-sync: Fix locking around sync_timeline listsChris Wilson-47/+31
2017-06-29dma-buf/sw-sync: sync_pt is private and of fixed sizeChris Wilson-8/+4
2017-06-29dma-buf/sw-sync: Reduce irqsave/irqrestore from known contextChris Wilson-14/+15
2017-06-29dma-buf/sw-sync: Prevent user overflow on timeline advanceChris Wilson-0/+5
2017-06-29dma-buf/sw-sync: Fix the is-signaled test to handle u32 wraparoundChris Wilson-1/+1
2017-05-24dma-buf/sync-file: Defer creation of sync_file->nameChris Wilson-8/+35
2017-05-08dma-buf: Use seq_putc() in two functionsMarkus Elfring-3/+3
2017-05-08dma-buf: Adjust a null pointer check in dma_buf_attach()Markus Elfring-1/+1
2017-05-08dma-buf: Improve a size determination in dma_buf_attach()Markus Elfring-1/+1
2017-05-08dma-buf: Combine two function calls into one in dma_buf_debug_show()Markus Elfring-3/+1
2017-05-04Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linux into...Sean Paul-8/+8
2017-04-27dma-buf: avoid scheduling on fence status query v2Andres Rodriguez-0/+5
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe-8/+8
2017-04-18sync_file: get rid of internal reference count.Dave Airlie-11/+2
2017-04-03dma-buf: align debugfs outputRussell King-1/+2
2017-03-31dma-buf: fence debuggingRussell King-1/+33
2017-03-17dma-fence: add dma_fence_match_context helperPhilipp Zabel-0/+26
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter-0/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-0/+1
2017-02-27dma-buf: add support for compat ioctlMarek Szyprowski-0/+3
2017-02-16dma-buf/dma-fence: improve doc for dma_fence_add_callback()Gustavo Padovan-0/+2
2017-01-27dma/fence: Export enable-signaling tracepoint for emission by driversChris Wilson-0/+1
2017-01-09dma-fence: Introduce drm_fence_set_error() helperChris Wilson-1/+1
2017-01-09dma-fence: Wrap querying the fence->statusChris Wilson-13/+35
2017-01-09dma-fence: Clear fence->status during dma_fence_init()Chris Wilson-0/+1
2016-12-30dma-buf: Use recommended structure member referenceDaniel Vetter-3/+2
2016-12-30dma-buf: use preferred struct reference in kernel-docDaniel Vetter-3/+3
2016-12-13dma-buf: Final bits of doc polishDaniel Vetter-0/+22
2016-12-13dma-buf: Update cpu access documentationDaniel Vetter-0/+122
2016-12-13dma-buf: Reorganize device dma access docsDaniel Vetter-6/+59
2016-12-13dma-buf: Update kerneldoc for sync_file_createDaniel Vetter-10/+4
2016-11-18Revert "dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)"Gustavo Padovan-2/+1
2016-11-09reservation: revert "wait only with non-zero timeout specified (v3)" v2Christian König-4/+1
2016-11-09dma-buf/fence: revert "don't wait when specified timeout is zero" (v2)Alex Deucher-3/+0
2016-11-09dma-buf/fence: make timeout handling in fence_default_wait consistent (v2)Alex Deucher-3/+5
2016-11-09dma-buf: return index of the first signaled fence (v2)monk.liu-5/+16
2016-11-08dma-buf/sw_sync: put fence reference from the fence creationGustavo Padovan-1/+1
2016-11-08dma-buf/sw_sync: mark sync_timeline_create() staticBaoyou Xie-1/+1
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson-279/+288