index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma-buf
/
udmabuf.c
Age
Commit message (
Expand
)
Author
2019-01-04
drivers/dma-buf/udmabuf.c: convert to use vm_fault_t
Souptick Joarder
2018-11-16
udmabuf: set read/write flag when exporting
Gerd Hoffmann
2018-09-14
udmabuf: fix error code in map_udmabuf()
Dan Carpenter
2018-09-12
udmabuf: use sizeof(variable) instead of sizeof(type)
Gerd Hoffmann
2018-09-12
udmabuf: drop WARN_ON() check.
Gerd Hoffmann
2018-09-12
udmabuf: use ENOTTY for invalid ioctls
Gerd Hoffmann
2018-09-12
udmabuf: use EBADFD in case we didn't got a memfd
Gerd Hoffmann
2018-09-12
udmabuf: improve udmabuf_create error handling
Gerd Hoffmann
2018-09-12
udmabuf: rework limits
Gerd Hoffmann
2018-09-12
udmabuf: constify udmabuf_create args
Gerd Hoffmann
2018-09-12
udmabuf: constify udmabuf_ops
Gerd Hoffmann
2018-09-12
udmabuf: use pgoff_t for pagecount
Gerd Hoffmann
2018-09-12
udmabuf: improve map_udmabuf error handling
Gerd Hoffmann
2018-09-12
udmabuf: sort headers, drop uapi/ path prefix
Gerd Hoffmann
2018-09-05
dma-buf/udmabuf: Fix NULL pointer dereference in udmabuf_create
Gustavo A. R. Silva
2018-09-03
Add udmabuf misc device
Gerd Hoffmann