summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf
AgeCommit message (Expand)AuthorLines
2016-10-11Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-72/+176
2016-09-22dma-buf/sync_file: free fences array in num_fences is 1Gustavo Padovan-0/+1
2016-09-20dma-buf/sync_file: Increment refcount of fence when all are signaled.Rafael Antognolli-4/+2
2016-09-13dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)Chris Wilson-1/+2
2016-08-22reservation: fix small comment typoRob Clark-1/+1
2016-08-17dma-buf: fix kernel-doc warning and typosRandy Dunlap-3/+3
2016-08-16dma-buf: Wait on the reservation object when sync'ing before CPU accessChris Wilson-0/+23
2016-08-15dma-buf/sw_sync: de-stage SW_SYNCGustavo Padovan-0/+735
2016-08-11dma-buf/sync_file: only enable fence signalling on poll()Gustavo Padovan-13/+8
2016-08-11dma-buf/sync_file: add sync_file_get_fence()Gustavo Padovan-0/+23
2016-08-11dma-buf/sync_file: refactor fence storage in struct sync_fileGustavo Padovan-59/+115
2016-08-11dma-buf/fence-array: add fence_is_array()Gustavo Padovan-0/+1
2016-07-18dma-buf: Release module reference on creation failureChris Wilson-4/+11
2016-07-13dma-buf/sync_file: improve Kconfig description for Sync FilesGustavo Padovan-3/+12
2016-06-20dma-buf: remove dma_buf_debugfs_create_file()Mathias Krause-20/+9
2016-06-20dma-buf: remove dma_buf directory on bufinfo file creation errorsMathias Krause-1/+4
2016-06-20dma-buf: propagate errors from dma_buf_describe() on debugfs readMathias Krause-11/+3
2016-06-09Merge tag 'topic/drm-misc-2016-06-07' of git://anongit.freedesktop.org/drm-in...Dave Airlie-6/+150
2016-06-03dma-buf/sync_file: fix build warning with context format typeGustavo Padovan-1/+1
2016-06-02dma-buf/fence: add signal_on_any to the fence array v2Christian König-8/+25
2016-06-02dma-buf/fence: add fence_array fences v6Gustavo Padovan-1/+128
2016-06-02dma-buf/fence: make fence context 64 bit v2Christian König-4/+4
2016-05-31dma-buf: use vma_pages()Muhammad Falak R Wani-3/+4
2016-05-31reservation: add headerdoc commentsRob Clark-4/+68
2016-04-29dma-buf/sync_file: de-stage sync_fileGustavo Padovan-0/+407
2016-03-21dma-buf: Update docs for SYNC ioctlDaniel Vetter-1/+1
2016-03-19dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson-6/+11
2016-02-12dma-buf: Add ioctls to allow userspace to flushDaniel Vetter-0/+45
2016-02-09dma-buf: Remove range-based flushTiago Vignatti-9/+4
2015-10-30dma-buf/fence: add fence_wait_any_timeout function v2Christian König-0/+98
2015-05-21dma-buf: Minor coding style fixesJagan Teki-6/+20
2015-05-13dma-buf: add ref counting for module as exporterSumit Semwal-1/+9
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal-25/+22
2015-01-22reservation: Remove shadowing local variable 'ret'Michel Dänzer-2/+0
2015-01-22dma-buf/fence: don't wait when specified timeout is zeroJammy Zhou-0/+3
2015-01-22reservation: wait only with non-zero timeout specified (v3)Jammy Zhou-0/+3
2014-11-03treewide: Fix typo in Documentation/DocBook/device-driversMasanari Iida-1/+1
2014-10-09dma-buf: don't open-code atomic_long_read()Al Viro-1/+1
2014-08-28dma-buf/fence: Fix a kerneldoc warningThierry Reding-1/+1
2014-07-08reservation: add suppport for read-only access using rcuMaarten Lankhorst-38/+347
2014-07-08reservation: update api and add some helpersMaarten Lankhorst-12/+179
2014-07-08dma-buf: add poll support, v3Maarten Lankhorst-0/+108
2014-07-08dma-buf: use reservation objectsMaarten Lankhorst-2/+20
2014-07-08seqno-fence: Hardware dma-buf implementation of fencing (v6)Maarten Lankhorst-1/+74
2014-07-08fence: dma-buf cross-device synchronization (v18)Maarten Lankhorst-1/+432
2014-07-08dma-buf: move to drivers/dma-bufMaarten Lankhorst-0/+783