summaryrefslogtreecommitdiff
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
| * swiotlb: merge swiotlb-xen initialization into swiotlbChristoph Hellwig2022-04-181-127/+1
| * swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig2022-04-181-2/+2
| * swiotlb: simplify swiotlb_max_segmentChristoph Hellwig2022-04-181-2/+0
* | xen: add support for initializing xenstore later as HVM domainLuca Miccio2022-05-191-20/+71
* | xen/xenbus: eliminate xenbus_grant_ring()Juergen Gross2022-05-191-46/+19
* | xen/xenbus: add xenbus_setup_ring() service functionJuergen Gross2022-05-191-0/+69
* | xen/shbuf: switch xen-front-pgdir-shbuf to use INVALID_GRANT_REFJuergen Gross2022-05-191-13/+5
* | xen/dmabuf: switch gntdev-dmabuf to use INVALID_GRANT_REFJuergen Gross2022-05-191-11/+2
* | xen/grant-table: never put a reserved grant on the free listJuergen Gross2022-05-191-0/+4
* | xen: update grant_table.hJuergen Gross2022-05-191-5/+3
* | xen/scsiback: use new command result macrosJuergen Gross2022-05-191-3/+79
* | xen: Convert kmap() to kmap_local_page()Alaa Mohamed2022-04-201-2/+2
|/
* xen/balloon: don't use PV mode extra memory for zone device allocationsJuergen Gross2022-04-072-64/+23
* xen: don't hang when resuming PCI deviceJakub Kądziołka2022-03-251-2/+2
* xen/grant-table: remove readonly parameter from functionsJuergen Gross2022-03-155-29/+22
* xen/grant-table: remove gnttab_*transfer*() functionsJuergen Gross2022-03-151-111/+2
* drivers/xen: use helper macro __ATTR_RWzhanglianjie2022-03-101-3/+2
* xen: use time_is_before_eq_jiffies() instead of open coding itWang Qing2022-03-101-1/+2
* xen/gnttab: fix gnttab_end_foreign_access() without page specifiedJuergen Gross2022-03-071-7/+29
* xen/pvcalls: use alloc/free_pages_exact()Juergen Gross2022-03-071-4/+4
* xen: remove gnttab_query_foreign_access()Juergen Gross2022-03-071-25/+0
* xen/gntalloc: don't use gnttab_query_foreign_access()Juergen Gross2022-03-071-18/+7
* xen/grant-table: add gnttab_try_end_foreign_access()Juergen Gross2022-03-071-2/+12
* xen/xenbus: don't let xenbus_grant_ring() remove grants in error caseJuergen Gross2022-03-071-13/+11