aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe1-8/+8
2017-04-03dma-buf: align debugfs outputRussell King1-1/+2
2017-03-31dma-buf: fence debuggingRussell King1-1/+33
2017-03-17dma-fence: add dma_fence_match_context helperPhilipp Zabel1-0/+26
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter2-0/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-27dma-buf: add support for compat ioctlMarek Szyprowski1-0/+3
2017-02-16dma-buf/dma-fence: improve doc for dma_fence_add_callback()Gustavo Padovan1-0/+2
2017-01-27dma/fence: Export enable-signaling tracepoint for emission by driversChris Wilson1-0/+1
2017-01-09dma-fence: Introduce drm_fence_set_error() helperChris Wilson1-1/+1
2017-01-09dma-fence: Wrap querying the fence->statusChris Wilson3-13/+35
2017-01-09dma-fence: Clear fence->status during dma_fence_init()Chris Wilson1-0/+1
2016-12-30dma-buf: Use recommended structure member referenceDaniel Vetter1-3/+2
2016-12-30dma-buf: use preferred struct reference in kernel-docDaniel Vetter1-3/+3
2016-12-13dma-buf: Final bits of doc polishDaniel Vetter1-0/+22
2016-12-13dma-buf: Update cpu access documentationDaniel Vetter1-0/+122
2016-12-13dma-buf: Reorganize device dma access docsDaniel Vetter2-6/+59
2016-12-13dma-buf: Update kerneldoc for sync_file_createDaniel Vetter1-10/+4
2016-11-18Revert "dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)"Gustavo Padovan1-2/+1
2016-11-09reservation: revert "wait only with non-zero timeout specified (v3)" v2Christian König1-4/+1
2016-11-09dma-buf/fence: revert "don't wait when specified timeout is zero" (v2)Alex Deucher1-3/+0
2016-11-09dma-buf/fence: make timeout handling in fence_default_wait consistent (v2)Alex Deucher1-3/+5
2016-11-09dma-buf: return index of the first signaled fence (v2)monk.liu1-5/+16
2016-11-08dma-buf/sw_sync: put fence reference from the fence creationGustavo Padovan1-1/+1
2016-11-08dma-buf/sw_sync: mark sync_timeline_create() staticBaoyou Xie1-1/+1
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson11-279/+288
2016-10-25Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter6-0/+741
2016-10-25dma-buf/fence: add an lockdep_assert_held()Rob Clark1-0/+2
2016-10-25Merge tag 'topic/drm-misc-2016-10-24' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie2-67/+47
2016-10-21dma-buf/sync_file: hold reference to fence when creating sync_fileGustavo Padovan1-1/+1
2016-10-12dma-buf: Restart reservation_object_test_signaled_rcu() after writesChris Wilson1-20/+10
2016-10-12dma-buf: Restart reservation_object_wait_timeout_rcu() after writesChris Wilson1-6/+5
2016-10-12dma-buf: Restart reservation_object_get_fences_rcu() after writesChris Wilson1-40/+31
2016-10-11Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-72/+176
2016-09-22dma-buf/sync_file: free fences array in num_fences is 1Gustavo Padovan1-0/+1
2016-09-20dma-buf/sync_file: Increment refcount of fence when all are signaled.Rafael Antognolli1-4/+2
2016-09-13dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)Chris Wilson1-1/+2
2016-08-22reservation: fix small comment typoRob Clark1-1/+1
2016-08-17dma-buf: fix kernel-doc warning and typosRandy Dunlap1-3/+3
2016-08-16dma-buf: Wait on the reservation object when sync'ing before CPU accessChris Wilson1-0/+23
2016-08-15dma-buf/sw_sync: de-stage SW_SYNCGustavo Padovan6-0/+735
2016-08-11dma-buf/sync_file: only enable fence signalling on poll()Gustavo Padovan1-13/+8
2016-08-11dma-buf/sync_file: add sync_file_get_fence()Gustavo Padovan1-0/+23
2016-08-11dma-buf/sync_file: refactor fence storage in struct sync_fileGustavo Padovan1-59/+115
2016-08-11dma-buf/fence-array: add fence_is_array()Gustavo Padovan1-0/+1
2016-07-18dma-buf: Release module reference on creation failureChris Wilson1-4/+11
2016-07-13dma-buf/sync_file: improve Kconfig description for Sync FilesGustavo Padovan1-3/+12
2016-06-20dma-buf: remove dma_buf_debugfs_create_file()Mathias Krause1-20/+9
2016-06-20dma-buf: remove dma_buf directory on bufinfo file creation errorsMathias Krause1-1/+4
2016-06-20dma-buf: propagate errors from dma_buf_describe() on debugfs readMathias Krause1-11/+3