summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-15libxl: Add support for virtio-disk configurationreview/ioreq-v4Oleksandr Tyshchenko
2021-01-15libxl: Introduce basic virtio-mmio support on ArmJulien Grall
2021-01-15xen/arm: Add mapcache invalidation handlingOleksandr Tyshchenko
2021-01-15xen/ioreq: Make x86's send_invalidate_req() commonOleksandr Tyshchenko
2021-01-15xen/arm: io: Harden sign extension checkOleksandr Tyshchenko
2021-01-15xen/arm: io: Abstract sign-extensionOleksandr Tyshchenko
2021-01-15xen/dm: Introduce xendevicemodel_set_irq_level DM opJulien Grall
2021-01-15xen/ioreq: Introduce domain_has_ioreq_server()Oleksandr Tyshchenko
2021-01-15xen/mm: Handle properly reference in set_foreign_p2m_entry() on ArmOleksandr Tyshchenko
2021-01-15xen/arm: Stick around in leave_hypervisor_to_guest until I/O has completedOleksandr Tyshchenko
2021-01-15arm/ioreq: Introduce arch specific bits for IOREQ/DM featuresJulien Grall
2021-01-15xen/ioreq: Use guest_cmpxchg64() instead of cmpxchg()Oleksandr Tyshchenko
2021-01-15xen/ioreq: Remove "hvm" prefixes from involved function namesOleksandr Tyshchenko
2021-01-15xen/mm: Make x86's XENMEM_resource_ioreq_server handling commonJulien Grall
2021-01-15xen/ioreq: Move x86's io_completion/io_req fields to struct vcpuOleksandr Tyshchenko
2021-01-15xen/ioreq: Make x86's IOREQ related dm-op handling commonJulien Grall
2021-01-15xen/ioreq: Move x86's ioreq_server to struct domainOleksandr Tyshchenko
2021-01-15xen/ioreq: Make x86's hvm_ioreq_(page/vcpu/server) structs commonOleksandr Tyshchenko
2021-01-15xen/ioreq: Make x86's hvm_mmio_first(last)_byte() commonOleksandr Tyshchenko
2021-01-15xen/ioreq: Make x86's hvm_ioreq_needs_completion() commonOleksandr Tyshchenko
2021-01-15xen/ioreq: Make x86's IOREQ feature commonOleksandr Tyshchenko
2021-01-15x86/ioreq: Provide out-of-line wrapper for the handle_mmio()Oleksandr Tyshchenko
2021-01-15x86/ioreq: Add IOREQ_STATUS_* #define-s and update code for movingOleksandr Tyshchenko
2021-01-15x86/ioreq: Prepare IOREQ feature for making it commonOleksandr Tyshchenko
2021-01-14stubdom: fix tpm_versionOlaf Hering
2021-01-14tools/libxenstat: ensure strnlen() declaration is visibleJan Beulich
2021-01-14argo: don't pointlessly use get_domain_by_id()Jan Beulich
2021-01-14lib: drop (replace) debug_build()Jan Beulich
2021-01-14memory: avoid pointless continuation in xenmem_add_to_physmap()Jan Beulich
2021-01-13xen/arm: don't read aarch32 regs when aarch32 isn't availableStefano Stabellini
2021-01-13xen/arm: Correct the coding style of get_cyclesWei Chen
2021-01-13x86/mem_sharing: fix wrong field name used in 2c5119dTamas K Lengyel
2021-01-13tools: Move memshrtool from tests/ to misc/Andrew Cooper
2021-01-13tools: Move xen-access from tests/ to misc/Andrew Cooper
2021-01-13tools/tests: Drop obsolete running scriptsAndrew Cooper
2021-01-12xen/memory: Fix compat XENMEM_acquire_resource for size requestsAndrew Cooper
2021-01-12xen/memory: Introduce CONFIG_ARCH_ACQUIRE_RESOURCEAndrew Cooper
2021-01-11xen/serial: scif: Rework how the parameters are foundJulien Grall
2021-01-11iommu/arm: ipmmu-vmsa: Use 1U << 31 rather than 1 << 31Oleksandr Tyshchenko
2021-01-11xen/iommu: smmu: Use 1U << 31 rather than 1 << 31Julien Grall
2021-01-11x86/acpi: remove dead codeRoger Pau Monné
2021-01-11x86: drop fake CONFIG_{HPET,X86_PM}_TIMERJan Beulich
2021-01-11ACPI: replace casts by container_of()Jan Beulich
2021-01-11x86/ACPI: don't overwrite FADTJan Beulich
2021-01-11ACPI: reduce verbosity by defaultJan Beulich
2021-01-11evtchn: closing of vIRQ-s doesn't require looping over all vCPU-sJan Beulich
2021-01-11evtchn: don't call Xen consumer callback with per-channel lock heldJan Beulich
2021-01-11x86/PV: fold redundant calls to adjust_guest_l<N>e()Jan Beulich
2021-01-11x86/PV: consistently inline {,un}adjust_guest_l<N>e()Jan Beulich
2021-01-08xen/arm: do not read MVFR2 when is not definedStefano Stabellini