aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dma-buf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-10dma-buf: Fix a few typos in dma-buf documentationGal Pressman1-5/+5
2021-07-20dma-buf: Delete the DMA-BUF attachment sysfs statisticsHridya Valsaraju1-17/+0
2021-06-24dma-buf: Document dma-buf implicit fencing/resv fencing rulesDaniel Vetter1-0/+34
2021-06-24dma-buf: Switch to inline kerneldocDaniel Vetter1-26/+90
2021-06-22dma-buf: Document non-dynamic exporter expectations betterDaniel Vetter1-0/+15
2021-06-15dmabuf: Add the capability to expose DMA-BUF stats in sysfsHridya Valsaraju1-0/+20
2021-01-18dma-buf: Add debug optionDaniel Vetter1-0/+6
2020-12-16dma-buf: doc polish for pin/unpinDaniel Vetter1-3/+5
2020-12-16dma-buf: some kerneldoc formatting fixesDaniel Vetter1-3/+3
2020-12-16dma-buf: Remove kmap kerneldoc vestigesDaniel Vetter1-16/+9
2020-11-11dma-buf: Document that dma-buf size is fixedJianxin Xiong1-2/+2
2020-10-15dma-buf: Clarify that dma-buf sg lists are page alignedJianxin Xiong1-1/+2
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfacesThomas Zimmermann1-2/+2
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann1-3/+3
2020-09-29dma-buf: Add struct dma-buf-map for storing struct dma_buf.vaddr_ptrThomas Zimmermann1-1/+2
2020-09-02dma-buf: fix kernel-doc warning in <linux/dma-buf.h>Randy Dunlap1-1/+2
2020-07-10dmabuf: use spinlock to access dmabuf->nameCharan Teja Kalla1-0/+1
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+10
2020-04-30dma-buf: fix documentation build warningsRandy Dunlap1-2/+1
2020-04-01dma-buf: add peer2peer flagChristian König1-0/+10
2020-02-27dma-buf: drop dynamic_mapping flagChristian König1-16/+5
2020-02-27dma-buf: add dynamic DMA-buf handling v15Christian König1-11/+71
2019-11-26dma-buf: Remove kernel map/unmap hooksDaniel Vetter1-25/+0
2019-11-25dma-buf: Drop dma_buf_k(un)mapDaniel Vetter1-2/+0
2019-10-24dma-buf: change DMA-buf locking convention v3Christian König1-6/+57
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-2/+2
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-10/+42
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-06-14dma-buf: add DMA_BUF_SET_NAME ioctlsGreg Hackmann1-1/+4
2019-05-22dma-buf: start caching of sg_table objects v2Christian König1-0/+13
2019-04-24dma-buf: Update [un]map documentation to match the other functionsAndrew F. Davis1-4/+25
2019-04-24dma-buf: Remove leftover [un]map_atomic commentsAndrew F. Davis1-5/+0
2018-06-20dma-buf: remove kmap_atomic interfaceChristian König1-4/+0
2018-06-20dma_buf: remove device parameter from attach callback v2Christian König1-7/+6
2018-06-01dma-buf: make map_atomic and map function pointers optionalGerd Hoffmann1-2/+2
2017-11-27dmabuf: annotate dma_buf->activeAl Viro1-1/+1
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe1-11/+11
2016-12-30dma-buf: Use recommended structure member referenceDaniel Vetter1-3/+3
2016-12-30dma-buf: use preferred struct reference in kernel-docDaniel Vetter1-2/+2
2016-12-13dma-buf: Update cpu access documentationDaniel Vetter1-8/+83
2016-12-13dma-buf: Reorganize device dma access docsDaniel Vetter1-23/+110
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-2/+2
2016-06-20dma-buf: remove dma_buf_debugfs_create_file()Mathias Krause1-2/+0
2016-05-31dma-buf: headerdoc fixesRob Clark1-3/+10
2016-03-19dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson1-3/+3
2016-02-09dma-buf: Remove range-based flushTiago Vignatti1-7/+5
2015-05-13dma-buf: add ref counting for module as exporterSumit Semwal1-2/+8
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal1-6/+28
2014-07-08dma-buf: add poll support, v3Maarten Lankhorst1-0/+12
2014-07-08dma-buf: use reservation objectsMaarten Lankhorst1-3/+6