summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-1/+1
| * | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-3/+3
| | |/ | |/|
* | | dma-buf: fix racing conflict of dma_heap_add()Dawei Li2022-11-221-13/+15
* | | dma-buf: Use dma_fence_unwrap_for_each when importing fencesJason Ekstrand2022-11-181-6/+17
|/ /
* | Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-061-1/+1
|\ \
| * | dma_buf: no need to bother with file_inode()->i_mappingAl Viro2022-09-011-1/+1
* | | 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
| |/ /
* | | Merge tag 'pull-d_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2022-10-061-1/+1
|\ \ \
| * | | dynamic_dname(): drop unused dentry argumentAl Viro2022-08-201-1/+1
| |/ /
* | | Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-10-057-16/+75
|\ \ \ | | |/ | |/|
| * | dma-buf: fix dma_fence_default_wait() signaling checkChristian König2022-09-191-3/+3
| * | dma-buf: dma_fence_wait must enable signalingArvind Yadav2022-09-161-3/+2
| * | dma-buf: Enable signaling on fence for selftestsArvind Yadav2022-09-164-0/+52
| * | dma-buf: set signaling bit for the stub fenceArvind Yadav2022-09-161-0/+8
| * | dma-buf: Remove the signaled bit status checkArvind Yadav2022-09-161-3/+0
| * | Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-09-111-3/+6
| |\ \
| | * | udmabuf: Set ubuf->sg = NULL if the creation of sg table failsVivek Kasireddy2022-08-251-3/+6
| * | | Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter2022-09-061-4/+4
| |\| | | | |/ | |/|
| | * dma-buf/sync_file: use strscpy to replace strlcpyXueBing Chen2022-08-101-4/+4
| | * Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-07-131-1/+4
| | |\
| | * | dma-buf: revert "return only unsignaled fences in dma_fence_unwrap_for_each v3"Christian König2022-07-121-1/+2
* | | | dma-buf/dma-resv: check if the new fence is really laterChristian König2022-08-251-1/+2
|/ / /
* | | Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-08-038-149/+430
|\ \ \
| * | | dma-buf: revert "return only unsignaled fences in dma_fence_unwrap_for_each v3"Christian König2022-07-141-1/+2
| | |/ | |/|
| * | Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2022-07-131-1/+4
| |\ \ | | |/ | |/|
| * | dma-buf: deprecate DMABUF_SYSFS_STATSChristian König2022-06-231-1/+5
| * | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2022-06-201-4/+12
| |\ \
| | * \ Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2022-06-156-147/+301
| | |\ \
| * | | | udmabuf: Set the DMA mask for the udmabuf device (v2)Vivek Kasireddy2022-06-091-1/+17
| * | | | 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
| | |/ / | |/| |
| * | | dma-buf: generalize dma_fence unwrap & merging v3Christian König2022-05-303-113/+218
| * | | dma-buf: cleanup dma_fence_unwrap implementationChristian König2022-05-302-1/+60
| * | | dma-buf: cleanup dma_fence_unwrap selftest v2Christian König2022-05-301-29/+19
| * | | dma-buf: cleanup dma_fence_chain_walkChristian König2022-05-301-2/+2
| * | | dma-buf: add the name field to the table headerYuanzheng Song2022-05-101-2/+2
* | | | Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-031-1/+0
|\ \ \ \
| * | | | dma-buf: remove useless FMODE_LSEEK flagJason A. Donenfeld2022-07-161-1/+0
| | |/ / | |/| |
* | | | Merge tag 'drm-misc-fixes-2022-07-07-1' of ssh://git.freedesktop.org/git/drm/...Dave Airlie2022-07-121-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | dma-buf: Fix one use-after-free of fencexinhui pan2022-07-071-1/+1
| |/ /
* / / udmabuf: add back sanity checkGerd Hoffmann2022-06-201-1/+4
|/ /
* | Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-05-254-329/+334
|\|
| * dma-buf/sync_file: cleanup fence merging a bitChristian König2022-05-041-14/+7
| * Merge drm/drm-next into drm-misc-nextPaul Cercueil2022-04-185-68/+368
| |\