summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/dma-buf.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-03Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard1-33/+192
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-33/+192
2022-12-13dma-buf: fix dma_buf_export init order v2Christian König1-45/+39
2022-11-18dma-buf: Use dma_fence_unwrap_for_each when importing fencesJason Ekstrand1-6/+17
2022-11-11dma-buf: Move dma_buf_mmap_internal() to dynamic locking specificationDmitry Osipenko1-1/+6
2022-11-02dma-buf: Make locking consistent in dma_buf_detach()Dmitry Osipenko1-2/+2
2022-10-18Merge drm/drm-next into drm-misc-nextMaxime Ripard1-2/+2
2022-10-18dma-buf: Remove obsoleted internal lockDmitry Osipenko1-10/+4
2022-10-18dma-buf: Document dynamic locking conventionDmitry Osipenko1-0/+64
2022-10-18dma-buf: Move dma_buf_mmap() to dynamic locking specificationDmitry Osipenko1-1/+7
2022-10-18dma-buf: Move dma_buf_map_attachment() to dynamic locking specificationDmitry Osipenko1-8/+2
2022-10-18dma-buf: Move dma_buf_attach() to dynamic locking specificationDmitry Osipenko1-12/+8
2022-10-18dma-buf: Move dma_buf_vmap() to dynamic locking specificationDmitry Osipenko1-0/+4
2022-10-18dma-buf: Add unlocked variant of attachment-mapping functionsDmitry Osipenko1-0/+53
2022-10-18dma-buf: Add unlocked variant of vmapping functionsDmitry Osipenko1-0/+43
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2022-08-20dynamic_dname(): drop unused dentry argumentAl Viro1-1/+1
2022-08-17dma_buf_getfile(): don't bother with ->f_flags reassignmentsAl Viro1-1/+1
2022-08-03Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+108
2022-07-16dma-buf: remove useless FMODE_LSEEK flagJason A. Donenfeld1-1/+0
2022-06-22Merge tag 'drm-misc-next-2022-06-17' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-0/+106
2022-06-15Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-2/+2
2022-06-08dma-buf: Add an API for importing sync files (v10)Jason Ekstrand1-0/+39
2022-06-08dma-buf: Add an API for exporting sync files (v14)Jason Ekstrand1-0/+67
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-6/+20
2022-05-13dma-buf: ensure unique directory name for dmabuf statsCharan Teja Kalla1-0/+8
2022-05-10dma-buf: call dma_buf_stats_setup after dmabuf is in valid listCharan Teja Reddy1-4/+4
2022-05-10dma-buf: add the name field to the table headerYuanzheng Song1-2/+2
2022-04-07dma-buf: wait for map to complete for static attachmentsChristian König1-3/+15
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König1-2/+4
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard1-11/+11
2022-04-03drivers/dma-buf: dma-buf.c: fix a typoSui Jingfeng1-1/+1
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi1-11/+11
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-23/+32
2021-11-12Merge tag 'drm-next-2021-11-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-54/+27
2021-11-12Merge tag 'drm-misc-fixes-2021-11-11' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+3
2021-11-11dma-buf: add dma_fence_describe and dma_resv_describe v2Christian König1-10/+1
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-17/+17
2021-11-04dma-buf/poll: Get a file reference for outstanding fence callbacksMichel Dänzer1-6/+12
2021-10-29dma-buf: acquire name lock before read/write dma_buf.nameGuangming Cao1-0/+3
2021-10-28dma-buf: remove restriction of IOCTL:DMA_BUF_SET_NAMEGuangming Cao1-14/+3
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman1-17/+17
2021-10-18dma-buf: Update obsoluted comments on dma_buf_vmap/vunmap()Shunsuke Mie1-2/+2
2021-10-07dma-buf: use the new iterator in dma_resv_pollChristian König1-30/+6
2021-10-07dma-buf: use the new iterator in dma_buf_debug_showChristian König1-18/+6
2021-10-01dma-buf: fix and rework dma_buf_poll v7Christian König1-82/+70
2021-08-16dma-buf: WARN on dmabuf release with pending attachmentsCharan Teja Reddy1-0/+1
2021-07-20dma_buf: remove dmabuf sysfs teardown before releaseGuangming Cao1-1/+1
2021-07-20dma-buf: Delete the DMA-BUF attachment sysfs statisticsHridya Valsaraju1-16/+0
2021-06-22dma-buf: Document non-dynamic exporter expectations betterDaniel Vetter1-0/+3