summaryrefslogtreecommitdiff
path: root/drivers/dma-buf
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Stephen Rothwell2023-04-111-1/+1
|\
| * driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* | Merge branch 'drm-next' of git://git.freedesktop.org/git/drm/drm.gitStephen Rothwell2023-04-115-1/+105
|\ \
| * \ Merge tag 'dma-fence-deadline' of https://gitlab.freedesktop.org/drm/msm into...Daniel Vetter2023-03-294-0/+104
| |\ \
| | * | dma-buf/dma-resv: Add a way to set fence deadlineRob Clark2023-03-281-0/+22
| | * | dma-buf/fence-chain: Add fence deadline supportRob Clark2023-03-281-0/+12
| | * | dma-buf/fence-array: Add fence deadline supportRob Clark2023-03-251-0/+11
| | * | dma-buf/dma-fence: Add deadline awarenessRob Clark2023-03-251-0/+59
| | |/
| * | dma-buf: Include missing parentheses to documentationMaíra Canal2023-03-031-1/+1
| * | dma-buf: make kobj_type structure constantThomas Weißschuh2023-02-171-1/+1
| * | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-01-313-51/+42
| |\ \
| * | | dma-buf: actually set signaling bit for private stub fencesDanilo Krummrich2023-01-261-1/+1
* | | | dma-buf: system_heap: avoid reclaim for order 4Jaewon Kim2023-03-281-3/+2
| |_|/ |/| |
* | | dma-buf: make kobj_type structure constantThomas Weißschuh2023-02-171-1/+1
* | | dma-buf: actually set signaling bit for private stub fencesDanilo Krummrich2023-02-011-1/+1
| |/ |/|
* | Merge v6.2-rc6 into drm-nextDaniel Vetter2023-01-313-51/+42
|\ \ | |/ |/|
| * Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2023-01-038-40/+213
| |\
| * | dma-buf: fix dma_buf_export init order v2Christian König2022-12-133-52/+43
* | | 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-misc-next-2022-11-24' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-01-031-0/+28
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | udmabuf: add vmap and vunmap methods to udmabuf_opsLukasz Wiecaszek2022-11-181-0/+28
* | | 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
| |/ /