aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/dma-buf.c
AgeCommit message (Expand)Author
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