summaryrefslogtreecommitdiff
path: root/include/linux/dma-buf.h
AgeCommit message (Expand)Author
2019-10-24dma-buf: change DMA-buf locking convention v3Christian König
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-14dma-buf: add DMA_BUF_SET_NAME ioctlsGreg Hackmann
2019-05-22dma-buf: start caching of sg_table objects v2Christian König
2019-04-24dma-buf: Update [un]map documentation to match the other functionsAndrew F. Davis
2019-04-24dma-buf: Remove leftover [un]map_atomic commentsAndrew F. Davis
2018-06-20dma-buf: remove kmap_atomic interfaceChristian König
2018-06-20dma_buf: remove device parameter from attach callback v2Christian König
2018-06-01dma-buf: make map_atomic and map function pointers optionalGerd Hoffmann
2017-11-27dmabuf: annotate dma_buf->activeAl Viro
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe
2016-12-30dma-buf: Use recommended structure member referenceDaniel Vetter
2016-12-30dma-buf: use preferred struct reference in kernel-docDaniel Vetter
2016-12-13dma-buf: Update cpu access documentationDaniel Vetter
2016-12-13dma-buf: Reorganize device dma access docsDaniel Vetter
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson
2016-06-20dma-buf: remove dma_buf_debugfs_create_file()Mathias Krause
2016-05-31dma-buf: headerdoc fixesRob Clark
2016-03-19dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson
2016-02-09dma-buf: Remove range-based flushTiago Vignatti
2015-05-13dma-buf: add ref counting for module as exporterSumit Semwal
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal
2014-07-08dma-buf: add poll support, v3Maarten Lankhorst
2014-07-08dma-buf: use reservation objectsMaarten Lankhorst
2014-02-13dma-buf: update debugfs outputSumit Semwal
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-27dma-buf: implement vmap refcounting in the interface logicDaniel Vetter
2013-01-29Merge branch 'master' into for-nextJiri Kosina
2013-01-09treewide: Fix typo in various driversMasanari Iida
2012-12-20dma-buf: remove fallback for !CONFIG_DMA_SHARED_BUFFERMaarten Lankhorst
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-03-28Merge branch 'for-linus-3.4' of git://git.linaro.org/people/sumitsemwal/linux...Linus Torvalds
2012-03-26dma-buf: correct dummy function declarations.Sumit Semwal
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: add get_dma_buf()Rob Clark
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: Constify ops argument to dma_buf_export()Laurent Pinchart
2012-03-16device.h: audit and cleanup users in main include dirPaul Gortmaker
2012-01-06dma-buf: Introduce dma buffer sharing mechanismSumit Semwal