aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dma-buf: remove kmap_atomic interfaceChristian König2018-06-201-4/+0
* dma_buf: remove device parameter from attach callback v2Christian König2018-06-201-7/+6
* dma-buf: make map_atomic and map function pointers optionalGerd Hoffmann2018-06-011-2/+2
* dmabuf: annotate dma_buf->activeAl Viro2017-11-271-1/+1
* dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe2017-04-201-11/+11
* dma-buf: Use recommended structure member referenceDaniel Vetter2016-12-301-3/+3
* dma-buf: use preferred struct reference in kernel-docDaniel Vetter2016-12-301-2/+2
* dma-buf: Update cpu access documentationDaniel Vetter2016-12-131-8/+83
* dma-buf: Reorganize device dma access docsDaniel Vetter2016-12-131-23/+110
* dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-251-2/+2
* dma-buf: remove dma_buf_debugfs_create_file()Mathias Krause2016-06-201-2/+0
* dma-buf: headerdoc fixesRob Clark2016-05-311-3/+10
* dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson2016-03-191-3/+3
* dma-buf: Remove range-based flushTiago Vignatti2016-02-091-7/+5
* dma-buf: add ref counting for module as exporterSumit Semwal2015-05-131-2/+8
* dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal2015-04-211-6/+28
* dma-buf: add poll support, v3Maarten Lankhorst2014-07-081-0/+12
* dma-buf: use reservation objectsMaarten Lankhorst2014-07-081-3/+6
* dma-buf: update debugfs outputSumit Semwal2014-02-121-1/+1
* dma-buf: Add debugfs supportSumit Semwal2013-05-011-1/+4
* dma-buf: replace dma_buf_export() with dma_buf_export_named()Sumit Semwal2013-05-011-2/+9
* dma-buf: implement vmap refcounting in the interface logicDaniel Vetter2013-02-271-1/+3
* Merge branch 'master' into for-nextJiri Kosina2013-01-291-99/+0
|\
| * dma-buf: remove fallback for !CONFIG_DMA_SHARED_BUFFERMaarten Lankhorst2012-12-201-99/+0
* | treewide: Fix typo in various driversMasanari Iida2013-01-091-1/+1
|/
* dma-buf: minor documentation fixes.Sumit Semwal2012-05-251-0/+3
* dma-buf: add vmap interfaceDave Airlie2012-05-251-0/+14
* dma-buf: mmap supportDaniel Vetter2012-05-251-0/+16
* Merge branch 'for-linus-3.4' of git://git.linaro.org/people/sumitsemwal/linux...Linus Torvalds2012-03-281-10/+87
|\
| * dma-buf: correct dummy function declarations.Sumit Semwal2012-03-261-13/+14
| * dma-buf: add support for kernel cpu accessDaniel Vetter2012-03-261-0/+59
| * dma-buf: don't hold the mutex around map/unmap callsDaniel Vetter2012-03-261-1/+1
| * dma-buf: add get_dma_buf()Rob Clark2012-03-261-0/+15
| * dma-buf: pass flags into dma_buf_fd.Dave Airlie2012-03-261-1/+1
| * dma-buf: add dma_data_direction to unmap dma_buf_opSumit Semwal2012-03-261-3/+5
| * dma-buf: Constify ops argument to dma_buf_export()Laurent Pinchart2012-03-191-4/+4
* | device.h: audit and cleanup users in main include dirPaul Gortmaker2012-03-161-1/+1
|/
* dma-buf: Introduce dma buffer sharing mechanismSumit Semwal2012-01-061-0/+176