summaryrefslogtreecommitdiffstats
path: root/drivers/xen/gntdev-dmabuf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-171-23/+0
|\
| * xen/gntdev-dmabuf: Ditch dummy map functionsDaniel Vetter2019-11-251-23/+0
* | xen/gntdev: replace global limit of mapped pages by limit per callJuergen Gross2019-12-021-8/+3
|/
* xen/gntdev: Check and release imported dma-bufs on closeOleksandr Andrushchenko2019-02-181-0/+9
* xen/gntdev: Do not destroy context while dma-bufs are in useOleksandr Andrushchenko2019-02-181-1/+11
* Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-08-151-1/+0
* xen/gntdev: don't dereference a null gntdev_dmabuf on allocation failureColin Ian King2018-07-311-1/+2
* xen/gntdev: Implement dma-buf import functionalityOleksandr Andrushchenko2018-07-261-5/+234
* xen/gntdev: Implement dma-buf export functionalityOleksandr Andrushchenko2018-07-261-3/+453
* xen/gntdev: Add initial support for dma-buf UAPIOleksandr Andrushchenko2018-07-261-0/+177