index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma-buf
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-17
dma-buf: make kobj_type structure constant
Thomas Weißschuh
1
-1
/
+1
2023-02-01
dma-buf: actually set signaling bit for private stub fences
Danilo Krummrich
1
-1
/
+1
2023-01-31
Merge v6.2-rc6 into drm-next
Daniel Vetter
3
-51
/
+42
2023-01-04
Merge tag 'drm-misc-next-2023-01-03' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
1
-7
/
+7
2023-01-03
Merge tag 'drm-misc-next-2022-11-24' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
1
-0
/
+28
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-13
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-24
dma-buf: A collection of typo and documentation fixes
T.J. Mercier
1
-7
/
+7
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
udmabuf: add vmap and vunmap methods to udmabuf_ops
Lukasz Wiecaszek
1
-0
/
+28
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-07
Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2022-10-07
Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+1
2022-10-07
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-02
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-18
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
[next]