aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/dma-buf.c
Commit message (Expand)AuthorAgeFilesLines
* dma-buf: Expose buffer size to userspace (v2)Christopher James Halse Rogers2013-09-101-0/+29
* dma-buf: Check return value of anon_inode_getfileTuomas Tynkkynen2013-09-101-1/+4
* dma-buf: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat2013-07-161-1/+1
* [media] dma-buf: Cocci spatch "ptr_ret.spatch"Thomas Meyer2013-06-081-4/+1
* dma-buf: Add debugfs supportSumit Semwal2013-05-011-0/+158
* dma-buf: replace dma_buf_export() with dma_buf_export_named()Sumit Semwal2013-05-011-4/+7
* CHROMIUM: dma-buf: restore args on failure of dma_buf_mmapJohn Sheu2013-02-271-6/+17
* dma-buf: implement vmap refcounting in the interface logicDaniel Vetter2013-02-271-5/+38
* dma_buf: Cleanup dma_buf_fdBorislav Petkov2013-01-171-5/+4
* dma-buf: might_sleep() in dma_buf_unmap_attachment()Rob Clark2012-12-201-0/+2
* make get_file() return its argumentAl Viro2012-09-261-2/+1
* driver core: fix some kernel-doc warnings in dma*.cRandy Dunlap2012-06-141-0/+1
* Merge tag 'tag-for-linus-3.5' of git://git.linaro.org/people/sumitsemwal/linu...Linus Torvalds2012-05-251-1/+98
|\
| * dma-buf: minor documentation fixes.Sumit Semwal2012-05-251-4/+5
| * dma-buf: add vmap interfaceDave Airlie2012-05-251-0/+34
| * dma-buf: mmap supportDaniel Vetter2012-05-251-1/+63
* | driver core: fix dma-buf.c kernel-doc warningsRandy Dunlap2012-04-181-6/+6
|/
* dma-buf: add support for kernel cpu accessDaniel Vetter2012-03-261-1/+123
* dma-buf: don't hold the mutex around map/unmap callsDaniel Vetter2012-03-261-5/+0
* dma-buf: pass flags into dma_buf_fd.Dave Airlie2012-03-261-2/+3
* dma-buf: add dma_data_direction to unmap dma_buf_opSumit Semwal2012-03-261-2/+5
* dma-buf: Move code out of mutex-protected section in dma_buf_attach()Laurent Pinchart2012-03-191-2/+3
* dma-buf: Return error instead of using a goto statement when possibleLaurent Pinchart2012-03-191-3/+1
* dma-buf: Remove unneeded sanity checksLaurent Pinchart2012-03-191-9/+6
* dma-buf: Constify ops argument to dma_buf_export()Laurent Pinchart2012-03-191-1/+1
* dma-buf: Introduce dma buffer sharing mechanismSumit Semwal2012-01-061-0/+291