aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/dma-buf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-08dma-buf: move to drivers/dma-bufMaarten Lankhorst1-743/+0
2014-05-05dma-buf: fix trivial typo errorJavier Martinez Canillas1-1/+1
2014-03-02Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman1-13/+12
2014-02-13dma-buf: update debugfs outputSumit Semwal1-13/+12
2014-02-07dma-buf: avoid using IS_ERR_OR_NULLColin Cross1-7/+11
2013-09-10dma-buf: Expose buffer size to userspace (v2)Christopher James Halse Rogers1-0/+29
2013-09-10dma-buf: Check return value of anon_inode_getfileTuomas Tynkkynen1-1/+4
2013-07-16dma-buf: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat1-1/+1
2013-06-08[media] dma-buf: Cocci spatch "ptr_ret.spatch"Thomas Meyer1-4/+1
2013-05-01dma-buf: Add debugfs supportSumit Semwal1-0/+158
2013-05-01dma-buf: replace dma_buf_export() with dma_buf_export_named()Sumit Semwal1-4/+7
2013-02-27CHROMIUM: dma-buf: restore args on failure of dma_buf_mmapJohn Sheu1-6/+17
2013-02-27dma-buf: implement vmap refcounting in the interface logicDaniel Vetter1-5/+38
2013-01-17dma_buf: Cleanup dma_buf_fdBorislav Petkov1-5/+4
2012-12-20dma-buf: might_sleep() in dma_buf_unmap_attachment()Rob Clark1-0/+2
2012-09-26make get_file() return its argumentAl Viro1-2/+1
2012-06-14driver core: fix some kernel-doc warnings in dma*.cRandy Dunlap1-0/+1
2012-05-25Merge tag 'tag-for-linus-3.5' of git://git.linaro.org/people/sumitsemwal/linux-dma-bufLinus Torvalds1-1/+98
2012-05-25dma-buf: minor documentation fixes.Sumit Semwal1-4/+5
2012-05-25dma-buf: add vmap interfaceDave Airlie1-0/+34
2012-05-25dma-buf: mmap supportDaniel Vetter1-1/+63
2012-04-18driver core: fix dma-buf.c kernel-doc warningsRandy Dunlap1-6/+6
2012-03-26dma-buf: add support for kernel cpu accessDaniel Vetter1-1/+123
2012-03-26dma-buf: don't hold the mutex around map/unmap callsDaniel Vetter1-5/+0
2012-03-26dma-buf: pass flags into dma_buf_fd.Dave Airlie1-2/+3
2012-03-26dma-buf: add dma_data_direction to unmap dma_buf_opSumit Semwal1-2/+5
2012-03-19dma-buf: Move code out of mutex-protected section in dma_buf_attach()Laurent Pinchart1-2/+3
2012-03-19dma-buf: Return error instead of using a goto statement when possibleLaurent Pinchart1-3/+1
2012-03-19dma-buf: Remove unneeded sanity checksLaurent Pinchart1-9/+6
2012-03-19dma-buf: Constify ops argument to dma_buf_export()Laurent Pinchart1-1/+1
2012-01-06dma-buf: Introduce dma buffer sharing mechanismSumit Semwal1-0/+291