index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
dma-buf
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-24
Merge tag 'drm-fixes-2026-04-24' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2
-4
/
+3
2026-04-21
Merge tag 'drm-next-2026-04-22' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-0
/
+1
2026-04-17
Merge tag 'dma-mapping-7.1-2026-04-16' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linux
Linus Torvalds
2
-22
/
+100
2026-04-15
Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
10
-146
/
+216
2026-04-15
dma-fence: Silence sparse warning in dma_fence_describe
Tvrtko Ursulin
1
-2
/
+2
2026-04-13
dma-buf: fix UAF in dma_buf_put() tracepoint
Andi Shyti
1
-2
/
+1
2026-04-10
dma-buf: fix htmldocs error for dma_buf_attach_revocable
Sumit Semwal
1
-0
/
+1
2026-04-02
dma-buf: heaps: system: add system_cc_shared heap for explicitly shared memory
Jiri Pirko
1
-5
/
+98
2026-03-31
dma: contiguous: Turn heap registration logic around
Maxime Ripard
1
-17
/
+2
2026-03-11
dma-buf: heaps: Clear CMA highages using helper
Linus Walleij
1
-4
/
+1
2026-03-11
dma-buf: heaps: Clear CMA pages with clear_pages()
Linus Walleij
1
-1
/
+1
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
1
-1
/
+1
2026-03-03
dma-buf: Suppress a thread-safety complaint
Bart Van Assche
1
-1
/
+4
2026-02-25
dma-buf: Assign separate lockdep class to array lock
Matthew Brost
1
-0
/
+14
2026-02-25
dma-buf: Assign separate lockdep class to chain lock
Matthew Brost
1
-0
/
+13
2026-02-23
dma-buf: Add dma_buf_attach_revocable()
Leon Romanovsky
1
-1
/
+47
2026-02-23
dma-buf: Make .invalidate_mapping() truly optional
Leon Romanovsky
1
-4
/
+2
2026-02-23
dma-buf: use inline lock for the dma-fence-chain
Christian König
1
-2
/
+1
2026-02-23
dma-buf: use inline lock for the dma-fence-array
Christian König
1
-3
/
+2
2026-02-23
dma-buf: use inline lock for the stub fence v2
Christian König
1
-10
/
+2
2026-02-23
dma-buf/selftests: test RCU ops and inline lock v2
Christian König
1
-34
/
+10
2026-02-23
dma-buf: inline spinlock for fence protection v5
Christian König
2
-6
/
+17
2026-02-23
dma-buf: abstract fence locking v2
Christian König
3
-35
/
+33
2026-02-23
dma-buf: detach fence ops on signal v3
Christian König
1
-4
/
+14
2026-02-23
dma-buf: protected fence ops by RCU v8
Christian König
1
-22
/
+49
2026-02-23
Merge drm/drm-next into drm-misc-next
Maxime Ripard
14
-36
/
+32
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
13
-25
/
+25
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
14
-33
/
+30
2026-02-12
Merge tag 'vfio-v7.0-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
1
-3
/
+3
2026-02-09
dma-fence: Fix sparse warnings due __rcu annotations
Tvrtko Ursulin
1
-4
/
+4
2026-02-05
dma-buf: add dma_fence_was_initialized function v2
Christian König
1
-1
/
+1
2026-01-27
dma-buf: Always build with DMABUF_MOVE_NOTIFY
Leon Romanovsky
2
-14
/
+1
2026-01-27
dma-buf: Rename dma_buf_move_notify() to dma_buf_invalidate_mappings()
Leon Romanovsky
1
-4
/
+4
2026-01-27
dma-buf: Rename .move_notify() callback to a clearer identifier
Leon Romanovsky
1
-3
/
+3
2026-01-21
dma-buf: add some tracepoints to debug.
gaoxiang17
1
-6
/
+3
2026-01-19
types: reuse common phys_vec type instead of DMABUF open‑coded variant
Leon Romanovsky
1
-3
/
+3
2026-01-19
dma-buf: Remove DMA-BUF sysfs stats
T.J. Mercier
5
-271
/
+0
2026-01-19
dma-buf: system_heap: account for system heap allocation in memcg
Eric Chanudet
1
-2
/
+5
2026-01-19
dma-buf: heaps: add parameter to account allocations using cgroup
Eric Chanudet
1
-0
/
+5
2026-01-08
dma-buf: heaps: Clear CMA pages with clear_page()
Linus Walleij
1
-1
/
+1
2025-12-18
dma-buf: add some tracepoints to debug.
gaoxiang17
1
-2
/
+49
2025-12-17
dma-buf/selftests: drop the mock_wait implementation
Christian König
1
-46
/
+5
2025-12-15
Merge drm/drm-next into drm-misc-next
Maxime Ripard
5
-12
/
+252
2025-12-08
dma-buf: enable DMABUF_DEBUG by default on DEBUG kernels
Christian König
1
-1
/
+1
2025-12-08
dma-buf: improve sg_table debugging hack v4
Christian König
1
-13
/
+59
2025-12-04
Merge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
2
-1
/
+249
2025-12-04
Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
5
-62
/
+84
2025-12-04
dma-buf/dma-fence: Remove return code of signaling-functions
Philipp Stanner
1
-30
/
+10
[next]