summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf
AgeCommit message (Expand)AuthorLines
2018-02-16Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-11/+24
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-14/+14
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-31/+58
2018-01-30dma-buf/sw_sync: fix document of sw_sync_create_fence_dataShawn Guo-2/+2
2018-01-23dma-buf: make returning the exclusive fence optionalChristian König-9/+22
2018-01-23dma-buf: fix reservation_object_wait_timeout_rcu once more v2Christian König-3/+5
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-28/+53
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro-3/+3
2017-11-27annotate poll_table_struct ->_keyAl Viro-1/+1
2017-11-23dma-buf: Fix ifnullfree.cocci warningsVasyl Gomonovych-2/+1
2017-11-21dma-buf/fence: Fix lock inversion within dma-fence-arrayChris Wilson-2/+12
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter-5/+12
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-1/+0
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-16/+52
2017-11-14dma-buf: try to replace a signaled fence in reservation_object_add_shared_inp...Christian König-3/+15
2017-11-14dma-buf: keep only not signaled fence in reservation_object_add_shared_replac...Christian König-17/+21
2017-11-09dma-buf: Use rcu_assign_pointer() to set rcu protected pointersVille Syrjälä-1/+1
2017-11-02dma-buf: Cleanup comments on dma_buf_map_attachment()Liviu Dudau-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-11-02Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie-5/+12
2017-10-16tracing, dma-buf: Remove unused trace event dma_fence_annotate_wait_onSteven Rostedt (VMware)-1/+0
2017-10-09sync_file: Return consistent status in SYNC_IOC_FILE_INFOJohn Einar Reitan-5/+12
2017-10-09dma-buf: make reservation_object_copy_fences rcu saveChristian König-14/+42
2017-09-20dma-buf: remove redundant initialization of sg_tableColin Ian King-1/+1
2017-09-08dma-buf/sw_sync: force signal all unsignaled fences on dying timelineDominik Behr-1/+9
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