summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)Author
2022-09-23Merge tag 'for-linus-6.0-rc7-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-09-16xen/xenbus: fix xenbus_setup_ring()Juergen Gross
2022-09-03Merge tag 'for-linus-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-09-02xen/grants: prevent integer overflow in gnttab_dma_alloc_pages()Dan Carpenter
2022-08-27Merge tag 'for-linus-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-08-25xen/privcmd: fix error exit of privcmd_ioctl_dm_op()Juergen Gross
2022-08-25xen: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-14Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-08-12xen/pciback: Fix comment typoJason Wang
2022-08-12xen/xenbus: fix return type in xenbus_file_read()Dan Carpenter
2022-08-12x86/xen: Add support for HVMOP_set_evtchn_upcall_vectorJane Malalane
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-04Merge tag 'for-linus-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-08-01Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-08-01xen: don't require virtio with grants for non-PV guestsJuergen Gross
2022-08-01xen: Fix spelling mistakeZhang Jiaming
2022-08-01xen/manage: Use orderly_reboot() to rebootRoss Lagerwall
2022-07-11xen/gntdev: Ignore failure to unmap INVALID_GRANT_HANDLEDemi Marie Obenour
2022-07-07genirq: Add and use an irq_data_update_affinity helperSamuel Holland
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin
2022-06-23xen/gntdev: Avoid blocking in unmap_grant_pages()Demi Marie Obenour
2022-06-21x86/xen: Remove undefined behavior in setup_features()Julien Grall
2022-06-07xen: unexport __init-annotated xen_xlate_map_ballooned_pages()Masahiro Yamada
2022-06-06xen/grant-dma-ops: Retrieve the ID of backend's domain for DT devicesOleksandr Tyshchenko
2022-06-06xen/grant-dma-iommu: Introduce stub IOMMU driverOleksandr Tyshchenko
2022-06-06xen/virtio: Enable restricted memory access using Xen grant mappingsJuergen Gross
2022-06-06xen/grant-dma-ops: Add option to restrict memory access under XenJuergen Gross
2022-06-06xen/grants: support allocating consecutive grantsJuergen Gross
2022-06-04Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-06-01xen: replace xen_remap() with memremap()Juergen Gross
2022-05-27xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds
2022-05-19xen: add support for initializing xenstore later as HVM domainLuca Miccio
2022-05-19xen/xenbus: eliminate xenbus_grant_ring()Juergen Gross
2022-05-19xen/xenbus: add xenbus_setup_ring() service functionJuergen Gross
2022-05-19xen/shbuf: switch xen-front-pgdir-shbuf to use INVALID_GRANT_REFJuergen Gross
2022-05-19xen/dmabuf: switch gntdev-dmabuf to use INVALID_GRANT_REFJuergen Gross
2022-05-19xen/grant-table: never put a reserved grant on the free listJuergen Gross
2022-05-19xen: update grant_table.hJuergen Gross
2022-05-19xen/scsiback: use new command result macrosJuergen Gross
2022-05-11swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on armChristoph Hellwig
2022-04-20xen: Convert kmap() to kmap_local_page()Alaa Mohamed
2022-04-18swiotlb: merge swiotlb-xen initialization into swiotlbChristoph Hellwig
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig
2022-04-18swiotlb: simplify swiotlb_max_segmentChristoph Hellwig
2022-04-07xen/balloon: don't use PV mode extra memory for zone device allocationsJuergen Gross
2022-03-25xen: don't hang when resuming PCI deviceJakub Kądziołka
2022-03-15xen/grant-table: remove readonly parameter from functionsJuergen Gross
2022-03-15xen/grant-table: remove gnttab_*transfer*() functionsJuergen Gross
2022-03-10drivers/xen: use helper macro __ATTR_RWzhanglianjie