summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf
Commit message (Expand)AuthorAgeFilesLines
* dma-buf: Remove unneeded stubs around sync_debug interfacesEzequiel Garcia2018-05-071-10/+0
* Revert 190c462d5be19ba622a82f5fd0625087c870a1e6..bf3012ada1b2222e770de5c35c1b...Daniel Vetter2018-05-033-16/+9
* dma-fence: Make ->wait callback optionalDaniel Vetter2018-05-033-3/+4
* dma-fence: Allow wait_any_timeout for all fencesDaniel Vetter2018-05-031-5/+0
* dma-fence: Make ->enable_signaling optionalDaniel Vetter2018-05-031-1/+12
* dma-fence: add comment for WARN_ON in dma_fence_release()Oded Gabbay2018-01-291-0/+1
* dma-buf/sw_sync: Fix kerneldoc warningsChris Wilson2018-02-191-3/+3
* Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-02-162-11/+24
|\
| * dma-buf/sw_sync: fix document of sw_sync_create_fence_dataShawn Guo2018-01-301-2/+2
| * dma-buf: make returning the exclusive fence optionalChristian König2018-01-231-9/+22
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-14/+14
* | Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2018-02-013-31/+58
|\ \
| * | dma-buf: fix reservation_object_wait_timeout_rcu once more v2Christian König2018-01-231-3/+5
| |/
| * Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-12-043-28/+53
| |\
| | * dma-buf: Fix ifnullfree.cocci warningsVasyl Gomonovych2017-11-231-2/+1
| | * dma-buf/fence: Fix lock inversion within dma-fence-arrayChris Wilson2017-11-211-2/+12
| | * Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-11-211-5/+12
| | |\
| | * | dma-buf: try to replace a signaled fence in reservation_object_add_shared_inp...Christian König2017-11-141-3/+15
| | * | dma-buf: keep only not signaled fence in reservation_object_add_shared_replac...Christian König2017-11-141-17/+21
| | * | dma-buf: Use rcu_assign_pointer() to set rcu protected pointersVille Syrjälä2017-11-091-1/+1
| | * | dma-buf: Cleanup comments on dma_buf_map_attachment()Liviu Dudau2017-11-021-3/+3
* | | | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-282-3/+3
* | | | annotate poll_table_struct ->_keyAl Viro2017-11-271-1/+1
|/ / /
* | | Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-11-171-1/+0
|\ \ \
| * | | tracing, dma-buf: Remove unused trace event dma_fence_annotate_wait_onSteven Rostedt (VMware)2017-10-161-1/+0
* | | | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-153-16/+52
|\ \ \ \ | | |_|/ | |/| |
| * | | Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie2017-11-021-5/+12
| |\ \ \ | | |_|/ | |/| |
| * | | dma-buf: make reservation_object_copy_fences rcu saveChristian König2017-10-091-14/+42
| * | | dma-buf: remove redundant initialization of sg_tableColin Ian King2017-09-201-1/+1
| * | | dma-buf/sw_sync: force signal all unsignaled fences on dying timelineDominik Behr2017-09-081-1/+9
| | |/ | |/|
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/ |/|
* | sync_file: Return consistent status in SYNC_IOC_FILE_INFOJohn Einar Reitan2017-10-091-5/+12
|/
* dma-buf: fix reservation_object_wait_timeout_rcu to wait correctly v2Christian König2017-08-141-18/+15
* dma-buf: add reservation_object_copy_fences (v2)Christian König2017-08-141-0/+60
* dma-buf: dma_fence_put is NULL safeChristian König2017-08-091-4/+2
* dma-buf/sw_sync: clean up list before signaling the fenceGustavo Padovan2017-07-311-1/+11
* dma-buf/sw_sync: move timeline_fence_ops aroundGustavo Padovan2017-07-311-69/+69
* dma-buf/sync_file: Allow multiple sync_files to wrap a single dma-fenceChris Wilson2017-07-291-2/+3
* Backmerge tag 'v4.13-rc2' into drm-nextDave Airlie2017-07-273-13/+14
|\
| * Merge branch 'drm-misc-next-fixes' into drm-misc-fixesSean Paul2017-07-174-27/+48
| |\
| * | dma-buf/fence: Avoid use of uninitialised timestampChris Wilson2017-07-143-13/+14
* | | dma-fence: Don't BUG_ON when not absolutely neededDaniel Vetter2017-07-261-2/+2
* | | dma-buf/sw-sync: Use an rbtree to sort fences in the timelineChris Wilson2017-06-292-6/+48
* | | dma-buf/sw-sync: Fix locking around sync_timeline listsChris Wilson2017-06-293-47/+31
* | | dma-buf/sw-sync: sync_pt is private and of fixed sizeChris Wilson2017-06-291-8/+4
* | | dma-buf/sw-sync: Reduce irqsave/irqrestore from known contextChris Wilson2017-06-292-14/+15
* | | dma-buf/sw-sync: Prevent user overflow on timeline advanceChris Wilson2017-06-291-0/+5
* | | dma-buf/sw-sync: Fix the is-signaled test to handle u32 wraparoundChris Wilson2017-06-291-1/+1
| |/ |/|
* | dma-buf/sync-file: Defer creation of sync_file->nameChris Wilson2017-05-242-8/+35
* | dma-buf: Use seq_putc() in two functionsMarkus Elfring2017-05-081-3/+3
OpenPOWER on IntegriCloud