aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma-buf
AgeCommit message (Expand)Author
2018-06-06Merge 4.9.107 into android-4.9Greg Kroah-Hartman
2018-06-06dma-buf: remove redundant initialization of sg_tableColin Ian King
2018-05-14BACKPORT: dma-buf/sync_file: Allow multiple sync_files to wrap a single dma-f...Chris Wilson
2017-12-11ANDROID: dma-buf/sw_sync: Rename active_list to linkAmit Pundir
2017-12-10Merge 4.9.68 into android-4.9Greg Kroah-Hartman
2017-12-09dma-buf: Update kerneldoc for sync_file_createDaniel Vetter
2017-12-09dma-buf/sync_file: hold reference to fence when creating sync_fileGustavo Padovan
2017-12-09dma-buf/sw_sync: force signal all unsignaled fences on dying timelineDominik Behr
2017-12-09dma-fence: Introduce drm_fence_set_error() helperChris Wilson
2017-12-09dma-fence: Wrap querying the fence->statusChris Wilson
2017-12-09dma-fence: Clear fence->status during dma_fence_init()Chris Wilson
2017-12-09dma-buf/sw_sync: clean up list before signaling the fenceGustavo Padovan
2017-12-09dma-buf/sw_sync: move timeline_fence_ops aroundGustavo Padovan
2017-12-09dma-buf/sw-sync: Use an rbtree to sort fences in the timelineChris Wilson
2017-12-09dma-buf/sw-sync: Fix locking around sync_timeline listsChris Wilson
2017-12-09dma-buf/sw-sync: sync_pt is private and of fixed sizeChris Wilson
2017-12-09dma-buf/sw-sync: Reduce irqsave/irqrestore from known contextChris Wilson
2017-12-09dma-buf/sw-sync: Prevent user overflow on timeline advanceChris Wilson
2017-12-09dma-buf/sw-sync: Fix the is-signaled test to handle u32 wraparoundChris Wilson
2017-05-23UPSTREAM: dma-buf: Update kerneldoc for sync_file_createDaniel Vetter
2017-05-23UPSTREAM: Revert "dma-buf/sync-file: Avoid enable fence signaling if poll(.ti...Gustavo Padovan
2017-05-23UPSTREAM: reservation: revert "wait only with non-zero timeout specified (v3)...Christian König
2017-05-23BACKPORT: dma-buf/fence: revert "don't wait when specified timeout is zero" (v2)Alex Deucher
2017-05-23UPSTREAM: dma-buf/sw_sync: put fence reference from the fence creationGustavo Padovan
2017-05-23UPSTREAM: dma-buf/fence: add an lockdep_assert_held()Rob Clark
2017-05-23UPSTREAM: dma-buf/sync_file: hold reference to fence when creating sync_fileGustavo Padovan
2017-05-23UPSTREAM: dma-buf: Restart reservation_object_test_signaled_rcu() after writesChris Wilson
2017-05-23UPSTREAM: dma-buf: Restart reservation_object_wait_timeout_rcu() after writesChris Wilson
2017-05-23UPSTREAM: dma-buf: Restart reservation_object_get_fences_rcu() after writesChris Wilson
2017-04-18Merge 4.9.23 into android-4.9Greg Kroah-Hartman
2017-04-18dma-buf: add support for compat ioctlMarek Szyprowski
2017-01-27CHROMIUM: fix warning when releasing active sync pointDmitry Torokhov
2016-10-11Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-09-22dma-buf/sync_file: free fences array in num_fences is 1Gustavo Padovan
2016-09-20dma-buf/sync_file: Increment refcount of fence when all are signaled.Rafael Antognolli
2016-09-13dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)Chris Wilson
2016-08-22reservation: fix small comment typoRob Clark
2016-08-17dma-buf: fix kernel-doc warning and typosRandy Dunlap
2016-08-16dma-buf: Wait on the reservation object when sync'ing before CPU accessChris Wilson
2016-08-15dma-buf/sw_sync: de-stage SW_SYNCGustavo Padovan
2016-08-11dma-buf/sync_file: only enable fence signalling on poll()Gustavo Padovan
2016-08-11dma-buf/sync_file: add sync_file_get_fence()Gustavo Padovan
2016-08-11dma-buf/sync_file: refactor fence storage in struct sync_fileGustavo Padovan
2016-08-11dma-buf/fence-array: add fence_is_array()Gustavo Padovan
2016-07-18dma-buf: Release module reference on creation failureChris Wilson
2016-07-13dma-buf/sync_file: improve Kconfig description for Sync FilesGustavo Padovan
2016-06-20dma-buf: remove dma_buf_debugfs_create_file()Mathias Krause
2016-06-20dma-buf: remove dma_buf directory on bufinfo file creation errorsMathias Krause
2016-06-20dma-buf: propagate errors from dma_buf_describe() on debugfs readMathias Krause
2016-06-09Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie