aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dma-buf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-20dma-buf: remove kmap_atomic interfaceChristian König1-4/+0
2018-06-20dma_buf: remove device parameter from attach callback v2Christian König1-7/+6
2018-06-01dma-buf: make map_atomic and map function pointers optionalGerd Hoffmann1-2/+2
2017-11-27dmabuf: annotate dma_buf->activeAl Viro1-1/+1
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe1-11/+11
2016-12-30dma-buf: Use recommended structure member referenceDaniel Vetter1-3/+3
2016-12-30dma-buf: use preferred struct reference in kernel-docDaniel Vetter1-2/+2
2016-12-13dma-buf: Update cpu access documentationDaniel Vetter1-8/+83
2016-12-13dma-buf: Reorganize device dma access docsDaniel Vetter1-23/+110
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-2/+2
2016-06-20dma-buf: remove dma_buf_debugfs_create_file()Mathias Krause1-2/+0
2016-05-31dma-buf: headerdoc fixesRob Clark1-3/+10
2016-03-19dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson1-3/+3
2016-02-09dma-buf: Remove range-based flushTiago Vignatti1-7/+5
2015-05-13dma-buf: add ref counting for module as exporterSumit Semwal1-2/+8
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal1-6/+28
2014-07-08dma-buf: add poll support, v3Maarten Lankhorst1-0/+12
2014-07-08dma-buf: use reservation objectsMaarten Lankhorst1-3/+6
2014-02-13dma-buf: update debugfs outputSumit Semwal1-1/+1
2013-05-01dma-buf: Add debugfs supportSumit Semwal1-1/+4
2013-05-01dma-buf: replace dma_buf_export() with dma_buf_export_named()Sumit Semwal1-2/+9
2013-02-27dma-buf: implement vmap refcounting in the interface logicDaniel Vetter1-1/+3
2013-01-29Merge branch 'master' into for-nextJiri Kosina1-99/+0
2013-01-09treewide: Fix typo in various driversMasanari Iida1-1/+1
2012-12-20dma-buf: remove fallback for !CONFIG_DMA_SHARED_BUFFERMaarten Lankhorst1-99/+0
2012-05-25dma-buf: minor documentation fixes.Sumit Semwal1-0/+3
2012-05-25dma-buf: add vmap interfaceDave Airlie1-0/+14
2012-05-25dma-buf: mmap supportDaniel Vetter1-0/+16
2012-03-28Merge branch 'for-linus-3.4' of git://git.linaro.org/people/sumitsemwal/linux-dma-bufLinus Torvalds1-10/+87
2012-03-26dma-buf: correct dummy function declarations.Sumit Semwal1-13/+14
2012-03-26dma-buf: add support for kernel cpu accessDaniel Vetter1-0/+59
2012-03-26dma-buf: don't hold the mutex around map/unmap callsDaniel Vetter1-1/+1
2012-03-26dma-buf: add get_dma_buf()Rob Clark1-0/+15
2012-03-26dma-buf: pass flags into dma_buf_fd.Dave Airlie1-1/+1
2012-03-26dma-buf: add dma_data_direction to unmap dma_buf_opSumit Semwal1-3/+5
2012-03-19dma-buf: Constify ops argument to dma_buf_export()Laurent Pinchart1-4/+4
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker1-1/+1
2012-01-06dma-buf: Introduce dma buffer sharing mechanismSumit Semwal1-0/+176