summaryrefslogtreecommitdiffstats
path: root/drivers/xen/grant-dma-ops.c
Commit message (Expand)AuthorAgeFilesLines
* xen/virtio: Fix NULL deref when a bridge of PCI root bus has no parentPetr Pavlu2023-07-041-0/+2
* xen/virtio: Handle PCI devices which Host controller is described in DTOleksandr Tyshchenko2022-12-051-7/+39
* xen/virtio: Optimize the setup of "xen-grant-dma" devicesOleksandr Tyshchenko2022-12-051-49/+28
* xen/virtio: Convert PAGE_SIZE/PAGE_SHIFT/PFN_UP to Xen counterpartsOleksandr Tyshchenko2022-10-141-12/+12
* xen/virtio: Handle cases when page offset > PAGE_SIZE properlyOleksandr Tyshchenko2022-10-141-3/+6
* xen/virtio: enable grant based virtio on x86Juergen Gross2022-10-101-1/+11
* xen/virtio: use dom0 as default backend for CONFIG_XEN_VIRTIO_FORCE_GRANTJuergen Gross2022-10-071-0/+3
* xen/virtio: restructure xen grant dma setupJuergen Gross2022-10-071-25/+43
* xen/virtio: Fix potential deadlock when accessing xen_grant_dma_devicesOleksandr Tyshchenko2022-10-061-5/+19
* xen/virtio: Fix n_pages calculation in xen_grant_dma_map(unmap)_page()Oleksandr Tyshchenko2022-10-061-2/+3
* xen: don't require virtio with grants for non-PV guestsJuergen Gross2022-08-011-0/+10
* xen/grant-dma-ops: Retrieve the ID of backend's domain for DT devicesOleksandr Tyshchenko2022-06-061-7/+41
* xen/grant-dma-ops: Add option to restrict memory access under XenJuergen Gross2022-06-061-0/+312