aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/dma-buf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-27dma-buf: add support for compat ioctlMarek Szyprowski1-0/+3
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 Vetter1-5/+59
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-14/+14
2016-08-16dma-buf: Wait on the reservation object when sync'ing before CPU accessChris Wilson1-0/+23
2016-07-18dma-buf: Release module reference on creation failureChris Wilson1-4/+11
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
2016-05-31dma-buf: use vma_pages()Muhammad Falak R Wani1-3/+4
2016-03-21dma-buf: Update docs for SYNC ioctlDaniel Vetter1-1/+1
2016-03-19dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson1-6/+11
2016-02-12dma-buf: Add ioctls to allow userspace to flushDaniel Vetter1-0/+45
2016-02-09dma-buf: Remove range-based flushTiago Vignatti1-9/+4
2015-05-21dma-buf: Minor coding style fixesJagan Teki1-2/+7
2015-05-13dma-buf: add ref counting for module as exporterSumit Semwal1-1/+9
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal1-25/+22
2014-10-09dma-buf: don't open-code atomic_long_read()Al Viro1-1/+1
2014-07-08reservation: add suppport for read-only access using rcuMaarten Lankhorst1-11/+36
2014-07-08reservation: update api and add some helpersMaarten Lankhorst1-11/+24
2014-07-08dma-buf: add poll support, v3Maarten Lankhorst1-0/+108
2014-07-08dma-buf: use reservation objectsMaarten Lankhorst1-2/+20
2014-07-08dma-buf: move to drivers/dma-bufMaarten Lankhorst1-0/+743