summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* xen/pci: Make use of the helper macro LIST_HEAD()Cai Huoqing2022-02-101-1/+1
* arm/xen: Read extended regions from DT and init Xen resourceOleksandr Tyshchenko2022-01-061-1/+1
* xen/unpopulated-alloc: Add mechanism to use Xen resourceOleksandr Tyshchenko2022-01-061-4/+82
* xen/balloon: Bring alloc(free)_xenballooned_pages helpers backOleksandr Tyshchenko2022-01-061-11/+9
* xen/unpopulated-alloc: Drop check for virt_addr_valid() in fill_list()Oleksandr Tyshchenko2022-01-061-1/+0
* xen/gntdev: fix unmap notification orderOleksandr Andrushchenko2022-01-061-3/+3
* xen/console: harden hvc_xen against event channel stormsJuergen Gross2021-12-161-0/+6
* xen: detect uninitialized xenbus in xenbus_initStefano Stabellini2021-11-241-0/+23
* xen: flag pvcalls-front to be not essential for system bootJuergen Gross2021-11-231-0/+1
* xen: add "not_essential" flag to struct xenbus_driverJuergen Gross2021-11-231-11/+3
* xen: don't continue xenstore initialization in case of errorsStefano Stabellini2021-11-161-1/+3
* xen/privcmd: make option visible in KconfigJuergen Gross2021-11-161-1/+7
* Merge tag 'for-linus-5.16b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-1013-63/+219
|\