aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma-buf
AgeCommit message (Expand)Author
2018-01-29dma-fence: add comment for WARN_ON in dma_fence_release()Oded Gabbay
2018-02-19dma-buf/sw_sync: Fix kerneldoc warningsChris Wilson
2018-02-16Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2018-01-30dma-buf/sw_sync: fix document of sw_sync_create_fence_dataShawn Guo
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-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-27annotate poll_table_struct ->_keyAl Viro
2017-11-23dma-buf: Fix ifnullfree.cocci warningsVasyl Gomonovych
2017-11-21dma-buf/fence: Fix lock inversion within dma-fence-arrayChris Wilson
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
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-11-02dma-buf: Cleanup comments on dma_buf_map_attachment()Liviu Dudau
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-02Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie
2017-10-16tracing, dma-buf: Remove unused trace event dma_fence_annotate_wait_onSteven Rostedt (VMware)
2017-10-09sync_file: Return consistent status in SYNC_IOC_FILE_INFOJohn Einar Reitan
2017-10-09dma-buf: make reservation_object_copy_fences rcu saveChristian König
2017-09-20dma-buf: remove redundant initialization of sg_tableColin Ian King
2017-09-08dma-buf/sw_sync: force signal all unsignaled fences on dying timelineDominik Behr
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
2017-07-31dma-buf/sw_sync: clean up list before signaling the fenceGustavo Padovan
2017-07-31dma-buf/sw_sync: move timeline_fence_ops aroundGustavo Padovan
2017-07-29dma-buf/sync_file: Allow multiple sync_files to wrap a single dma-fenceChris Wilson
2017-07-27Backmerge tag 'v4.13-rc2' into drm-nextDave Airlie
2017-07-26dma-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