summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2025-10-29xen/events: Update virq_to_irq on migrationJason Andryuk1-1/+12
2025-10-29xen/manage: Fix suspend error pathLukas Wunner1-1/+2
2025-10-29xen/events: Cleanup find_virq() return codesJason Andryuk1-3/+4
2025-08-28xen/gntdev: remove struct gntdev_copy_batch from stackJuergen Gross2-21/+54
2025-06-04xen/swiotlb: relax alignment requirementsJuergen Gross1-7/+11
2025-06-04xenbus: Allow PVH dom0 a non-local xenstoreJason Andryuk1-6/+8
2025-06-04xen: Add support for XenServer 6.1 platform deviceFrediano Ziglio1-0/+4
2025-06-04xenbus: Use kref to track req lifetimeJason Andryuk4-8/+23
2025-05-02xenfs/xensyms: respect hypervisor's "next" indicationJan Beulich1-2/+2
2024-12-14xen: Fix the issue of resource not being properly released in xenbus_dev_probe()Qiu-ji Chen1-1/+7
2024-10-17xen/swiotlb: add alignment check for dma buffersJuergen Gross1-0/+6
2024-04-13xen/events: close evtchn after mapping cleanupMaximilian Heyne1-3/+2
2024-02-23xen/gntdev: Fix the abuse of underlying struct page in DMA-buf importOleksandr Tyshchenko1-25/+25
2023-12-08swiotlb-xen: provide the "max_mapping_size" methodKeith Busch1-0/+1
2023-11-28xen/events: fix delayed eoi list handlingJuergen Gross1-1/+3
2023-11-20xen-pciback: Consider INTx disabled when MSI/MSI-X is enabledMarek Marczykowski-Górecki3-25/+23
2023-10-10xen/events: replace evtchn_rwlock with RCUJuergen Gross1-41/+46
2023-05-30xen/pvcalls-back: fix double frees with pvcalls_new_active_socket()Dan Carpenter1-5/+4
2023-05-17ACPI: processor: Fix evaluating _PDC method when running as Xen dom0Roger Pau Monne1-0/+20
2023-02-15fix "direction" argument of iov_iter_kvec()Al Viro1-4/+4
2023-01-14xen/privcmd: Fix a possible warning in privcmd_ioctl_mmap_resource()Harshit Mogalapalli1-1/+1
2022-12-02xen/platform-pci: add missing free_irq() in error pathruanjinjie1-2/+5
2022-12-02xen-pciback: Allow setting PCI_MSIX_FLAGS_MASKALL tooMarek Marczykowski-Górecki1-3/+6
2022-11-25xen/pcpu: fix possible memory leak in register_pcpu()Yang Yingliang1-1/+1
2022-11-03xen/gntdev: Prevent leaking grantsM. Vefa Bicakci1-5/+17
2022-11-03Xen/gntdev: don't ignore kernel unmapping errorJan Beulich1-0/+8
2022-10-30xen/gntdev: Accommodate VMA splittingM. Vefa Bicakci2-34/+27
2022-10-30xen: assume XENFEAT_gnttab_map_avail_bits being set for pv guestsJuergen Gross1-34/+2
2022-09-08xen/grants: prevent integer overflow in gnttab_dma_alloc_pages()Dan Carpenter1-0/+3
2022-08-31xen/privcmd: fix error exit of privcmd_ioctl_dm_op()Juergen Gross1-10/+11
2022-08-25xen/xenbus: fix return type in xenbus_file_read()Dan Carpenter1-2/+2
2022-07-29xen/gntdev: Ignore failure to unmap INVALID_GRANT_HANDLEDemi Marie Obenour1-1/+2
2022-07-07xen/gntdev: Avoid blocking in unmap_grant_pages()Demi Marie Obenour2-41/+106
2022-06-29x86/xen: Remove undefined behavior in setup_features()Julien Grall1-1/+1
2022-06-14xen: unexport __init-annotated xen_xlate_map_ballooned_pages()Masahiro Yamada1-1/+0
2022-03-11xen/gnttab: fix gnttab_end_foreign_access() without page specifiedJuergen Gross1-7/+29
2022-03-11xen/pvcalls: use alloc/free_pages_exact()Juergen Gross1-4/+4
2022-03-11xen: remove gnttab_query_foreign_access()Juergen Gross1-25/+0
2022-03-11xen/gntalloc: don't use gnttab_query_foreign_access()Juergen Gross1-18/+7
2022-03-11xen/grant-table: add gnttab_try_end_foreign_access()Juergen Gross1-2/+12
2022-03-11xen/xenbus: don't let xenbus_grant_ring() remove grants in error caseJuergen Gross1-13/+11
2022-01-27xen/gntdev: fix unmap notification orderOleksandr Andrushchenko1-3/+3
2021-12-01xen: detect uninitialized xenbus in xenbus_initStefano Stabellini1-0/+23
2021-12-01xen: don't continue xenstore initialization in case of errorsStefano Stabellini1-1/+3
2021-11-18xen-pciback: Fix return in pm_ctrl_init()YueHaibing1-1/+1
2021-11-18xen/balloon: add late_initcall_sync() for initial ballooning doneJuergen Gross1-23/+63
2021-10-13xen/balloon: fix cancelled balloon actionJuergen Gross1-6/+15
2021-10-13xen/privcmd: fix error handling in mmap-resource processingJan Beulich1-3/+4
2021-09-30xen/balloon: fix balloon kthread freezingJuergen Gross1-2/+2
2021-09-30xen/balloon: use a kernel thread instead a workqueueJuergen Gross1-17/+45