summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf
AgeCommit message (Expand)AuthorLines
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman-1/+1
2022-11-24dma-buf: A collection of typo and documentation fixesT.J. Mercier-7/+7
2022-11-22kobject: kset_uevent_ops: make filter() callback take a const *Greg Kroah-Hartman-1/+1
2022-11-22dma-buf: fix racing conflict of dma_heap_add()Dawei Li-13/+15
2022-11-18dma-buf: Use dma_fence_unwrap_for_each when importing fencesJason Ekstrand-6/+17
2022-11-18udmabuf: add vmap and vunmap methods to udmabuf_opsLukasz Wiecaszek-0/+28
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld-1/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-3/+3
2022-11-11dma-buf/heaps: Assert held reservation lock for dma-buf mmappingDmitry Osipenko-0/+6
2022-11-11udmabuf: Assert held reservation lock for dma-buf mmappingDmitry Osipenko-0/+3
2022-11-11dma-buf: Move dma_buf_mmap_internal() to dynamic locking specificationDmitry Osipenko-1/+6
2022-11-02dma-buf: Make locking consistent in dma_buf_detach()Dmitry Osipenko-2/+2
2022-11-01dma-buf: Proactively round up to kmalloc bucket sizeKees Cook-2/+7
2022-10-18Merge drm/drm-next into drm-misc-nextMaxime Ripard-4/+5
2022-10-18dma-buf: Remove obsoleted internal lockDmitry Osipenko-10/+4
2022-10-18dma-buf: Document dynamic locking conventionDmitry Osipenko-0/+64
2022-10-18dma-buf: Move dma_buf_mmap() to dynamic locking specificationDmitry Osipenko-1/+7
2022-10-18dma-buf: Move dma_buf_map_attachment() to dynamic locking specificationDmitry Osipenko-8/+2
2022-10-18dma-buf: Move dma_buf_attach() to dynamic locking specificationDmitry Osipenko-12/+8
2022-10-18dma-buf: Move dma_buf_vmap() to dynamic locking specificationDmitry Osipenko-0/+4
2022-10-18dma-buf: Add unlocked variant of attachment-mapping functionsDmitry Osipenko-0/+53
2022-10-18dma-buf: Add unlocked variant of vmapping functionsDmitry Osipenko-0/+43
2022-10-06Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2022-10-06Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-1/+1
2022-10-06Merge tag 'pull-d_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-1/+1
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-16/+75
2022-09-19dma-buf: fix dma_fence_default_wait() signaling checkChristian König-3/+3
2022-09-16dma-buf: dma_fence_wait must enable signalingArvind Yadav-3/+2
2022-09-16dma-buf: Enable signaling on fence for selftestsArvind Yadav-0/+52
2022-09-16dma-buf: set signaling bit for the stub fenceArvind Yadav-0/+8
2022-09-16dma-buf: Remove the signaled bit status checkArvind Yadav-3/+0
2022-09-11Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-3/+6
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter-4/+4
2022-09-01dma_buf: no need to bother with file_inode()->i_mappingAl Viro-1/+1
2022-08-25dma-buf/dma-resv: check if the new fence is really laterChristian König-1/+2
2022-08-25udmabuf: Set ubuf->sg = NULL if the creation of sg table failsVivek Kasireddy-3/+6
2022-08-20dynamic_dname(): drop unused dentry argumentAl Viro-1/+1
2022-08-17dma_buf_getfile(): don't bother with ->f_flags reassignmentsAl Viro-1/+1
2022-08-10dma-buf/sync_file: use strscpy to replace strlcpyXueBing Chen-4/+4
2022-08-03Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-149/+430
2022-08-03Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+0
2022-07-16dma-buf: remove useless FMODE_LSEEK flagJason A. Donenfeld-1/+0
2022-07-14dma-buf: revert "return only unsignaled fences in dma_fence_unwrap_for_each v3"Christian König-1/+2
2022-07-13Merge drm/drm-next into drm-misc-nextMaxime Ripard-1/+4
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie-1/+4
2022-07-12dma-buf: revert "return only unsignaled fences in dma_fence_unwrap_for_each v3"Christian König-1/+2
2022-07-12Merge tag 'drm-misc-fixes-2022-07-07-1' of ssh://git.freedesktop.org/git/drm/...Dave Airlie-1/+1
2022-07-07dma-buf: Fix one use-after-free of fencexinhui pan-1/+1
2022-06-23dma-buf: deprecate DMABUF_SYSFS_STATSChristian König-1/+5
2022-06-20Merge drm/drm-next into drm-misc-nextThomas Zimmermann-4/+12