index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma-buf
Age
Commit message (
Expand
)
Author
48 hours
Merge tag 'dma-mapping-7.1-2026-04-16' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4 days
Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2026-04-02
dma-buf: heaps: system: add system_cc_shared heap for explicitly shared memory
Jiri Pirko
2026-03-31
dma: contiguous: Turn heap registration logic around
Maxime Ripard
2026-03-11
dma-buf: heaps: Clear CMA highages using helper
Linus Walleij
2026-03-11
dma-buf: heaps: Clear CMA pages with clear_pages()
Linus Walleij
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
2026-03-03
dma-buf: Suppress a thread-safety complaint
Bart Van Assche
2026-02-25
dma-buf: Assign separate lockdep class to array lock
Matthew Brost
2026-02-25
dma-buf: Assign separate lockdep class to chain lock
Matthew Brost
2026-02-23
dma-buf: Add dma_buf_attach_revocable()
Leon Romanovsky
2026-02-23
dma-buf: Make .invalidate_mapping() truly optional
Leon Romanovsky
2026-02-23
dma-buf: use inline lock for the dma-fence-chain
Christian König
2026-02-23
dma-buf: use inline lock for the dma-fence-array
Christian König
2026-02-23
dma-buf: use inline lock for the stub fence v2
Christian König
2026-02-23
dma-buf/selftests: test RCU ops and inline lock v2
Christian König
2026-02-23
dma-buf: inline spinlock for fence protection v5
Christian König
2026-02-23
dma-buf: abstract fence locking v2
Christian König
2026-02-23
dma-buf: detach fence ops on signal v3
Christian König
2026-02-23
dma-buf: protected fence ops by RCU v8
Christian König
2026-02-23
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-12
Merge tag 'vfio-v7.0-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2026-02-09
dma-fence: Fix sparse warnings due __rcu annotations
Tvrtko Ursulin
2026-02-05
dma-buf: add dma_fence_was_initialized function v2
Christian König
2026-01-27
dma-buf: Always build with DMABUF_MOVE_NOTIFY
Leon Romanovsky
2026-01-27
dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()
Leon Romanovsky
2026-01-27
dma-buf: Rename .move_notify() callback to a clearer identifier
Leon Romanovsky
2026-01-21
dma-buf: add some tracepoints to debug.
gaoxiang17
2026-01-19
types: reuse common phys_vec type instead of DMABUF open‑coded variant
Leon Romanovsky
2026-01-19
dma-buf: Remove DMA-BUF sysfs stats
T.J. Mercier
2026-01-19
dma-buf: system_heap: account for system heap allocation in memcg
Eric Chanudet
2026-01-19
dma-buf: heaps: add parameter to account allocations using cgroup
Eric Chanudet
2026-01-08
dma-buf: heaps: Clear CMA pages with clear_page()
Linus Walleij
2025-12-18
dma-buf: add some tracepoints to debug.
gaoxiang17
2025-12-17
dma-buf/selftests: drop the mock_wait implementation
Christian König
2025-12-15
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2025-12-08
dma-buf: enable DMABUF_DEBUG by default on DEBUG kernels
Christian König
2025-12-08
dma-buf: improve sg_table debugging hack v4
Christian König
2025-12-04
Merge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2025-12-04
Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2025-12-04
dma-buf/dma-fence: Remove return code of signaling-functions
Philipp Stanner
2025-12-04
dma-buf: Don't misuse dma_fence_signal()
Philipp Stanner
2025-12-04
dma-buf/dma-fence: Add dma_fence_check_and_signal()
Philipp Stanner
2025-12-04
dma-buf/dma-fence: Add dma_fence_test_signaled_flag()
Philipp Stanner
2025-12-03
Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-12-03
dma-buf: replace "#if" with just "if"
Christian König
[next]