summaryrefslogtreecommitdiff
path: root/include/linux/dma-buf.h
AgeCommit message (Expand)Author
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe
2016-12-30dma-buf: Use recommended structure member referenceDaniel Vetter
2016-12-30dma-buf: use preferred struct reference in kernel-docDaniel Vetter
2016-12-13dma-buf: Update cpu access documentationDaniel Vetter
2016-12-13dma-buf: Reorganize device dma access docsDaniel Vetter
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson
2016-06-20dma-buf: remove dma_buf_debugfs_create_file()Mathias Krause
2016-05-31dma-buf: headerdoc fixesRob Clark
2016-03-19dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson
2016-02-09dma-buf: Remove range-based flushTiago Vignatti
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
2014-07-08dma-buf: add poll support, v3Maarten Lankhorst
2014-07-08dma-buf: use reservation objectsMaarten Lankhorst
2014-02-13dma-buf: update debugfs outputSumit Semwal
2013-05-01dma-buf: Add debugfs supportSumit Semwal
2013-05-01dma-buf: replace dma_buf_export() with dma_buf_export_named()Sumit Semwal
2013-02-27dma-buf: implement vmap refcounting in the interface logicDaniel Vetter
2013-01-29Merge branch 'master' into for-nextJiri Kosina
2013-01-09treewide: Fix typo in various driversMasanari Iida
2012-12-20dma-buf: remove fallback for !CONFIG_DMA_SHARED_BUFFERMaarten Lankhorst
2012-05-25dma-buf: minor documentation fixes.Sumit Semwal
2012-05-25dma-buf: add vmap interfaceDave Airlie
2012-05-25dma-buf: mmap supportDaniel Vetter
2012-03-28Merge branch 'for-linus-3.4' of git://git.linaro.org/people/sumitsemwal/linux...Linus Torvalds
2012-03-26dma-buf: correct dummy function declarations.Sumit Semwal
2012-03-26dma-buf: add support for kernel cpu accessDaniel Vetter
2012-03-26dma-buf: don't hold the mutex around map/unmap callsDaniel Vetter
2012-03-26dma-buf: add get_dma_buf()Rob Clark
2012-03-26dma-buf: pass flags into dma_buf_fd.Dave Airlie
2012-03-26dma-buf: add dma_data_direction to unmap dma_buf_opSumit Semwal
2012-03-19dma-buf: Constify ops argument to dma_buf_export()Laurent Pinchart
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker
2012-01-06dma-buf: Introduce dma buffer sharing mechanismSumit Semwal