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
/
udmabuf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-05
udmabuf: actually unmap the scatterlist
Lucas Stach
1
-0
/
+1
2019-01-04
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