summaryrefslogtreecommitdiffstats
path: root/drivers/base/dma-buf.c
AgeCommit message (Expand)AuthorLines
2012-06-14driver core: fix some kernel-doc warnings in dma*.cRandy Dunlap-0/+1
2012-05-25Merge tag 'tag-for-linus-3.5' of git://git.linaro.org/people/sumitsemwal/linu...Linus Torvalds-1/+98
2012-05-25dma-buf: minor documentation fixes.Sumit Semwal-4/+5
2012-05-25dma-buf: add vmap interfaceDave Airlie-0/+34
2012-05-25dma-buf: mmap supportDaniel Vetter-1/+63
2012-04-18driver core: fix dma-buf.c kernel-doc warningsRandy Dunlap-6/+6
2012-03-26dma-buf: add support for kernel cpu accessDaniel Vetter-1/+123
2012-03-26dma-buf: don't hold the mutex around map/unmap callsDaniel Vetter-5/+0
2012-03-26dma-buf: pass flags into dma_buf_fd.Dave Airlie-2/+3
2012-03-26dma-buf: add dma_data_direction to unmap dma_buf_opSumit Semwal-2/+5
2012-03-19dma-buf: Move code out of mutex-protected section in dma_buf_attach()Laurent Pinchart-2/+3
2012-03-19dma-buf: Return error instead of using a goto statement when possibleLaurent Pinchart-3/+1
2012-03-19dma-buf: Remove unneeded sanity checksLaurent Pinchart-9/+6
2012-03-19dma-buf: Constify ops argument to dma_buf_export()Laurent Pinchart-1/+1
2012-01-06dma-buf: Introduce dma buffer sharing mechanismSumit Semwal-0/+291