summaryrefslogtreecommitdiff
path: root/drivers/dma-buf
AgeCommit message (Expand)Author
3 daysMerge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
9 daysdma-buf: move system_cc_shared heap under separate KconfigArnd Bergmann
2026-05-28dma-buf: fix UAF in dma_buf_fd() tracepointDavid Carlier
2026-05-21dma-buf: heaps: system: Turn the heap into a moduleMaxime Ripard
2026-05-21dma-buf: heaps: cma: Turn the heap into a moduleMaxime Ripard
2026-05-21dma-buf: heaps: Export mem_accounting parameterMaxime Ripard
2026-05-04dma-buf/dma_fence_array: remove unused functionality v4Christian König
2026-04-27Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2026-04-24Merge tag 'drm-fixes-2026-04-24' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-04-21Merge tag 'drm-next-2026-04-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-04-17Merge tag 'dma-mapping-7.1-2026-04-16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-16dma-buf: Remove the old selftestJason Gunthorpe
2026-04-16dma-buf: Change st-dma-fence-chain.c to use kunitJason Gunthorpe
2026-04-16dma-buf: Change st-dma-fence-unwrap.c to use kunitJason Gunthorpe
2026-04-16dma-buf: Change st-dma-fence.c to use kunitJason Gunthorpe
2026-04-16dma-buf: Change st-dma-resv.c to use kunitJason Gunthorpe
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-04-15dma-fence: Fix potential tracepoint null pointer dereferencesTvrtko Ursulin
2026-04-15dma-fence: Silence sparse warning in dma_fence_describeTvrtko Ursulin
2026-04-13dma-buf: fix UAF in dma_buf_put() tracepointAndi Shyti
2026-04-10dma-buf: fix htmldocs error for dma_buf_attach_revocableSumit Semwal
2026-04-02dma-buf: heaps: system: add system_cc_shared heap for explicitly shared memoryJiri Pirko
2026-03-31dma-buf/udmabuf: skip redundant cpu sync to fix cacheline EEXIST warningMikhail Gavrilov
2026-03-31dma: contiguous: Turn heap registration logic aroundMaxime Ripard
2026-03-30udmabuf: fix DMA direction mismatch in release_udmabuf()Mikhail Gavrilov
2026-03-30udmabuf: Do not create malformed scatterlistsJason Gunthorpe
2026-03-11dma-buf: heaps: Clear CMA highages using helperLinus Walleij
2026-03-11dma-buf: heaps: Clear CMA pages with clear_pages()Linus Walleij
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2026-03-03dma-buf: Suppress a thread-safety complaintBart Van Assche
2026-02-25dma-buf: Assign separate lockdep class to array lockMatthew Brost
2026-02-25dma-buf: Assign separate lockdep class to chain lockMatthew Brost
2026-02-23dma-buf: Add dma_buf_attach_revocable()Leon Romanovsky
2026-02-23dma-buf: Make .invalidate_mapping() truly optionalLeon Romanovsky
2026-02-23dma-buf: use inline lock for the dma-fence-chainChristian König
2026-02-23dma-buf: use inline lock for the dma-fence-arrayChristian König
2026-02-23dma-buf: use inline lock for the stub fence v2Christian König
2026-02-23dma-buf/selftests: test RCU ops and inline lock v2Christian König
2026-02-23dma-buf: inline spinlock for fence protection v5Christian König
2026-02-23dma-buf: abstract fence locking v2Christian König
2026-02-23dma-buf: detach fence ops on signal v3Christian König
2026-02-23dma-buf: protected fence ops by RCU v8Christian König
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'vfio-v7.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2026-02-09dma-fence: Fix sparse warnings due __rcu annotationsTvrtko Ursulin
2026-02-05dma-buf: add dma_fence_was_initialized function v2Christian König