aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-03Merge tag 'for-linus-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+3
2022-09-02xen/grants: prevent integer overflow in gnttab_dma_alloc_pages()Dan Carpenter1-0/+3
2022-08-27Merge tag 'for-linus-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-12/+13
2022-08-25xen/privcmd: fix error exit of privcmd_ioctl_dm_op()Juergen Gross1-10/+11
2022-08-25xen: move from strlcpy with unused retval to strscpyWolfram Sang2-2/+2
2022-08-14Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-9/+50
2022-08-12xen/pciback: Fix comment typoJason Wang1-1/+1
2022-08-12xen/xenbus: fix return type in xenbus_file_read()Dan Carpenter1-2/+2
2022-08-12x86/xen: Add support for HVMOP_set_evtchn_upcall_vectorJane Malalane1-6/+47
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2022-08-04Merge tag 'for-linus-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds4-3/+22
2022-08-01Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+4
2022-08-01xen: don't require virtio with grants for non-PV guestsJuergen Gross2-0/+19
2022-08-01xen: Fix spelling mistakeZhang Jiaming1-2/+2
2022-08-01xen/manage: Use orderly_reboot() to rebootRoss Lagerwall1-1/+1
2022-07-11xen/gntdev: Ignore failure to unmap INVALID_GRANT_HANDLEDemi Marie Obenour1-2/+4
2022-07-07genirq: Add and use an irq_data_update_affinity helperSamuel Holland1-3/+4
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2022-06-23xen/gntdev: Avoid blocking in unmap_grant_pages()Demi Marie Obenour2-51/+113
2022-06-21x86/xen: Remove undefined behavior in setup_features()Julien Grall1-1/+1
2022-06-07xen: unexport __init-annotated xen_xlate_map_ballooned_pages()Masahiro Yamada1-1/+0
2022-06-06xen/grant-dma-ops: Retrieve the ID of backend's domain for DT devicesOleksandr Tyshchenko2-7/+42
2022-06-06xen/grant-dma-iommu: Introduce stub IOMMU driverOleksandr Tyshchenko3-0/+83
2022-06-06xen/virtio: Enable restricted memory access using Xen grant mappingsJuergen Gross1-0/+11
2022-06-06xen/grant-dma-ops: Add option to restrict memory access under XenJuergen Gross3-0/+317
2022-06-06xen/grants: support allocating consecutive grantsJuergen Gross1-36/+215
2022-06-04Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds7-23/+20
2022-06-01xen: replace xen_remap() with memremap()Juergen Gross2-7/+7
2022-05-27xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross6-16/+13
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-195/+36
2022-05-19xen: add support for initializing xenstore later as HVM domainLuca Miccio1-20/+71
2022-05-19xen/xenbus: eliminate xenbus_grant_ring()Juergen Gross1-46/+19
2022-05-19xen/xenbus: add xenbus_setup_ring() service functionJuergen Gross1-0/+69
2022-05-19xen/shbuf: switch xen-front-pgdir-shbuf to use INVALID_GRANT_REFJuergen Gross1-13/+5
2022-05-19xen/dmabuf: switch gntdev-dmabuf to use INVALID_GRANT_REFJuergen Gross1-11/+2
2022-05-19xen/grant-table: never put a reserved grant on the free listJuergen Gross1-0/+4
2022-05-19xen: update grant_table.hJuergen Gross1-5/+3
2022-05-19xen/scsiback: use new command result macrosJuergen Gross1-3/+79
2022-05-11swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on armChristoph Hellwig1-65/+34
2022-04-20xen: Convert kmap() to kmap_local_page()Alaa Mohamed1-2/+2
2022-04-18swiotlb: merge swiotlb-xen initialization into swiotlbChristoph Hellwig1-127/+1
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig1-2/+2
2022-04-18swiotlb: simplify swiotlb_max_segmentChristoph Hellwig1-2/+0
2022-04-07xen/balloon: don't use PV mode extra memory for zone device allocationsJuergen Gross2-64/+23
2022-03-25xen: don't hang when resuming PCI deviceJakub Kądziołka1-2/+2
2022-03-15xen/grant-table: remove readonly parameter from functionsJuergen Gross5-29/+22
2022-03-15xen/grant-table: remove gnttab_*transfer*() functionsJuergen Gross1-111/+2
2022-03-10drivers/xen: use helper macro __ATTR_RWzhanglianjie1-3/+2
2022-03-10xen: use time_is_before_eq_jiffies() instead of open coding itWang Qing1-1/+2
2022-03-07xen/gnttab: fix gnttab_end_foreign_access() without page specifiedJuergen Gross1-7/+29