aboutsummaryrefslogtreecommitdiffstats
path: root/include/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-10xen/virtio: enable grant based virtio on x86Juergen Gross1-0/+6
2022-08-12x86/xen: Add support for HVMOP_set_evtchn_upcall_vectorJane Malalane2-0/+21
2022-08-01xen: don't require virtio with grants for non-PV guestsJuergen Gross2-8/+9
2022-08-01virtio: replace restricted mem access flag with callbackJuergen Gross1-2/+2
2022-06-06arm/xen: Assign xen-grant DMA ops for xen-grant DMA devicesOleksandr Tyshchenko1-1/+4
2022-06-06xen/grant-dma-ops: Retrieve the ID of backend's domain for DT devicesOleksandr Tyshchenko1-0/+5
2022-06-06xen/virtio: Enable restricted memory access using Xen grant mappingsJuergen Gross1-0/+8
2022-06-06xen/grant-dma-ops: Add option to restrict memory access under XenJuergen Gross1-0/+8
2022-06-06xen/grants: support allocating consecutive grantsJuergen Gross1-0/+4
2022-06-06arm/xen: Introduce xen_setup_dma_ops()Oleksandr Tyshchenko1-0/+15
2022-06-04Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-6/+3
2022-06-01xen: replace xen_remap() with memremap()Juergen Gross1-3/+0
2022-05-27xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross1-3/+3
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds4-30/+0
2022-05-19xen: sync xs_wire.h header with upstream xenStefano Stabellini1-4/+33
2022-05-19xen/xenbus: eliminate xenbus_grant_ring()Juergen Gross1-2/+0
2022-05-19xen/xenbus: add xenbus_setup_ring() service functionJuergen Gross1-0/+4
2022-05-19xen: update ring.hJuergen Gross1-5/+14
2022-05-19xen: update grant_table.hJuergen Gross2-63/+100
2022-05-19xen: update vscsiif.hJuergen Gross1-4/+129
2022-05-11swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on armChristoph Hellwig3-33/+0
2022-04-18swiotlb: merge swiotlb-xen initialization into swiotlbChristoph Hellwig2-3/+6
2022-03-15xen/grant-table: remove readonly parameter from functionsJuergen Gross1-3/+2
2022-03-15xen/grant-table: remove gnttab_*transfer*() functionsJuergen Gross1-8/+0
2022-03-07xen/gnttab: fix gnttab_end_foreign_access() without page specifiedJuergen Gross1-1/+6
2022-03-07xen: remove gnttab_query_foreign_access()Juergen Gross1-2/+0
2022-03-07xen/grant-table: add gnttab_try_end_foreign_access()Juergen Gross1-0/+12
2022-02-03xen: xenbus_dev.h: delete incorrect file nameRandy Dunlap1-2/+0
2022-01-12Merge tag 'for-linus-5.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-0/+22
2022-01-06xen/unpopulated-alloc: Add mechanism to use Xen resourceOleksandr Tyshchenko1-0/+2
2022-01-06xen/balloon: Bring alloc(free)_xenballooned_pages helpers backOleksandr Tyshchenko2-0/+17
2022-01-06xen/x86: obtain upper 32 bits of video frame buffer address for Dom0Jan Beulich1-0/+3
2022-01-03Merge 5.16-rc8 into usb-nextGreg Kroah-Hartman1-0/+1
2021-12-16xen/console: harden hvc_xen against event channel stormsJuergen Gross1-0/+1
2021-12-13usb: Add Xen pvUSB protocol descriptionJuergen Gross1-0/+405
2021-11-23xen: add "not_essential" flag to struct xenbus_driverJuergen Gross1-0/+1
2021-11-04xen/balloon: rename alloc/free_xenballooned_pagesJuergen Gross2-9/+0
2021-11-02xen: allow pv-only hypercalls only with CONFIG_XEN_PVJuergen Gross1-15/+0
2021-11-02xen-pciback: allow compiling on other archs than x86Oleksandr Andrushchenko1-0/+28
2021-11-02xen: fix wrong SPDX headers of Xen related headersJuergen Gross35-410/+36
2021-10-05xen/privcmd: drop "pages" parameter from xen_remap_pfn()Jan Beulich1-9/+6
2021-09-20swiotlb-xen: this is PV-only on x86Jan Beulich1-12/+0
2021-07-05xen: sync include/xen/interface/io/ring.h with Xen's newest versionJuergen Gross1-122/+156
2021-05-14xen/arm: move xen_swiotlb_detect to arm/swiotlb-xen.hStefano Stabellini1-1/+14
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-30/+0
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada3-30/+0
2021-05-04Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlbLinus Torvalds1-1/+2
2021-04-23xen/arm: introduce XENFEAT_direct_mapped and XENFEAT_not_direct_mappedStefano Stabellini3-0/+22
2021-04-23xen: Remove support for PV ACPI cpu/memory hotplugBoris Ostrovsky1-35/+0
2021-03-17xen-swiotlb: split xen_swiotlb_initChristoph Hellwig1-1/+2