index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma-buf
/
udmabuf.c
Age
Commit message (
Expand
)
Author
2022-01-18
udmabuf: validate ubuf->pagecount
Pavel Skripkin
2021-08-12
udmabuf: fix general protection fault in udmabuf_create
Pavel Skripkin
2021-06-23
udmabuf: configurable list_limit and size_limit_mb
Dongwon Kim
2021-06-10
udmabuf: Add support for mapping hugepages (v4)
Vivek Kasireddy
2020-09-23
Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2020-09-10
dmabuf: fix common struct sg_table related issues
Marek Szyprowski
2020-09-07
udmabuf: Add missing compact_ioctl
Kristian H. Kristensen
2019-12-18
udmabuf: fix dma-buf cpu access
Gurchetan Singh
2019-12-05
udmabuf: implement begin_cpu_access/end_cpu_access hooks
Gurchetan Singh
2019-12-05
udmabuf: separate out creating/destroying scatter-table
Gurchetan Singh
2019-12-05
udmabuf: add a pointer to the miscdevice in dma-buf private data
Gurchetan Singh
2019-12-05
udmabuf: use cache_sgt_mapping option
Gurchetan Singh
2019-11-26
udmabuf: Remove deleted map/unmap handlers.
Maarten Lankhorst
2019-06-05
udmabuf: actually unmap the scatterlist
Lucas Stach
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