summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-30libxl: Add support for virtio-disk configurationreview/ioreq-v3Oleksandr Tyshchenko
2020-11-30libxl: Introduce basic virtio-mmio support on ArmJulien Grall
2020-11-30xen/arm: Add mapcache invalidation handlingOleksandr Tyshchenko
2020-11-30xen/ioreq: Make x86's send_invalidate_req() commonOleksandr Tyshchenko
2020-11-30xen/arm: io: Abstract sign-extensionOleksandr Tyshchenko
2020-11-30xen/dm: Introduce xendevicemodel_set_irq_level DM opJulien Grall
2020-11-30xen/ioreq: Introduce domain_has_ioreq_server()Oleksandr Tyshchenko
2020-11-30xen/mm: Handle properly reference in set_foreign_p2m_entry() on ArmOleksandr Tyshchenko
2020-11-30xen/arm: Stick around in leave_hypervisor_to_guest until I/O has completedOleksandr Tyshchenko
2020-11-30arm/ioreq: Introduce arch specific bits for IOREQ/DM featuresJulien Grall
2020-11-30xen/ioreq: Use guest_cmpxchg64() instead of cmpxchg()Oleksandr Tyshchenko
2020-11-30xen/ioreq: Remove "hvm" prefixes from involved function namesOleksandr Tyshchenko
2020-11-30xen/ioreq: Move x86's io_completion/io_req fields to struct vcpuOleksandr Tyshchenko
2020-11-30xen/mm: Make x86's XENMEM_resource_ioreq_server handling commonJulien Grall
2020-11-30xen/dm: Make x86's DM feature commonJulien Grall
2020-11-30xen/ioreq: Move x86's ioreq_server to struct domainOleksandr Tyshchenko
2020-11-30xen/ioreq: Make x86's hvm_ioreq_(page/vcpu/server) structs commonOleksandr Tyshchenko
2020-11-30xen/ioreq: Make x86's hvm_mmio_first(last)_byte() commonOleksandr Tyshchenko
2020-11-30xen/ioreq: Make x86's hvm_ioreq_needs_completion() commonOleksandr Tyshchenko
2020-11-30xen/ioreq: Make x86's IOREQ feature commonOleksandr Tyshchenko
2020-11-30x86/ioreq: Provide out-of-line wrapper for the handle_mmio()Oleksandr Tyshchenko
2020-11-30x86/ioreq: Add IOREQ_STATUS_* #define-s and update code for movingOleksandr Tyshchenko
2020-11-30x86/ioreq: Prepare IOREQ feature for making it commonOleksandr Tyshchenko
2020-11-27xen/pci: solve compilation error on ARM with HAS_PCI enabledRahul Singh
2020-11-27xen/pci: move x86 specific code to x86 directoryRahul Singh
2020-11-27iommu: stop calling IOMMU page tables 'p2m tables'Paul Durrant
2020-11-27iommu: remove the share_p2m operationPaul Durrant
2020-11-25evtchn: double per-channel locking can't hit identical channelsJan Beulich
2020-11-25mm: check for truncation in vmalloc_type()Jan Beulich
2020-11-25x86: replace open-coded occurrences of sizeof_field()...Paul Durrant
2020-11-25xen/include: import sizeof_field() macro from Linux stddef.hPaul Durrant
2020-11-25tools/libs: fix uninstall rule for header filesJan Beulich
2020-11-25xen/arm: Add workaround for Cortex-A55 erratum #1530923Bertrand Marquis
2020-11-24memory: fix off-by-one in XSA-346 changeJan Beulich
2020-11-24ns16550: drop stray "#ifdef CONFIG_HAS_PCI"Jan Beulich
2020-11-24ns16550: "com<N>=" command line options are x86-specificJan Beulich
2020-11-24ns16550: move PCI arrays next to the function using themJan Beulich
2020-11-24x86/DMI: fix table mapping when one lives above 1MbJan Beulich
2020-11-24x86/ACPI: fix mapping of FACSJan Beulich
2020-11-24x86/DMI: fix SMBIOS pointer range checkJan Beulich
2020-11-24xen/events: access last_priority and last_vcpu_id togetherJuergen Gross
2020-11-20amd-iommu: Fix Guest CR3 Table following c/s 3a7947b6901Andrew Cooper
2020-11-20AMD/IOMMU: avoid UB in guest CR3 retrievalJan Beulich
2020-11-20SVM: avoid UB in intercept mask definitionsJan Beulich
2020-11-20x86/nmi: avoid UB for P4-era watchdogsJan Beulich
2020-11-20lib: split _ctype[] into its own object, under lib/Jan Beulich
2020-11-19xen/arm: acpi: Allow Xen to boot with ACPI 5.1Julien Grall
2020-11-19xen/arm: gic: acpi: Use the correct length for the GICC structureJulien Grall
2020-11-19xen/arm: gic: acpi: Guard helpers to build the MADT with CONFIG_ACPIJulien Grall
2020-11-18automation/scripts/containerize: fix DOCKER_CMD=podmanEdwin Török