aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/gntdev-dmabuf.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-10xen/gntdev: Fix the abuse of underlying struct page in DMA-buf importOleksandr Tyshchenko1-25/+25
2022-10-18xen/gntdev: Prepare to dynamic dma-buf locking specificationDmitry Osipenko1-4/+4
2022-05-27xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross1-1/+1
2022-05-19xen/dmabuf: switch gntdev-dmabuf to use INVALID_GRANT_REFJuergen Gross1-11/+2
2022-03-15xen/grant-table: remove readonly parameter from functionsJuergen Gross1-1/+1
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman1-0/+3
2020-09-10xen: gntdev: fix common struct sg_table related issuesMarek Szyprowski1-7/+6
2020-08-13xen/gntdev: Fix dmabuf import with non-zero sgt offsetOleksandr Andrushchenko1-0/+8
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-23/+0
2019-12-02xen/gntdev: replace global limit of mapped pages by limit per callJuergen Gross1-8/+3
2019-11-25xen/gntdev-dmabuf: Ditch dummy map functionsDaniel Vetter1-23/+0
2019-02-18xen/gntdev: Check and release imported dma-bufs on closeOleksandr Andrushchenko1-0/+9
2019-02-18xen/gntdev: Do not destroy context while dma-bufs are in useOleksandr Andrushchenko1-1/+11
2018-08-15Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+0
2018-07-31xen/gntdev: don't dereference a null gntdev_dmabuf on allocation failureColin Ian King1-1/+2
2018-07-26xen/gntdev: Implement dma-buf import functionalityOleksandr Andrushchenko1-5/+234
2018-07-26xen/gntdev: Implement dma-buf export functionalityOleksandr Andrushchenko1-3/+453
2018-07-26xen/gntdev: Add initial support for dma-buf UAPIOleksandr Andrushchenko1-0/+177