summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-6.1-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-211-12/+15
|\
| * 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
* | Merge tag 'for-linus-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-125-74/+125
|\|
| * xen: Kconfig: Fix spelling mistake "Maxmium" -> "Maximum"Colin Ian King2022-10-121-1/+1
| * 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/gntdev: Accommodate VMA splittingM. Vefa Bicakci2022-10-062-34/+27
| * xen/gntdev: Prevent leaking grantsM. Vefa Bicakci2022-10-061-5/+17
| * 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/xenbus: Fix spelling mistake "hardward" -> "hardware"Colin Ian King2022-10-061-1/+1
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-1/+1
|\ \
| * | xen: use vma_lookup() in privcmd_ioctl_mmap()Liam R. Howlett2022-09-261-1/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-10-071-12/+0
|\ \ \ | |_|/ |/| |
| * | scsi: xen: Drop use of internal host codesMike Christie2022-09-061-12/+0
* | | Merge tag 'for-linus-6.0-rc7-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-09-231-3/+6
|\ \ \
| * | | xen/xenbus: fix xenbus_setup_ring()Juergen Gross2022-09-161-3/+6
* | | | Merge tag 'for-linus-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-09-031-0/+3
|\| | | | |_|/ |/| |
| * | xen/grants: prevent integer overflow in gnttab_dma_alloc_pages()Dan Carpenter2022-09-021-0/+3
* | | Merge tag 'for-linus-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-273-12/+13
|\| | | |/ |/|
| * xen/privcmd: fix error exit of privcmd_ioctl_dm_op()Juergen Gross2022-08-251-10/+11
| * xen: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-252-2/+2
* | Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-143-9/+50
|\|
| * xen/pciback: Fix comment typoJason Wang2022-08-121-1/+1
| * xen/xenbus: fix return type in xenbus_file_read()Dan Carpenter2022-08-121-2/+2
| * x86/xen: Add support for HVMOP_set_evtchn_upcall_vectorJane Malalane2022-08-121-6/+47
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-1/+1
|\ \
| * | mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
* | | Merge tag 'for-linus-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-044-3/+22
|\ \ \ | | |/ | |/|
| * | xen: don't require virtio with grants for non-PV guestsJuergen Gross2022-08-012-0/+19
| * | xen: Fix spelling mistakeZhang Jiaming2022-08-011-2/+2
| * | xen/manage: Use orderly_reboot() to rebootRoss Lagerwall2022-08-011-1/+1
* | | Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-011-3/+4
|\ \ \ | |/ / |/| |
| * | genirq: Add and use an irq_data_update_affinity helperSamuel Holland2022-07-071-3/+4
* | | xen/gntdev: Ignore failure to unmap INVALID_GRANT_HANDLEDemi Marie Obenour2022-07-111-2/+4
| |/ |/|
* | xen/gntdev: Avoid blocking in unmap_grant_pages()Demi Marie Obenour2022-06-232-51/+113
* | x86/xen: Remove undefined behavior in setup_features()Julien Grall2022-06-211-1/+1
|/
* xen: unexport __init-annotated xen_xlate_map_ballooned_pages()Masahiro Yamada2022-06-071-1/+0
* xen/grant-dma-ops: Retrieve the ID of backend's domain for DT devicesOleksandr Tyshchenko2022-06-062-7/+42
* xen/grant-dma-iommu: Introduce stub IOMMU driverOleksandr Tyshchenko2022-06-063-0/+83
* xen/virtio: Enable restricted memory access using Xen grant mappingsJuergen Gross2022-06-061-0/+11
* xen/grant-dma-ops: Add option to restrict memory access under XenJuergen Gross2022-06-063-0/+317
* xen/grants: support allocating consecutive grantsJuergen Gross2022-06-061-36/+215
* Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-047-23/+20
|\
| * xen: replace xen_remap() with memremap()Juergen Gross2022-06-012-7/+7
| * xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross2022-05-276-16/+13
* | Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds2022-05-251-195/+36
|\ \ | |/ |/|
| * swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on armChristoph Hellwig2022-05-111-65/+34