summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf
AgeCommit message (Expand)AuthorLines
2026-04-17Merge tag 'dma-mapping-7.1-2026-04-16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-22/+100
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-146/+216
2026-04-02dma-buf: heaps: system: add system_cc_shared heap for explicitly shared memoryJiri Pirko-5/+98
2026-03-31dma: contiguous: Turn heap registration logic aroundMaxime Ripard-17/+2
2026-03-11dma-buf: heaps: Clear CMA highages using helperLinus Walleij-4/+1
2026-03-11dma-buf: heaps: Clear CMA pages with clear_pages()Linus Walleij-1/+1
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton-1/+1
2026-03-03dma-buf: Suppress a thread-safety complaintBart Van Assche-1/+4
2026-02-25dma-buf: Assign separate lockdep class to array lockMatthew Brost-0/+14
2026-02-25dma-buf: Assign separate lockdep class to chain lockMatthew Brost-0/+13
2026-02-23dma-buf: Add dma_buf_attach_revocable()Leon Romanovsky-1/+47
2026-02-23dma-buf: Make .invalidate_mapping() truly optionalLeon Romanovsky-4/+2
2026-02-23dma-buf: use inline lock for the dma-fence-chainChristian König-2/+1
2026-02-23dma-buf: use inline lock for the dma-fence-arrayChristian König-3/+2
2026-02-23dma-buf: use inline lock for the stub fence v2Christian König-10/+2
2026-02-23dma-buf/selftests: test RCU ops and inline lock v2Christian König-34/+10
2026-02-23dma-buf: inline spinlock for fence protection v5Christian König-6/+17
2026-02-23dma-buf: abstract fence locking v2Christian König-35/+33
2026-02-23dma-buf: detach fence ops on signal v3Christian König-4/+14
2026-02-23dma-buf: protected fence ops by RCU v8Christian König-22/+49
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard-36/+32
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-25/+25
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-33/+30
2026-02-12Merge tag 'vfio-v7.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-3/+3
2026-02-09dma-fence: Fix sparse warnings due __rcu annotationsTvrtko Ursulin-4/+4
2026-02-05dma-buf: add dma_fence_was_initialized function v2Christian König-1/+1
2026-01-27dma-buf: Always build with DMABUF_MOVE_NOTIFYLeon Romanovsky-14/+1
2026-01-27dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()Leon Romanovsky-4/+4
2026-01-27dma-buf: Rename .move_notify() callback to a clearer identifierLeon Romanovsky-3/+3
2026-01-21dma-buf: add some tracepoints to debug.gaoxiang17-6/+3
2026-01-19types: reuse common phys_vec type instead of DMABUF open‑coded variantLeon Romanovsky-3/+3
2026-01-19dma-buf: Remove DMA-BUF sysfs statsT.J. Mercier-271/+0
2026-01-19dma-buf: system_heap: account for system heap allocation in memcgEric Chanudet-2/+5
2026-01-19dma-buf: heaps: add parameter to account allocations using cgroupEric Chanudet-0/+5
2026-01-08dma-buf: heaps: Clear CMA pages with clear_page()Linus Walleij-1/+1
2025-12-18dma-buf: add some tracepoints to debug.gaoxiang17-2/+49
2025-12-17dma-buf/selftests: drop the mock_wait implementationChristian König-46/+5
2025-12-15Merge drm/drm-next into drm-misc-nextMaxime Ripard-12/+252
2025-12-08dma-buf: enable DMABUF_DEBUG by default on DEBUG kernelsChristian König-1/+1
2025-12-08dma-buf: improve sg_table debugging hack v4Christian König-14/+60
2025-12-04Merge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-1/+249
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-62/+84
2025-12-04dma-buf/dma-fence: Remove return code of signaling-functionsPhilipp Stanner-30/+10
2025-12-04dma-buf: Don't misuse dma_fence_signal()Philipp Stanner-2/+2
2025-12-04dma-buf/dma-fence: Add dma_fence_check_and_signal()Philipp Stanner-0/+44
2025-12-04dma-buf/dma-fence: Add dma_fence_test_signaled_flag()Philipp Stanner-8/+8
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2025-12-03dma-buf: replace "#if" with just "if"Christian König-3/+2