summaryrefslogtreecommitdiff
path: root/drivers/dma-buf
AgeCommit message (Expand)Author
11 hoursMerge tag 'dma-mapping-7.1-2026-04-16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
3 daysMerge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-04-02dma-buf: heaps: system: add system_cc_shared heap for explicitly shared memoryJiri Pirko
2026-03-31dma: contiguous: Turn heap registration logic aroundMaxime Ripard
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
2026-01-27dma-buf: Always build with DMABUF_MOVE_NOTIFYLeon Romanovsky
2026-01-27dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()Leon Romanovsky
2026-01-27dma-buf: Rename .move_notify() callback to a clearer identifierLeon Romanovsky
2026-01-21dma-buf: add some tracepoints to debug.gaoxiang17
2026-01-19types: reuse common phys_vec type instead of DMABUF open‑coded variantLeon Romanovsky
2026-01-19dma-buf: Remove DMA-BUF sysfs statsT.J. Mercier
2026-01-19dma-buf: system_heap: account for system heap allocation in memcgEric Chanudet
2026-01-19dma-buf: heaps: add parameter to account allocations using cgroupEric Chanudet
2026-01-08dma-buf: heaps: Clear CMA pages with clear_page()Linus Walleij
2025-12-18dma-buf: add some tracepoints to debug.gaoxiang17
2025-12-17dma-buf/selftests: drop the mock_wait implementationChristian König
2025-12-15Merge drm/drm-next into drm-misc-nextMaxime Ripard
2025-12-08dma-buf: enable DMABUF_DEBUG by default on DEBUG kernelsChristian König
2025-12-08dma-buf: improve sg_table debugging hack v4Christian König
2025-12-04Merge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-12-04dma-buf/dma-fence: Remove return code of signaling-functionsPhilipp Stanner
2025-12-04dma-buf: Don't misuse dma_fence_signal()Philipp Stanner
2025-12-04dma-buf/dma-fence: Add dma_fence_check_and_signal()Philipp Stanner
2025-12-04dma-buf/dma-fence: Add dma_fence_test_signaled_flag()Philipp Stanner
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-12-03dma-buf: replace "#if" with just "if"Christian König