index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma-buf
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-09
dma-buf: insert memory barrier before updating num_fences
Hyejeong Choi
1
-2
/
+3
2025-07-17
dma-buf: fix timeout handling in dma_resv_wait_timeout v2
Christian König
1
-5
/
+7
2025-07-17
dma-buf: use new iterator in dma_resv_wait_timeout
Christian König
1
-61
/
+8
2025-07-17
dma-buf: add dma_resv_for_each_fence_unlocked v8
Christian König
1
-0
/
+100
2025-06-27
udmabuf: use sgtable-based scatterlist wrappers
Marek Szyprowski
1
-3
/
+2
2025-05-02
udmabuf: fix a buf size overflow issue during udmabuf creation
Xiaogang Chen
1
-1
/
+1
2025-01-09
udmabuf: also check for F_SEAL_FUTURE_WRITE
Jann Horn
1
-1
/
+1
2024-12-14
dma-buf: fix dma_fence_array_signaled v4
Christian König
1
-1
/
+27
2024-10-17
dma-buf: heaps: Fix off-by-one in CMA heap fault handler
T.J. Mercier
1
-1
/
+1
2024-06-16
dma-buf/sw-sync: don't enable IRQ from sync_print_obj()
Tetsuo Handa
1
-2
/
+2
2024-02-23
dma-buf: add dma_fence_timestamp helper
Christian König
2
-6
/
+179
2023-08-30
dma-buf/sw_sync: Avoid recursive lock during fence signal
Rob Clark
1
-9
/
+9
2022-12-02
dma-buf: fix racing conflict of dma_heap_add()
Dawei Li
1
-13
/
+15
2022-10-26
udmabuf: Set ubuf->sg = NULL if the creation of sg table fails
Vivek Kasireddy
1
-3
/
+6
2022-09-05
udmabuf: Set the DMA mask for the udmabuf device (v2)
Vivek Kasireddy
1
-1
/
+17
2022-07-12
dma-buf/poll: Get a file reference for outstanding fence callbacks
Michel Dänzer
1
-6
/
+13
2022-06-29
udmabuf: add back sanity check
Gerd Hoffmann
1
-1
/
+4
2022-05-25
dma-buf: ensure unique directory name for dmabuf stats
Charan Teja Kalla
1
-0
/
+8
2022-05-18
dma-buf: call dma_buf_stats_setup after dmabuf is in valid list
Charan Teja Reddy
1
-4
/
+4
2022-04-08
udmabuf: validate ubuf->pagecount
Pavel Skripkin
1
-0
/
+4
2022-03-08
dma-buf: cma_heap: Fix mutex locking section
Weizhao Ouyang
1
-2
/
+4
2022-02-08
dma-buf: heaps: Fix potential spectre v1 gadget
Jordy Zomer
1
-0
/
+2
2022-01-27
dma_fence_array: Fix PENDING_ERROR leak in dma_fence_array_signaled()
Thomas Hellström
1
-1
/
+5
2021-12-08
dma-buf: system_heap: Use 'for_each_sgtable_sg' in pages free flow
Guangming
1
-1
/
+1
2021-11-18
dma-buf: WARN on dmabuf release with pending attachments
Charan Teja Reddy
1
-0
/
+1
2021-11-18
dma-buf: fix and rework dma_buf_poll v7
Christian König
1
-82
/
+70
2021-09-07
dma-buf: DMABUF_SYSFS_STATS should depend on DMA_SHARED_BUFFER
Geert Uytterhoeven
1
-1
/
+1
2021-09-07
dma-buf: DMABUF_DEBUG should depend on DMA_SHARED_BUFFER
Geert Uytterhoeven
1
-0
/
+1
2021-09-02
dma-buf: DMABUF_MOVE_NOTIFY should depend on DMA_SHARED_BUFFER
Geert Uytterhoeven
1
-0
/
+1
2021-08-12
udmabuf: fix general protection fault in udmabuf_create
Pavel Skripkin
1
-2
/
+2
2021-07-23
Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
3
-180
/
+5
2021-07-21
Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
9
-43
/
+518
2021-07-20
dma_buf: remove dmabuf sysfs teardown before release
Guangming Cao
1
-1
/
+1
2021-07-20
dma-buf: Delete the DMA-BUF attachment sysfs statistics
Hridya Valsaraju
3
-179
/
+4
2021-07-13
Merge tag 'drm-misc-fixes-2021-07-13' of git://anongit.freedesktop.org/drm/dr...
Daniel Vetter
1
-6
/
+7
2021-07-12
dma-buf/sync_file: Don't leak fences on merge failure
Jason Ekstrand
1
-6
/
+7
2021-07-08
dma-buf: fix dma_resv_test_signaled test_all handling v2
Christian König
1
-21
/
+12
2021-06-23
udmabuf: configurable list_limit and size_limit_mb
Dongwon Kim
1
-2
/
+7
2021-06-22
dma-buf: Document non-dynamic exporter expectations better
Daniel Vetter
1
-0
/
+3
2021-06-15
dmabuf: Add the capability to expose DMA-BUF stats in sysfs
Hridya Valsaraju
5
-0
/
+448
2021-06-14
dma-buf: add dma_fence_chain_alloc/free v3
Christian König
1
-12
/
+4
2021-06-14
dma-buf: some dma_fence_chain improvements
Christian König
1
-1
/
+1
2021-06-10
udmabuf: Add support for mapping hugepages (v4)
Vivek Kasireddy
1
-7
/
+43
2021-06-06
dma-buf: drop the _rcu postfix on function names v3
Christian König
2
-17
/
+18
2021-06-06
dma-buf: rename and cleanup dma_resv_get_list v2
Christian König
1
-16
/
+16
2021-06-06
dma-buf: rename and cleanup dma_resv_get_excl v3
Christian König
2
-8
/
+7
2021-06-05
dma-buf: add missing EXPORT_SYMBOL
Christian König
1
-0
/
+1
2021-06-04
dma-buf: cleanup dma-resv shared fence debugging a bit v2
Christian König
1
-0
/
+20
2021-06-04
dma-buf: add SPDX header and fix style in dma-resv.c
Christian König
1
-63
/
+65
2021-06-04
dma-buf: fix inconsistent debug print v2
Christian König
1
-18
/
+9
[next]