summaryrefslogtreecommitdiffstats
path: root/drivers/xen/gntdev-dmabuf.c
Commit message (Expand)AuthorAgeFilesLines
* xen/gntdev: Prepare to dynamic dma-buf locking specificationDmitry Osipenko2022-10-181-4/+4
* xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross2022-05-271-1/+1
* xen/dmabuf: switch gntdev-dmabuf to use INVALID_GRANT_REFJuergen Gross2022-05-191-11/+2
* xen/grant-table: remove readonly parameter from functionsJuergen Gross2022-03-151-1/+1
* dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman2021-10-251-0/+3
* xen: gntdev: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-7/+6
* xen/gntdev: Fix dmabuf import with non-zero sgt offsetOleksandr Andrushchenko2020-08-131-0/+8
* 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