aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/grant-dma-ops.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan1-1/+1
2023-07-04xen/virtio: Fix NULL deref when a bridge of PCI root bus has no parentPetr Pavlu1-0/+2
2022-12-05xen/virtio: Handle PCI devices which Host controller is described in DTOleksandr Tyshchenko1-7/+39
2022-12-05xen/virtio: Optimize the setup of "xen-grant-dma" devicesOleksandr Tyshchenko1-49/+28
2022-10-14xen/virtio: Convert PAGE_SIZE/PAGE_SHIFT/PFN_UP to Xen counterpartsOleksandr Tyshchenko1-12/+12
2022-10-14xen/virtio: Handle cases when page offset > PAGE_SIZE properlyOleksandr Tyshchenko1-3/+6
2022-10-10xen/virtio: enable grant based virtio on x86Juergen Gross1-1/+11
2022-10-07xen/virtio: use dom0 as default backend for CONFIG_XEN_VIRTIO_FORCE_GRANTJuergen Gross1-0/+3
2022-10-07xen/virtio: restructure xen grant dma setupJuergen Gross1-25/+43
2022-10-06xen/virtio: Fix potential deadlock when accessing xen_grant_dma_devicesOleksandr Tyshchenko1-5/+19
2022-10-06xen/virtio: Fix n_pages calculation in xen_grant_dma_map(unmap)_page()Oleksandr Tyshchenko1-2/+3
2022-08-01xen: don't require virtio with grants for non-PV guestsJuergen Gross1-0/+10
2022-06-06xen/grant-dma-ops: Retrieve the ID of backend's domain for DT devicesOleksandr Tyshchenko1-7/+41
2022-06-06xen/grant-dma-ops: Add option to restrict memory access under XenJuergen Gross1-0/+312