index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma-buf
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-03
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
8
-40
/
+213
2022-12-16
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-2
/
+2
2022-12-14
Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+7
2022-12-13
Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
4
-33
/
+201
2022-12-13
dma-buf: fix dma_buf_export init order v2
Christian König
3
-52
/
+43
2022-12-12
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+3
2022-11-24
driver core: make struct class.devnode() take a const *
Greg Kroah-Hartman
1
-1
/
+1
2022-11-22
kobject: kset_uevent_ops: make filter() callback take a const *
Greg Kroah-Hartman
1
-1
/
+1
2022-11-22
dma-buf: fix racing conflict of dma_heap_add()
Dawei Li
1
-13
/
+15
2022-11-18
dma-buf: Use dma_fence_unwrap_for_each when importing fences
Jason Ekstrand
1
-6
/
+17
2022-11-18
treewide: use get_random_u32_inclusive() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-3
/
+3
2022-11-11
dma-buf/heaps: Assert held reservation lock for dma-buf mmapping
Dmitry Osipenko
2
-0
/
+6
2022-11-11
udmabuf: Assert held reservation lock for dma-buf mmapping
Dmitry Osipenko
1
-0
/
+3
2022-11-11
dma-buf: Move dma_buf_mmap_internal() to dynamic locking specification
Dmitry Osipenko
1
-1
/
+6
2022-11-02
dma-buf: Make locking consistent in dma_buf_detach()
Dmitry Osipenko
1
-2
/
+2
2022-11-01
dma-buf: Proactively round up to kmalloc bucket size
Kees Cook
1
-2
/
+7
2022-10-18
Merge drm/drm-next into drm-misc-next
Maxime Ripard
3
-4
/
+5
2022-10-18
dma-buf: Remove obsoleted internal lock
Dmitry Osipenko
1
-10
/
+4
2022-10-18
dma-buf: Document dynamic locking convention
Dmitry Osipenko
1
-0
/
+64
2022-10-18
dma-buf: Move dma_buf_mmap() to dynamic locking specification
Dmitry Osipenko
1
-1
/
+7
2022-10-18
dma-buf: Move dma_buf_map_attachment() to dynamic locking specification
Dmitry Osipenko
1
-8
/
+2
2022-10-18
dma-buf: Move dma_buf_attach() to dynamic locking specification
Dmitry Osipenko
1
-12
/
+8
2022-10-18
dma-buf: Move dma_buf_vmap() to dynamic locking specification
Dmitry Osipenko
1
-0
/
+4
2022-10-18
dma-buf: Add unlocked variant of attachment-mapping functions
Dmitry Osipenko
1
-0
/
+53
2022-10-18
dma-buf: Add unlocked variant of vmapping functions
Dmitry Osipenko
1
-0
/
+43
2022-10-06
Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2022-10-06
Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2022-10-06
Merge tag 'pull-d_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-1
/
+1
2022-10-05
Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
7
-16
/
+75
2022-09-19
dma-buf: fix dma_fence_default_wait() signaling check
Christian König
1
-3
/
+3
2022-09-16
dma-buf: dma_fence_wait must enable signaling
Arvind Yadav
1
-3
/
+2
2022-09-16
dma-buf: Enable signaling on fence for selftests
Arvind Yadav
4
-0
/
+52
2022-09-16
dma-buf: set signaling bit for the stub fence
Arvind Yadav
1
-0
/
+8
2022-09-16
dma-buf: Remove the signaled bit status check
Arvind Yadav
1
-3
/
+0
2022-09-11
Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-3
/
+6
2022-09-06
Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...
Daniel Vetter
1
-4
/
+4
2022-09-01
dma_buf: no need to bother with file_inode()->i_mapping
Al Viro
1
-1
/
+1
2022-08-25
dma-buf/dma-resv: check if the new fence is really later
Christian König
1
-1
/
+2
2022-08-25
udmabuf: Set ubuf->sg = NULL if the creation of sg table fails
Vivek Kasireddy
1
-3
/
+6
2022-08-20
dynamic_dname(): drop unused dentry argument
Al Viro
1
-1
/
+1
2022-08-17
dma_buf_getfile(): don't bother with ->f_flags reassignments
Al Viro
1
-1
/
+1
2022-08-10
dma-buf/sync_file: use strscpy to replace strlcpy
XueBing Chen
1
-4
/
+4
2022-08-03
Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
8
-149
/
+430
2022-08-03
Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2022-07-16
dma-buf: remove useless FMODE_LSEEK flag
Jason A. Donenfeld
1
-1
/
+0
2022-07-14
dma-buf: revert "return only unsignaled fences in dma_fence_unwrap_for_each v3"
Christian König
1
-1
/
+2
2022-07-13
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-1
/
+4
2022-07-13
Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...
Dave Airlie
1
-1
/
+4
2022-07-12
dma-buf: revert "return only unsignaled fences in dma_fence_unwrap_for_each v3"
Christian König
1
-1
/
+2
[next]