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