index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma-buf
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-19
Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2
-33
/
+72
2024-09-17
Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2024-09-09
dma-buf: heaps: Fix off-by-one in CMA heap fault handler
T.J. Mercier
1
-1
/
+1
2024-09-08
treewide: Fix wrong singular form of jiffies in comments
Anna-Maria Behnsen
1
-1
/
+1
2024-08-30
dma-buf: Split out dma fence array create into alloc and arm functions
Matthew Brost
1
-21
/
+57
2024-08-08
Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...
Daniel Vetter
1
-12
/
+15
2024-07-29
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2
-2
/
+8
2024-07-23
dma-buf: heaps: Deduplicate docs and adopt common format
T.J. Mercier
1
-12
/
+15
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-59
/
+174
2024-07-12
udmabuf: pin the pages using memfd_pin_folios() API
Vivek Kasireddy
1
-75
/
+80
2024-07-12
udmabuf: convert udmabuf driver to use folios
Vivek Kasireddy
1
-56
/
+83
2024-07-12
udmabuf: add back support for mapping hugetlb pages
Vivek Kasireddy
1
-21
/
+101
2024-07-12
udmabuf: use vmf_insert_pfn and VM_PFNMAP for handling mmap
Vivek Kasireddy
1
-3
/
+5
2024-07-12
udmabuf: add CONFIG_MMU dependency
Arnd Bergmann
1
-0
/
+1
2024-06-21
Merge tag 'drm-misc-next-2024-06-20' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
2
-4
/
+4
2024-06-21
Merge tag 'drm-misc-next-2024-06-06' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
2
-2
/
+9
2024-06-21
Merge tag 'drm-misc-next-2024-05-30' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
1
-6
/
+4
2024-06-19
dma-buf/heaps: Correct the types of fd_flags and heap_flags
drm-misc-next-2024-06-20
Barry Song
2
-4
/
+4
2024-06-05
dma-buf: align fd_flags and heap_flags with dma_heap_allocation_data
drm-misc-next-2024-06-06
Barry Song
1
-2
/
+2
2024-05-31
dma-buf: add a warning when drv try to reserve 0 fence slots
Christian König
1
-0
/
+7
2024-05-28
Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixes
Maarten Lankhorst
2
-23
/
+35
2024-05-27
dma-buf: handle testing kthreads creation failure
Fedor Pchelkin
1
-0
/
+6
2024-05-27
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-1
/
+1
2024-05-27
dma-buf/fence-array: Add flex array to struct dma_fence_array
Christophe JAILLET
1
-6
/
+4
2024-05-24
dma-buf/sw-sync: don't enable IRQ from sync_print_obj()
Tetsuo Handa
1
-2
/
+2
2024-05-22
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
1
-1
/
+1
2024-04-15
dma-buf: Do not build debugfs related code when !CONFIG_DEBUG_FS
Tvrtko Ursulin
1
-22
/
+34
2024-03-25
Merge drm/drm-fixes into drm-misc-fixes
Thomas Zimmermann
2
-6
/
+6
2024-03-20
dma-buf: Fix NULL pointer dereference in sanitycheck()
Pavel Sakharov
1
-3
/
+3
2024-02-07
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-4
/
+3
2024-01-31
dma-buf: heaps: Don't track CMA dma-buf pages under RssFile
drm-misc-fixes-2024-02-01
T.J. Mercier
1
-4
/
+3
2024-01-29
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-1
/
+1
2024-01-12
dma-buf/dma-fence: fix spelling
Randy Dunlap
1
-4
/
+4
2024-01-12
dma-buf/dma-resv: fix spelling
Randy Dunlap
1
-2
/
+2
2023-12-12
Backmerge tag 'v6.7-rc5' into drm-next
Dave Airlie
1
-1
/
+1
2023-12-02
dma-buf/sw_sync: Add fence deadline support
Rob Clark
2
-0
/
+84
2023-12-02
dma-buf/sync_file: Add SET_DEADLINE ioctl
Rob Clark
2
-1
/
+21
2023-11-27
dma-buf: fix check in dma_resv_add_fence
Christian König
1
-1
/
+1
2023-11-20
dma-buf: Replace strlcpy() with strscpy()
Kees Cook
1
-2
/
+2
2023-11-02
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2
-11
/
+5
2023-10-05
dma-buf: add dma_fence_timestamp helper
Christian König
2
-15
/
+7
2023-10-04
kthread: add kthread_stop_put
Andreas Gruenbacher
2
-11
/
+5
2023-08-30
Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
5
-23
/
+4
2023-08-24
BackMerge tag 'v6.5-rc7' into drm-next
Dave Airlie
1
-4
/
+9
2023-08-23
dma-buf/sw_sync: Avoid recursive lock during fence signal
Rob Clark
1
-9
/
+9
2023-07-27
dma-buf: Fix the typo in DMA-BUF statistics doc
drm-misc-next-2023-07-27
Luc Ma
1
-1
/
+1
2023-07-17
Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
4
-22
/
+3
2023-07-15
dma-buf/dma-resv: Stop leaking on krealloc() failure
Ville Syrjälä
1
-4
/
+9
2023-07-11
Merge v6.5-rc1 into drm-misc-fixes
Maxime Ripard
3
-43
/
+8
2023-07-06
dma-buf: fix an error pointer vs NULL bug
drm-misc-fixes-2023-07-07
Dan Carpenter
1
-1
/
+1
[next]