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
/
udmabuf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-23
Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-0
/
+3
2020-09-10
dmabuf: fix common struct sg_table related issues
Marek Szyprowski
1
-4
/
+3
2020-09-07
udmabuf: Add missing compact_ioctl
Kristian H. Kristensen
1
-0
/
+3
2019-12-18
udmabuf: fix dma-buf cpu access
Gurchetan Singh
1
-4
/
+3
2019-12-05
udmabuf: implement begin_cpu_access/end_cpu_access hooks
Gurchetan Singh
1
-0
/
+39
2019-12-05
udmabuf: separate out creating/destroying scatter-table
Gurchetan Singh
1
-7
/
+19
2019-12-05
udmabuf: add a pointer to the miscdevice in dma-buf private data
Gurchetan Singh
1
-4
/
+7
2019-12-05
udmabuf: use cache_sgt_mapping option
Gurchetan Singh
1
-4
/
+5
2019-11-26
udmabuf: Remove deleted map/unmap handlers.
Maarten Lankhorst
1
-16
/
+0
2019-06-05
udmabuf: actually unmap the scatterlist
Lucas Stach
1
-0
/
+1
2019-01-05
drivers/dma-buf/udmabuf.c: convert to use vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-11-16
udmabuf: set read/write flag when exporting
Gerd Hoffmann
1
-0
/
+1
2018-09-14
udmabuf: fix error code in map_udmabuf()
Dan Carpenter
1
-1
/
+3
2018-09-12
udmabuf: use sizeof(variable) instead of sizeof(type)
Gerd Hoffmann
1
-3
/
+3
2018-09-12
udmabuf: drop WARN_ON() check.
Gerd Hoffmann
1
-3
/
+0
2018-09-12
udmabuf: use ENOTTY for invalid ioctls
Gerd Hoffmann
1
-1
/
+1
2018-09-12
udmabuf: use EBADFD in case we didn't got a memfd
Gerd Hoffmann
1
-2
/
+5
2018-09-12
udmabuf: improve udmabuf_create error handling
Gerd Hoffmann
1
-13
/
+12
2018-09-12
udmabuf: rework limits
Gerd Hoffmann
1
-2
/
+8
2018-09-12
udmabuf: constify udmabuf_create args
Gerd Hoffmann
1
-2
/
+2
2018-09-12
udmabuf: constify udmabuf_ops
Gerd Hoffmann
1
-1
/
+1
2018-09-12
udmabuf: use pgoff_t for pagecount
Gerd Hoffmann
1
-1
/
+1
2018-09-12
udmabuf: improve map_udmabuf error handling
Gerd Hoffmann
1
-11
/
+10
2018-09-12
udmabuf: sort headers, drop uapi/ path prefix
Gerd Hoffmann
1
-9
/
+8
2018-09-05
dma-buf/udmabuf: Fix NULL pointer dereference in udmabuf_create
Gustavo A. R. Silva
1
-1
/
+2
2018-09-03
Add udmabuf misc device
Gerd Hoffmann
1
-0
/
+287