aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/dma-buf
AgeCommit message (Expand)AuthorFilesLines
12 daysBackMerge tag 'v7.2' into drm-nextDave Airlie1-4/+5
2026-08-03dma-buf/udmabuf: Disable the size limit by defaultRobert Mader1-2/+2
2026-07-10udmabuf: Ensure to perform cache synchronisation in begin_cpu_udmabuf()Robert Mader1-4/+5
2026-07-08Merge drm/drm-next into drm-misc-nextThomas Zimmermann2-3/+6
2026-07-07Merge tag 'drm-misc-next-2026-07-02' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie5-40/+40
2026-07-06Merge tag 'drm-misc-next-2026-06-19' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie2-7/+10
2026-07-02dma_buf: change unsigned int and int types into size_tShahyan Soltani1-4/+4
2026-07-01dma-buf: rename dma_fence_enable_sw_signalingChristian König5-40/+40
2026-06-30Merge drm/drm-next into drm-misc-nextThomas Zimmermann3-7/+23
2026-06-29Merge drm/drm-fixes into drm-misc-fixesMaarten Lankhorst19-750/+448
2026-06-29dma-fence: Make dma_fence_dedup_array() robust against 0-count inputBaineng Shou1-0/+3
2026-06-29dma-buf: dma-fence: Fix potential NULL pointer dereferencePhilipp Stanner1-2/+2
2026-06-29dma-fence: use correct callback in dma_fence_timeline_name()André Draszik1-1/+1
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds19-750/+448
2026-06-11dma-buf: move system_cc_shared heap under separate KconfigArnd Bergmann2-6/+18
2026-06-03dma-buf: heaps: use max3 in dma_heap_ioctlThorsten Blum1-1/+2
2026-06-01dma-fence: Clarify external lock use case in dma_fence_init() docsMaíra Canal1-6/+8
2026-05-28dma-buf: fix UAF in dma_buf_fd() tracepointDavid Carlier1-1/+5
2026-05-21dma-buf: heaps: system: Turn the heap into a moduleMaxime Ripard2-1/+6
2026-05-21dma-buf: heaps: cma: Turn the heap into a moduleMaxime Ripard2-1/+4
2026-05-21dma-buf: heaps: Export mem_accounting parameterMaxime Ripard1-0/+1
2026-05-04dma-buf/dma_fence_array: remove unused functionality v4Christian König4-14/+7
2026-04-27Merge drm/drm-next into drm-misc-nextThomas Zimmermann4-27/+105
2026-04-24Merge tag 'drm-fixes-2026-04-24' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-4/+3
2026-04-21Merge tag 'drm-next-2026-04-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+1
2026-04-17Merge tag 'dma-mapping-7.1-2026-04-16' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds2-22/+100
2026-04-16dma-buf: Remove the old selftestJason Gunthorpe5-219/+0
2026-04-16dma-buf: Change st-dma-fence-chain.c to use kunitJason Gunthorpe3-122/+96
2026-04-16dma-buf: Change st-dma-fence-unwrap.c to use kunitJason Gunthorpe3-166/+129
2026-04-16dma-buf: Change st-dma-fence.c to use kunitJason Gunthorpe3-115/+88
2026-04-16dma-buf: Change st-dma-resv.c to use kunitJason Gunthorpe5-76/+88
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds10-146/+216
2026-04-15dma-fence: Fix potential tracepoint null pointer dereferencesTvrtko Ursulin1-1/+2
2026-04-15dma-fence: Silence sparse warning in dma_fence_describeTvrtko Ursulin1-2/+2
2026-04-13dma-buf: fix UAF in dma_buf_put() tracepointAndi Shyti1-2/+1
2026-04-10dma-buf: fix htmldocs error for dma_buf_attach_revocableSumit Semwal1-0/+1
2026-04-02dma-buf: heaps: system: add system_cc_shared heap for explicitly shared memoryJiri Pirko1-5/+98
2026-03-31dma-buf/udmabuf: skip redundant cpu sync to fix cacheline EEXIST warningMikhail Gavrilov1-2/+2
2026-03-31dma: contiguous: Turn heap registration logic aroundMaxime Ripard1-17/+2
2026-03-30udmabuf: fix DMA direction mismatch in release_udmabuf()Mikhail Gavrilov1-1/+4
2026-03-30udmabuf: Do not create malformed scatterlistsJason Gunthorpe1-36/+13
2026-03-11dma-buf: heaps: Clear CMA highages using helperLinus Walleij1-4/+1
2026-03-11dma-buf: heaps: Clear CMA pages with clear_pages()Linus Walleij1-1/+1
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-1/+1
2026-03-03dma-buf: Suppress a thread-safety complaintBart Van Assche1-1/+4
2026-02-25dma-buf: Assign separate lockdep class to array lockMatthew Brost1-0/+14
2026-02-25dma-buf: Assign separate lockdep class to chain lockMatthew Brost1-0/+13
2026-02-23dma-buf: Add dma_buf_attach_revocable()Leon Romanovsky1-1/+47
2026-02-23dma-buf: Make .invalidate_mapping() truly optionalLeon Romanovsky1-4/+2
2026-02-23dma-buf: use inline lock for the dma-fence-chainChristian König1-2/+1