summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)Author
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
2022-03-10xen: use time_is_before_eq_jiffies() instead of open coding itWang Qing
2022-03-07xen/gnttab: fix gnttab_end_foreign_access() without page specifiedJuergen Gross
2022-03-07xen/pvcalls: use alloc/free_pages_exact()Juergen Gross
2022-03-07xen: remove gnttab_query_foreign_access()Juergen Gross
2022-03-07xen/gntalloc: don't use gnttab_query_foreign_access()Juergen Gross
2022-03-07xen/grant-table: add gnttab_try_end_foreign_access()Juergen Gross
2022-03-07xen/xenbus: don't let xenbus_grant_ring() remove grants in error caseJuergen Gross
2022-02-10xen/pci: Make use of the helper macro LIST_HEAD()Cai Huoqing
2022-01-06arm/xen: Read extended regions from DT and init Xen resourceOleksandr Tyshchenko
2022-01-06xen/unpopulated-alloc: Add mechanism to use Xen resourceOleksandr Tyshchenko
2022-01-06xen/balloon: Bring alloc(free)_xenballooned_pages helpers backOleksandr Tyshchenko
2022-01-06xen/unpopulated-alloc: Drop check for virt_addr_valid() in fill_list()Oleksandr Tyshchenko
2022-01-06xen/gntdev: fix unmap notification orderOleksandr Andrushchenko
2021-12-16xen/console: harden hvc_xen against event channel stormsJuergen Gross
2021-11-24xen: detect uninitialized xenbus in xenbus_initStefano Stabellini
2021-11-23xen: flag pvcalls-front to be not essential for system bootJuergen Gross
2021-11-23xen: add "not_essential" flag to struct xenbus_driverJuergen Gross
2021-11-16xen: don't continue xenstore initialization in case of errorsStefano Stabellini
2021-11-16xen/privcmd: make option visible in KconfigJuergen Gross
2021-11-10Merge tag 'for-linus-5.16b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds