aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/dma-buf.c
AgeCommit message (Expand)Author
2013-09-10dma-buf: Expose buffer size to userspace (v2)Christopher James Halse Rogers
2013-09-10dma-buf: Check return value of anon_inode_getfileTuomas Tynkkynen
2013-07-16dma-buf: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat
2013-06-08[media] dma-buf: Cocci spatch "ptr_ret.spatch"Thomas Meyer
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-27CHROMIUM: dma-buf: restore args on failure of dma_buf_mmapJohn Sheu
2013-02-27dma-buf: implement vmap refcounting in the interface logicDaniel Vetter
2013-01-17dma_buf: Cleanup dma_buf_fdBorislav Petkov
2012-12-20dma-buf: might_sleep() in dma_buf_unmap_attachment()Rob Clark
2012-09-26make get_file() return its argumentAl Viro
2012-06-14driver core: fix some kernel-doc warnings in dma*.cRandy Dunlap
2012-05-25Merge tag 'tag-for-linus-3.5' of git://git.linaro.org/people/sumitsemwal/linu...Linus Torvalds
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-04-18driver core: fix dma-buf.c kernel-doc warningsRandy Dunlap
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: 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: Move code out of mutex-protected section in dma_buf_attach()Laurent Pinchart
2012-03-19dma-buf: Return error instead of using a goto statement when possibleLaurent Pinchart
2012-03-19dma-buf: Remove unneeded sanity checksLaurent Pinchart
2012-03-19dma-buf: Constify ops argument to dma_buf_export()Laurent Pinchart
2012-01-06dma-buf: Introduce dma buffer sharing mechanismSumit Semwal