aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dma-buf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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