index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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 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