summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)Author
2026-04-30xen/privcmd: fix double free via VMA splittingJuergen Gross
2026-04-30Buffer overflow in drivers/xen/sys-hypervisor.cJuergen Gross
2026-03-25xen/privcmd: add boot control for restricted usage in domUJuergen Gross
2026-03-25xen/privcmd: restrict usage in unprivileged domUJuergen Gross
2026-03-25xen/acpi-processor: fix _CST detection using undersized evaluation bufferDavid Thomson
2026-03-04xenbus: Use .freeze/.thaw to handle xenbus devicesJason Andryuk
2026-03-04xen/virtio: Don't use grant-dma-ops when running as Dom0Teddy Astie
2026-03-04xen/virtio: Handle PCI devices which Host controller is described in DTOleksandr Tyshchenko
2026-03-04xen/virtio: Optimize the setup of "xen-grant-dma" devicesOleksandr Tyshchenko
2026-02-06scsi: xen: scsiback: Fix potential memory leak in scsiback_remove()Abdun Nihaal
2026-02-06xen: make remove callback of xen driver void returnedDawei Li
2025-10-19xen/events: Update virq_to_irq on migrationJason Andryuk
2025-10-19xen/manage: Fix suspend error pathLukas Wunner
2025-10-19xen/events: Cleanup find_virq() return codesJason Andryuk
2025-08-15xen/gntdev: remove struct gntdev_copy_batch from stackJuergen Gross
2025-06-04xenbus: Allow PVH dom0 a non-local xenstoreJason Andryuk
2025-06-04xen: Add support for XenServer 6.1 platform deviceFrediano Ziglio
2025-05-18xenbus: Use kref to track req lifetimeJason Andryuk
2025-05-02xen: Change xen-acpi-processor dom0 dependencyJason Andryuk
2025-04-25Revert "Xen/swiotlb: mark xen_swiotlb_fixup() __init"Greg Kroah-Hartman
2025-04-25xenfs/xensyms: respect hypervisor's "next" indicationJan Beulich
2025-03-28Xen/swiotlb: mark xen_swiotlb_fixup() __initJan Beulich
2025-02-21xen/swiotlb: relax alignment requirementsJuergen Gross
2024-12-14xen: Fix the issue of resource not being properly released in xenbus_dev_probe()Qiu-ji Chen
2024-10-17xen/swiotlb: fix allocated sizeJuergen Gross
2024-10-17xen/swiotlb: add alignment check for dma buffersJuergen Gross
2024-06-12drivers/xen: Improve the late XenStore init protocolHenry Wang
2024-03-06xen/events: close evtchn after mapping cleanupMaximilian Heyne
2024-02-05xen/gntdev: Fix the abuse of underlying struct page in DMA-buf importOleksandr Tyshchenko
2023-12-08xen: simplify evtchn_do_upcall() call mazeJuergen Gross
2023-12-08xen: Allow platform PCI interrupt to be sharedDavid Woodhouse
2023-12-03swiotlb-xen: provide the "max_mapping_size" methodKeith Busch
2023-11-28xen/events: fix delayed eoi list handlingJuergen Gross
2023-11-20xen-pciback: Consider INTx disabled when MSI/MSI-X is enabledMarek Marczykowski-Górecki
2023-11-20xenbus: fix error exit in xenbus_init()Juergen Gross
2023-10-10xen/events: replace evtchn_rwlock with RCUJuergen Gross
2023-08-03xen: speed up grant-table reclaimDemi Marie Obenour
2023-08-03xenbus: check xen_domain in xenbus_probe_initcallStefano Stabellini
2023-05-30xen/pvcalls-back: fix double frees with pvcalls_new_active_socket()Dan Carpenter
2023-05-11ACPI: processor: Fix evaluating _PDC method when running as Xen dom0Roger Pau Monne
2023-03-10xen/grant-dma-iommu: Implement a dummy probe_device() callbackOleksandr Tyshchenko
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2023-02-09fix "direction" argument of iov_iter_kvec()Al Viro
2023-02-01xen/pvcalls: free active map buffer on pvcalls_front_free_mapOleksii Moisieiev
2022-12-31xen/privcmd: Fix a possible warning in privcmd_ioctl_mmap_resource()Harshit Mogalapalli
2022-11-16Merge tag 'for-linus-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-11-15xen/platform-pci: use define instead of literal numberJuergen Gross
2022-11-14xen/platform-pci: add missing free_irq() in error pathruanjinjie
2022-11-14xen-pciback: Allow setting PCI_MSIX_FLAGS_MASKALL tooMarek Marczykowski-Górecki
2022-11-14xen/pcpu: fix possible memory leak in register_pcpu()Yang Yingliang