summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-162-2/+2
|\
| * driver core: make struct class.devnode() take a const *Greg Kroah-Hartman2022-11-241-1/+1
| * kobject: kset_uevent_ops: make filter() callback take a const *Greg Kroah-Hartman2022-11-221-1/+1
* | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-2/+7
|\ \
| * | dma-buf: Proactively round up to kmalloc bucket sizeKees Cook2022-11-011-2/+7
| |/
* | Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-12-134-33/+201
|\ \
| * | dma-buf/heaps: Assert held reservation lock for dma-buf mmappingDmitry Osipenko2022-11-112-0/+6
| * | udmabuf: Assert held reservation lock for dma-buf mmappingDmitry Osipenko2022-11-111-0/+3
| * | 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-183-4/+5
| |\|
| * | 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
* | | 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