summaryrefslogtreecommitdiff
path: root/drivers/dma-buf
AgeCommit message (Expand)Author
2019-12-21dma-buf: Fix memory leak in sync_file_merge()Navid Emamdoost
2018-06-06dma-buf: remove redundant initialization of sg_tableColin Ian King
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-04-18dma-buf: add support for compat ioctlMarek Szyprowski
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
2016-06-03dma-buf/sync_file: fix build warning with context format typeGustavo Padovan
2016-06-02dma-buf/fence: add signal_on_any to the fence array v2Christian König
2016-06-02dma-buf/fence: add fence_array fences v6Gustavo Padovan
2016-06-02dma-buf/fence: make fence context 64 bit v2Christian König
2016-05-31dma-buf: use vma_pages()Muhammad Falak R Wani
2016-05-31reservation: add headerdoc commentsRob Clark
2016-04-29dma-buf/sync_file: de-stage sync_fileGustavo Padovan
2016-03-21dma-buf: Update docs for SYNC ioctlDaniel Vetter
2016-03-19dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson
2016-02-12dma-buf: Add ioctls to allow userspace to flushDaniel Vetter
2016-02-09dma-buf: Remove range-based flushTiago Vignatti
2015-10-30dma-buf/fence: add fence_wait_any_timeout function v2Christian König
2015-05-21dma-buf: Minor coding style fixesJagan Teki
2015-05-13dma-buf: add ref counting for module as exporterSumit Semwal
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal