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