summaryrefslogtreecommitdiff
path: root/drivers/dma-buf
AgeCommit message (Expand)AuthorFilesLines
32 hoursMerge tag 'dma-mapping-7.1-2026-04-16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-22/+100
3 daysMerge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds10-146/+216
2026-04-02dma-buf: heaps: system: add system_cc_shared heap for explicitly shared memoryJiri Pirko1-5/+98
2026-03-31dma: contiguous: Turn heap registration logic aroundMaxime Ripard1-17/+2
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
2026-02-23dma-buf: use inline lock for the dma-fence-arrayChristian König1-3/+2
2026-02-23dma-buf: use inline lock for the stub fence v2Christian König1-10/+2
2026-02-23dma-buf/selftests: test RCU ops and inline lock v2Christian König1-34/+10
2026-02-23dma-buf: inline spinlock for fence protection v5Christian König2-6/+17
2026-02-23dma-buf: abstract fence locking v2Christian König3-35/+33
2026-02-23dma-buf: detach fence ops on signal v3Christian König1-4/+14
2026-02-23dma-buf: protected fence ops by RCU v8Christian König1-22/+49
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard14-36/+32
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds13-25/+25
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook14-33/+30
2026-02-13Merge tag 'vfio-v7.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-3/+3
2026-02-09dma-fence: Fix sparse warnings due __rcu annotationsTvrtko Ursulin1-4/+4
2026-02-05dma-buf: add dma_fence_was_initialized function v2Christian König1-1/+1
2026-01-27dma-buf: Always build with DMABUF_MOVE_NOTIFYLeon Romanovsky2-14/+1
2026-01-27dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()Leon Romanovsky1-4/+4
2026-01-27dma-buf: Rename .move_notify() callback to a clearer identifierLeon Romanovsky1-3/+3
2026-01-21dma-buf: add some tracepoints to debug.gaoxiang171-6/+3
2026-01-19types: reuse common phys_vec type instead of DMABUF open‑coded variantLeon Romanovsky1-3/+3
2026-01-19dma-buf: Remove DMA-BUF sysfs statsT.J. Mercier5-271/+0
2026-01-19dma-buf: system_heap: account for system heap allocation in memcgEric Chanudet1-2/+5
2026-01-19dma-buf: heaps: add parameter to account allocations using cgroupEric Chanudet1-0/+5
2026-01-08dma-buf: heaps: Clear CMA pages with clear_page()Linus Walleij1-1/+1
2025-12-18dma-buf: add some tracepoints to debug.gaoxiang171-2/+49
2025-12-17dma-buf/selftests: drop the mock_wait implementationChristian König1-46/+5
2025-12-15Merge drm/drm-next into drm-misc-nextMaxime Ripard5-12/+252
2025-12-08dma-buf: enable DMABUF_DEBUG by default on DEBUG kernelsChristian König1-1/+1
2025-12-08dma-buf: improve sg_table debugging hack v4Christian König1-14/+60
2025-12-05Merge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2-1/+249
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds5-62/+84
2025-12-04dma-buf/dma-fence: Remove return code of signaling-functionsPhilipp Stanner1-30/+10
2025-12-04dma-buf: Don't misuse dma_fence_signal()Philipp Stanner1-2/+2
2025-12-04dma-buf/dma-fence: Add dma_fence_check_and_signal()Philipp Stanner1-0/+44
2025-12-04dma-buf/dma-fence: Add dma_fence_test_signaled_flag()Philipp Stanner1-8/+8
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2025-12-03dma-buf: replace "#if" with just "if"Christian König1-3/+2