summaryrefslogtreecommitdiffstats
path: root/drivers/xen
AgeCommit message (Expand)AuthorLines
2022-06-07xen: unexport __init-annotated xen_xlate_map_ballooned_pages()Masahiro Yamada-1/+0
2022-06-06xen/grant-dma-ops: Retrieve the ID of backend's domain for DT devicesOleksandr Tyshchenko-7/+42
2022-06-06xen/grant-dma-iommu: Introduce stub IOMMU driverOleksandr Tyshchenko-0/+83
2022-06-06xen/virtio: Enable restricted memory access using Xen grant mappingsJuergen Gross-0/+11
2022-06-06xen/grant-dma-ops: Add option to restrict memory access under XenJuergen Gross-0/+317
2022-06-06xen/grants: support allocating consecutive grantsJuergen Gross-36/+215
2022-06-04Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-23/+20
2022-06-01xen: replace xen_remap() with memremap()Juergen Gross-7/+7
2022-05-27xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross-16/+13
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds-195/+36
2022-05-19xen: add support for initializing xenstore later as HVM domainLuca Miccio-20/+71
2022-05-19xen/xenbus: eliminate xenbus_grant_ring()Juergen Gross-46/+19
2022-05-19xen/xenbus: add xenbus_setup_ring() service functionJuergen Gross-0/+69
2022-05-19xen/shbuf: switch xen-front-pgdir-shbuf to use INVALID_GRANT_REFJuergen Gross-13/+5
2022-05-19xen/dmabuf: switch gntdev-dmabuf to use INVALID_GRANT_REFJuergen Gross-11/+2
2022-05-19xen/grant-table: never put a reserved grant on the free listJuergen Gross-0/+4
2022-05-19xen: update grant_table.hJuergen Gross-5/+3
2022-05-19xen/scsiback: use new command result macrosJuergen Gross-3/+79
2022-05-11swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on armChristoph Hellwig-65/+34
2022-04-20xen: Convert kmap() to kmap_local_page()Alaa Mohamed-2/+2
2022-04-18swiotlb: merge swiotlb-xen initialization into swiotlbChristoph Hellwig-127/+1
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig-2/+2
2022-04-18swiotlb: simplify swiotlb_max_segmentChristoph Hellwig-2/+0
2022-04-07xen/balloon: don't use PV mode extra memory for zone device allocationsJuergen Gross-64/+23
2022-03-25xen: don't hang when resuming PCI deviceJakub Kądziołka-2/+2
2022-03-15xen/grant-table: remove readonly parameter from functionsJuergen Gross-29/+22
2022-03-15xen/grant-table: remove gnttab_*transfer*() functionsJuergen Gross-111/+2
2022-03-10drivers/xen: use helper macro __ATTR_RWzhanglianjie-3/+2
2022-03-10xen: use time_is_before_eq_jiffies() instead of open coding itWang Qing-1/+2
2022-03-07xen/gnttab: fix gnttab_end_foreign_access() without page specifiedJuergen Gross-7/+29
2022-03-07xen/pvcalls: use alloc/free_pages_exact()Juergen Gross-4/+4
2022-03-07xen: remove gnttab_query_foreign_access()Juergen Gross-25/+0
2022-03-07xen/gntalloc: don't use gnttab_query_foreign_access()Juergen Gross-18/+7
2022-03-07xen/grant-table: add gnttab_try_end_foreign_access()Juergen Gross-2/+12
2022-03-07xen/xenbus: don't let xenbus_grant_ring() remove grants in error caseJuergen Gross-13/+11
2022-02-10xen/pci: Make use of the helper macro LIST_HEAD()Cai Huoqing-1/+1
2022-01-06arm/xen: Read extended regions from DT and init Xen resourceOleksandr Tyshchenko-1/+1
2022-01-06xen/unpopulated-alloc: Add mechanism to use Xen resourceOleksandr Tyshchenko-4/+82
2022-01-06xen/balloon: Bring alloc(free)_xenballooned_pages helpers backOleksandr Tyshchenko-11/+9
2022-01-06xen/unpopulated-alloc: Drop check for virt_addr_valid() in fill_list()Oleksandr Tyshchenko-1/+0
2022-01-06xen/gntdev: fix unmap notification orderOleksandr Andrushchenko-3/+3
2021-12-16xen/console: harden hvc_xen against event channel stormsJuergen Gross-0/+6
2021-11-24xen: detect uninitialized xenbus in xenbus_initStefano Stabellini-0/+23
2021-11-23xen: flag pvcalls-front to be not essential for system bootJuergen Gross-0/+1
2021-11-23xen: add "not_essential" flag to struct xenbus_driverJuergen Gross-11/+3
2021-11-16xen: don't continue xenstore initialization in case of errorsStefano Stabellini-1/+3
2021-11-16xen/privcmd: make option visible in KconfigJuergen Gross-1/+7
2021-11-10Merge tag 'for-linus-5.16b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-63/+219
2021-11-08xen/balloon: fix unused-variable warningArnd Bergmann-2/+3
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1