summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/dma-buf.c
Commit message (Expand)AuthorAgeFilesLines
* dma-buf: Change locking policy for mmap()Dmitry Osipenko2023-06-211-14/+3
* dma-buf: Include missing parentheses to documentationMaíra Canal2023-03-031-1/+1
* Merge v6.2-rc6 into drm-nextDaniel Vetter2023-01-311-44/+38
|\
| * Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2023-01-031-33/+192
| |\
| * | dma-buf: fix dma_buf_export init order v2Christian König2022-12-131-45/+39
* | | Merge tag 'drm-misc-next-2023-01-03' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-01-041-7/+7
|\ \ \ | |_|/ |/| |
| * | dma-buf: A collection of typo and documentation fixesT.J. Mercier2022-11-241-7/+7
* | | Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-12-131-33/+192
|\| | | |/ |/|
| * dma-buf: Move dma_buf_mmap_internal() to dynamic locking specificationDmitry Osipenko2022-11-111-1/+6
| * dma-buf: Make locking consistent in dma_buf_detach()Dmitry Osipenko2022-11-021-2/+2
| * Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-10-181-2/+2
| |\
| * | dma-buf: Remove obsoleted internal lockDmitry Osipenko2022-10-181-10/+4
| * | dma-buf: Document dynamic locking conventionDmitry Osipenko2022-10-181-0/+64
| * | dma-buf: Move dma_buf_mmap() to dynamic locking specificationDmitry Osipenko2022-10-181-1/+7
| * | dma-buf: Move dma_buf_map_attachment() to dynamic locking specificationDmitry Osipenko2022-10-181-8/+2
| * | dma-buf: Move dma_buf_attach() to dynamic locking specificationDmitry Osipenko2022-10-181-12/+8
| * | dma-buf: Move dma_buf_vmap() to dynamic locking specificationDmitry Osipenko2022-10-181-0/+4
| * | dma-buf: Add unlocked variant of attachment-mapping functionsDmitry Osipenko2022-10-181-0/+53
| * | dma-buf: Add unlocked variant of vmapping functionsDmitry Osipenko2022-10-181-0/+43
* | | dma-buf: Use dma_fence_unwrap_for_each when importing fencesJason Ekstrand2022-11-181-6/+17
| |/ |/|
* | Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2022-10-061-1/+1
|\ \
| * | dma_buf_getfile(): don't bother with ->f_flags reassignmentsAl Viro2022-08-171-1/+1
| |/
* / dynamic_dname(): drop unused dentry argumentAl Viro2022-08-201-1/+1
|/
* Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-08-031-2/+108
|\
| * Merge tag 'drm-misc-next-2022-06-17' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-06-221-0/+106
| |\
| | * dma-buf: Add an API for importing sync files (v10)Jason Ekstrand2022-06-081-0/+39
| | * dma-buf: Add an API for exporting sync files (v14)Jason Ekstrand2022-06-081-0/+67
| * | Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2022-06-151-2/+2
| |\|
| | * dma-buf: add the name field to the table headerYuanzheng Song2022-05-101-2/+2
* | | dma-buf: remove useless FMODE_LSEEK flagJason A. Donenfeld2022-07-161-1/+0
|/ /
* | Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-05-251-6/+20
|\|
| * dma-buf: wait for map to complete for static attachmentsChristian König2022-04-071-3/+15
| * dma-buf: add enum dma_resv_usage v4Christian König2022-04-071-2/+4
| * Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-04-051-11/+11
| |\
| * | drivers/dma-buf: dma-buf.c: fix a typoSui Jingfeng2022-04-031-1/+1
* | | dma-buf: ensure unique directory name for dmabuf statsCharan Teja Kalla2022-05-131-0/+8
* | | dma-buf: call dma_buf_stats_setup after dmabuf is in valid listCharan Teja Reddy2022-05-101-4/+4
| |/ |/|
* | dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-071-11/+11
|/
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-11-181-23/+32
|\
| * Merge tag 'drm-next-2021-11-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-11-121-54/+27
| |\
| | * Merge tag 'drm-misc-fixes-2021-11-11' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2021-11-121-0/+3
| | |\
| | | * dma-buf: acquire name lock before read/write dma_buf.nameGuangming Cao2021-10-291-0/+3
| | * | dma-buf/poll: Get a file reference for outstanding fence callbacksMichel Dänzer2021-11-041-6/+12
| * | | Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-041-17/+17
| |\ \ \
| | * | | dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman2021-10-251-17/+17
| | | |/ | | |/|
* | | | dma-buf: add dma_fence_describe and dma_resv_describe v2Christian König2021-11-111-10/+1
* | | | dma-buf: remove restriction of IOCTL:DMA_BUF_SET_NAMEGuangming Cao2021-10-281-14/+3
* | | | dma-buf: Update obsoluted comments on dma_buf_vmap/vunmap()Shunsuke Mie2021-10-181-2/+2
| |_|/ |/| |
* | | dma-buf: use the new iterator in dma_resv_pollChristian König2021-10-071-30/+6
* | | dma-buf: use the new iterator in dma_buf_debug_showChristian König2021-10-071-18/+6
|/ /