index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma-buf
/
udmabuf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
udmabuf: fix general protection fault in udmabuf_create
Pavel Skripkin
2021-08-12
1
-2
/
+2
*
udmabuf: configurable list_limit and size_limit_mb
Dongwon Kim
2021-06-23
1
-2
/
+7
*
udmabuf: Add support for mapping hugepages (v4)
Vivek Kasireddy
2021-06-10
1
-7
/
+43
*
Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2020-09-23
1
-0
/
+3
|
\
|
*
udmabuf: Add missing compact_ioctl
Kristian H. Kristensen
2020-09-07
1
-0
/
+3
*
|
dmabuf: fix common struct sg_table related issues
Marek Szyprowski
2020-09-10
1
-4
/
+3
|
/
*
udmabuf: fix dma-buf cpu access
Gurchetan Singh
2019-12-18
1
-4
/
+3
*
udmabuf: implement begin_cpu_access/end_cpu_access hooks
Gurchetan Singh
2019-12-05
1
-0
/
+39
*
udmabuf: separate out creating/destroying scatter-table
Gurchetan Singh
2019-12-05
1
-7
/
+19
*
udmabuf: add a pointer to the miscdevice in dma-buf private data
Gurchetan Singh
2019-12-05
1
-4
/
+7
*
udmabuf: use cache_sgt_mapping option
Gurchetan Singh
2019-12-05
1
-4
/
+5
*
udmabuf: Remove deleted map/unmap handlers.
Maarten Lankhorst
2019-11-26
1
-16
/
+0
*
udmabuf: actually unmap the scatterlist
Lucas Stach
2019-06-05
1
-0
/
+1
*
drivers/dma-buf/udmabuf.c: convert to use vm_fault_t
Souptick Joarder
2019-01-04
1
-1
/
+1
*
udmabuf: set read/write flag when exporting
Gerd Hoffmann
2018-11-16
1
-0
/
+1
*
udmabuf: fix error code in map_udmabuf()
Dan Carpenter
2018-09-14
1
-1
/
+3
*
udmabuf: use sizeof(variable) instead of sizeof(type)
Gerd Hoffmann
2018-09-12
1
-3
/
+3
*
udmabuf: drop WARN_ON() check.
Gerd Hoffmann
2018-09-12
1
-3
/
+0
*
udmabuf: use ENOTTY for invalid ioctls
Gerd Hoffmann
2018-09-12
1
-1
/
+1
*
udmabuf: use EBADFD in case we didn't got a memfd
Gerd Hoffmann
2018-09-12
1
-2
/
+5
*
udmabuf: improve udmabuf_create error handling
Gerd Hoffmann
2018-09-12
1
-13
/
+12
*
udmabuf: rework limits
Gerd Hoffmann
2018-09-12
1
-2
/
+8
*
udmabuf: constify udmabuf_create args
Gerd Hoffmann
2018-09-12
1
-2
/
+2
*
udmabuf: constify udmabuf_ops
Gerd Hoffmann
2018-09-12
1
-1
/
+1
*
udmabuf: use pgoff_t for pagecount
Gerd Hoffmann
2018-09-12
1
-1
/
+1
*
udmabuf: improve map_udmabuf error handling
Gerd Hoffmann
2018-09-12
1
-11
/
+10
*
udmabuf: sort headers, drop uapi/ path prefix
Gerd Hoffmann
2018-09-12
1
-9
/
+8
*
dma-buf/udmabuf: Fix NULL pointer dereference in udmabuf_create
Gustavo A. R. Silva
2018-09-05
1
-1
/
+2
*
Add udmabuf misc device
Gerd Hoffmann
2018-09-03
1
-0
/
+287