summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/udmabuf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-09-231-0/+3
|\
| * udmabuf: Add missing compact_ioctlKristian H. Kristensen2020-09-071-0/+3
* | dmabuf: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-4/+3
|/
* udmabuf: fix dma-buf cpu accessGurchetan Singh2019-12-181-4/+3
* udmabuf: implement begin_cpu_access/end_cpu_access hooksGurchetan Singh2019-12-051-0/+39
* udmabuf: separate out creating/destroying scatter-tableGurchetan Singh2019-12-051-7/+19
* udmabuf: add a pointer to the miscdevice in dma-buf private dataGurchetan Singh2019-12-051-4/+7
* udmabuf: use cache_sgt_mapping optionGurchetan Singh2019-12-051-4/+5
* udmabuf: Remove deleted map/unmap handlers.Maarten Lankhorst2019-11-261-16/+0
* udmabuf: actually unmap the scatterlistLucas Stach2019-06-051-0/+1
* drivers/dma-buf/udmabuf.c: convert to use vm_fault_tSouptick Joarder2019-01-041-1/+1
* udmabuf: set read/write flag when exportingGerd Hoffmann2018-11-161-0/+1
* udmabuf: fix error code in map_udmabuf()Dan Carpenter2018-09-141-1/+3
* udmabuf: use sizeof(variable) instead of sizeof(type)Gerd Hoffmann2018-09-121-3/+3
* udmabuf: drop WARN_ON() check.Gerd Hoffmann2018-09-121-3/+0
* udmabuf: use ENOTTY for invalid ioctlsGerd Hoffmann2018-09-121-1/+1
* udmabuf: use EBADFD in case we didn't got a memfdGerd Hoffmann2018-09-121-2/+5
* udmabuf: improve udmabuf_create error handlingGerd Hoffmann2018-09-121-13/+12
* udmabuf: rework limitsGerd Hoffmann2018-09-121-2/+8
* udmabuf: constify udmabuf_create argsGerd Hoffmann2018-09-121-2/+2
* udmabuf: constify udmabuf_opsGerd Hoffmann2018-09-121-1/+1
* udmabuf: use pgoff_t for pagecountGerd Hoffmann2018-09-121-1/+1
* udmabuf: improve map_udmabuf error handlingGerd Hoffmann2018-09-121-11/+10
* udmabuf: sort headers, drop uapi/ path prefixGerd Hoffmann2018-09-121-9/+8
* dma-buf/udmabuf: Fix NULL pointer dereference in udmabuf_createGustavo A. R. Silva2018-09-051-1/+2
* Add udmabuf misc deviceGerd Hoffmann2018-09-031-0/+287