xen-devel Mail Thread Index
- [PATCH v2] x86/hvm: vlapic: fix RO bits emulation in LVTx regs,
Grygorii Strashko
- [ImageBuilder][PATCH V2] uboot-script-gen: Add ability to configure static event channels,
Oleksandr Tyshchenko
- [PATCH v5] x86: make Viridian support optional,
Grygorii Strashko
- [PATCH] xen/arm: gicv3: initialize eSPI unconditionally,
Leonid Komarianskyi
- [XTF PATCH] x86: Remove Xen as a hard requirement to run XTF.,
Alejandro Vallejo
- [PATCH v3 00/18] system/physmem: Remove cpu_physical_memory _is_io() and _rw(),
Philippe Mathieu-Daudé
- [PATCH v3 01/18] docs/devel/loads-stores: Stop mentioning cpu_physical_memory_write_rom(),
Philippe Mathieu-Daudé
- [PATCH v3 02/18] system/memory: Better describe @plen argument of flatview_translate(),
Philippe Mathieu-Daudé
- [PATCH v3 03/18] system/memory: Factor address_space_is_io() out,
Philippe Mathieu-Daudé
- [PATCH v3 04/18] target/i386/arch_memory_mapping: Use address_space_memory_is_io(),
Philippe Mathieu-Daudé
- [PATCH v3 05/18] hw/s390x/sclp: Use address_space_memory_is_io() in sclp_service_call(),
Philippe Mathieu-Daudé
- [PATCH v3 06/18] system/physmem: Remove cpu_physical_memory_is_io(),
Philippe Mathieu-Daudé
- [PATCH v3 07/18] system/physmem: Pass address space argument to cpu_flush_icache_range(),
Philippe Mathieu-Daudé
- [PATCH v3 16/18] system/physmem: Remove legacy cpu_physical_memory_rw(),
Philippe Mathieu-Daudé
- [PATCH v3 17/18] hw/virtio/vhost: Replace legacy cpu_physical_memory_*map() calls,
Philippe Mathieu-Daudé
- [PATCH v3 14/18] system/physmem: Un-inline cpu_physical_memory_read/write(),
Philippe Mathieu-Daudé
- [PATCH v3 10/18] target/i386/whpx: Replace legacy cpu_physical_memory_rw() call,
Philippe Mathieu-Daudé
- [PATCH v3 15/18] system/physmem: Avoid cpu_physical_memory_rw when is_write is constant,
Philippe Mathieu-Daudé
- [PATCH v3 18/18] hw/virtio/virtio: Replace legacy cpu_physical_memory_map() call,
Philippe Mathieu-Daudé
- [PATCH v3 11/18] target/i386/kvm: Replace legacy cpu_physical_memory_rw() call,
Philippe Mathieu-Daudé
- [PATCH v3 13/18] hw/xen/hvm: Inline cpu_physical_memory_rw() in rw_phys_req_item(),
Philippe Mathieu-Daudé
- [PATCH v3 09/18] target/s390x/mmu: Replace [cpu_physical_memory -> address_space]_rw(),
Philippe Mathieu-Daudé
- [PATCH v3 08/18] hw/s390x/sclp: Replace [cpu_physical_memory -> address_space]_r/w(),
Philippe Mathieu-Daudé
- [PATCH v3 12/18] target/i386/nvmm: Inline cpu_physical_memory_rw() in nvmm_mem_callback,
Philippe Mathieu-Daudé
- [PATCH v2 00/12] x86/msr: Inline rdmsr/wrmsr instructions,
Juergen Gross
- [PATCH v2 00/17] system/physmem: Remove cpu_physical_memory _is_io() and _rw(),
Philippe Mathieu-Daudé
- [PATCH v2 01/17] docs/devel/loads-stores: Stop mentioning cpu_physical_memory_write_rom(),
Philippe Mathieu-Daudé
- [PATCH v2 02/17] system/memory: Better describe @plen argument of flatview_translate(),
Philippe Mathieu-Daudé
- [PATCH v2 03/17] system/memory: Factor address_space_is_io() out,
Philippe Mathieu-Daudé
- [PATCH v2 04/17] target/i386/arch_memory_mapping: Use address_space_memory_is_io(),
Philippe Mathieu-Daudé
- [PATCH v2 05/17] hw/s390x/sclp: Use address_space_memory_is_io() in sclp_service_call(),
Philippe Mathieu-Daudé
- [PATCH v2 06/17] system/physmem: Remove cpu_physical_memory_is_io(),
Philippe Mathieu-Daudé
- [PATCH v2 13/17] hw/xen/hvm: Inline cpu_physical_memory_rw() in rw_phys_req_item(),
Philippe Mathieu-Daudé
- [PATCH v2 15/17] system/physmem: Inline cpu_physical_memory_rw() and remove it,
Philippe Mathieu-Daudé
- [PATCH v2 14/17] system/physmem: Un-inline cpu_physical_memory_read/write(),
Philippe Mathieu-Daudé
- [PATCH v2 16/17] hw/virtio/vhost: Replace legacy cpu_physical_memory_*map() calls,
Philippe Mathieu-Daudé
- [PATCH v2 11/17] target/i386/kvm: Replace legacy cpu_physical_memory_rw() call,
Philippe Mathieu-Daudé
- [PATCH v2 08/17] hw/s390x/sclp: Replace [cpu_physical_memory -> address_space]_r/w(),
Philippe Mathieu-Daudé
- [PATCH v2 09/17] target/s390x/mmu: Replace [cpu_physical_memory -> address_space]_rw(),
Philippe Mathieu-Daudé
- [PATCH v2 07/17] system/physmem: Pass address space argument to cpu_flush_icache_range(),
Philippe Mathieu-Daudé
- [PATCH v2 10/17] target/i386/whpx: Replace legacy cpu_physical_memory_rw() call,
Philippe Mathieu-Daudé
- [PATCH v2 17/17] hw/virtio/virtio: Replace legacy cpu_physical_memory_map() call,
Philippe Mathieu-Daudé
- [PATCH v2 12/17] target/i386/nvmm: Inline cpu_physical_memory_rw() in nvmm_mem_callback,
Philippe Mathieu-Daudé
- [PATCH] arm/gic_v3: fix MISRA C R2.1 violations in gicv3_do_LPI(),
Dmytro Prokopchuk1
- [PATCH v4 0/2] arm: address violations of MISRA C Rule 2.1,
Dmytro Prokopchuk1
- [PATCH 00/15] system/physmem: Remove cpu_physical_memory _is_io() and _rw(),
Philippe Mathieu-Daudé
- [PATCH 01/15] docs/devel/loads-stores: Stop mentioning cpu_physical_memory_write_rom(),
Philippe Mathieu-Daudé
- [PATCH 02/15] system/memory: Factor address_space_memory_is_io() out,
Philippe Mathieu-Daudé
- [PATCH 03/15] target/i386/arch_memory_mapping: Use address_space_memory_is_io(),
Philippe Mathieu-Daudé
- [PATCH 04/15] hw/s390x/sclp: Use address_space_memory_is_io() in sclp_service_call(),
Philippe Mathieu-Daudé
- [PATCH 05/15] system/physmem: Remove cpu_physical_memory_is_io(),
Philippe Mathieu-Daudé
- [PATCH 06/15] system/physmem: Pass address space argument to cpu_flush_icache_range(),
Philippe Mathieu-Daudé
- [PATCH 07/15] target/s390x/mmu: Replace [cpu_physical_memory -> address_space]_rw(),
Philippe Mathieu-Daudé
- [PATCH 14/15] hw/virtio/vhost: Replace legacy cpu_physical_memory_*map() calls,
Philippe Mathieu-Daudé
- [PATCH 13/15] system/physmem: Inline cpu_physical_memory_rw() and remove it,
Philippe Mathieu-Daudé
- [PATCH 11/15] hw/xen/hvm: Inline cpu_physical_memory_rw() in rw_phys_req_item(),
Philippe Mathieu-Daudé
- [PATCH 08/15] target/i386/whpx: Replace legacy cpu_physical_memory_rw() call,
Philippe Mathieu-Daudé
- [PATCH 10/15] target/i386/nvmm: Inline cpu_physical_memory_rw() in nvmm_mem_callback,
Philippe Mathieu-Daudé
- [PATCH 12/15] system/physmem: Un-inline cpu_physical_memory_read/write(),
Philippe Mathieu-Daudé
- [PATCH 15/15] hw/virtio/virtio: Replace legacy cpu_physical_memory_map() call,
Philippe Mathieu-Daudé
- [PATCH 09/15] target/i386/kvm: Replace legacy cpu_physical_memory_rw() call,
Philippe Mathieu-Daudé
- [ImageBuilder] uboot-script-gen: Add ability to configure static event channels,
Oleksandr Tyshchenko
- Re: [PATCH v6 23/25] drm/xe: Compute dumb-buffer sizes with drm_mode_size_dumb(),
Lucas De Marchi
- [PATCH] x86/hap: Inline "flush_vcpu" in "flush_tlb",
Teddy Astie
- [XEN PATCH v2 0/8] Allow to build libxl and other tools with json-c instead of yajl,
Anthony PERARD
- [XEN PATCH v2 1/8] tools/configure: Introduce deps on json-c lib for libxl,
Anthony PERARD
- [XEN PATCH v2 2/8] libxl: Convert libxl__json_parse() to use json-c,
Anthony PERARD
- [XEN PATCH v2 3/8] libxl: convert libxl__json_object_to_yajl_gen to libxl__json_object_to_libjsonc_object,
Anthony PERARD
- [XEN PATCH v2 4/8] libxl: libxl__object_to_json() to json-c,
Anthony PERARD
- [XEN PATCH v2 6/8] tools/libxenstat: Use json-c when available,
Anthony PERARD
- [XEN PATCH v2 5/8] libxl: convert libxl__json_object_to_json() to json_object,
Anthony PERARD
- [XEN PATCH v2 7/8] configure: Use json-c by default, fallback to yajl,
Anthony PERARD
- [XEN PATCH v2 8/8] Update CHANGELOG and README with dependency on json-c,
Anthony PERARD
- Re: [XEN PATCH v2 0/8] Allow to build libxl and other tools with json-c instead of yajl,
Oleksii Kurochko
- Re: [PATCH 5/6] x86/paravirt: Switch MSR access pv_ops functions to instruction interfaces,
Juergen Gross
- Re: [XEN PATCH 06/11] libxl: convert libxl__json_object_to_yajl_gen to libxl__json_object_to_libjsonc_object,
Anthony PERARD
- [PATCH v2 0/4] Implement CPU hotplug on Arm,
Mykyta Poturai
- [PATCH for-4.21] vpci/msix: improve handling of bogus MSI-X capabilities,
Roger Pau Monne
- [PATCH v1 0/9] Remove DMA .map_page and .unmap_page callbacks,
Leon Romanovsky
- [PATCH v2] CHANGELOG.md: Update for 4.21 release cycle,
Oleksii Kurochko
- [GIT PULL] xen: branch for v6.18-rc1,
Juergen Gross
- [PATCH v12 0/3] Support hiding capability when its initialization fails,
Jiqian Chen
- [Question] Unexpected growth of nr_cpu in `credit` Xen scheduler?,
Igor Korkin
- [XEN][PATCH] x86/hvm: vlapic: fix RO bits emulation in LVTx regs,
Grygorii Strashko
- [XEN][PATCH] x86/hvm: mem_sharing: add dependency from CONFIG_INTEL_VMX,
Grygorii Strashko
- Re: [PATCH v2] misra: add deviation for MISRA C Rule 11.3,
Dmytro Prokopchuk1
- [PATCH v4] xen/arm, xen/common: Add Kconfig option to control Dom0 boot,
Oleksii Moisieiev
- [PATCH 0/2] x86: ERMS follow-on,
Jan Beulich
- [PATCH v2] misra: consider conversion from UL or (void*) to function pointer as safe,
Dmytro Prokopchuk1
- Re: [PATCH] Arm: tidy page_get_owner_and_nr_reference(),
Jan Beulich
- Ping: [PATCH] symbols: discard stray file symbols,
Jan Beulich
- [PATCH v3] arm: address violations of MISRA C Rule 2.1,
Dmytro Prokopchuk1
- [PATCH v3] xen/arm, xen/common: Add Kconfig option to control Dom0 boot,
Oleksii Moisieiev
- [PATCH for-4.21] x86/cpu: populate CPUID 0x1.edx features early for self-snoop detection,
Roger Pau Monne
[XEN][PATCH] x86/hvm: revise "cpu_has_vmx" usage for !CONFIG_INTEL_VMX case,
Grygorii Strashko
[PATCH] CHANGELOG.md: Update for 4.21 release cycle,
Oleksii Kurochko
[PATCH v1 0/8] Implement PCI device enumeration on Arm part 1,
Mykyta Poturai
[PATCH v4 0/7] Do not unparent in instance_finalize(),
Akihiko Odaki
[PATCH v3] xen/domain: introduce DOMID_ANY,
dmukhin
irt: [PATCH v2] xen/netfront: Fix TX response spurious interrupts,
Elliott Mitchell
Xen Summit 2025 - "Documentation Next Steps" design session notes,
Yann Sionneau
Xen Summit 2025 - "x86 Nested Virtualization - Project Plan" design session notes,
Yann Sionneau
Re: [PATCH v3 01/22] x86/include/asm/intel-txt.h: constants and accessors for TXT registers and heap,
Sergii Dmytruk
Re: [PATCH v3 05/22] x86/boot/slaunch-early: early TXT checks and boot data retrieval,
Sergii Dmytruk
Xen Summit 2025 - "Virtio Message challenges" design session,
Bertrand Marquis
[PATCH v10 0/8] amd-cppc CPU Performance Scaling Driver,
Penny Zheng
Re: [PATCH v3 06/22] xen/arch/x86: reserve TXT memory during Slaunch,
Sergii Dmytruk
[PATCH] MAINTAINERS: add myself as vPCI reviewer,
Stewart Hildebrand
Re: [PATCH v4 1/2] docs: fusa: Define the requirements for XEN_VERSION hypercall.,
Bertrand Marquis
Re: [PATCH v4 2/2] docs: fusa: Add the requirements for some of the commands of XEN_VERSION,
Bertrand Marquis
Re: domU suspend issue - freeze processes failed - Linux 6.16,
Marek Marczykowski-Górecki
[PATCH] xen: take system_transition_mutex on suspend,
Marek Marczykowski-Górecki
[PATCH v2] xen/domain: introduce DOMID_ANY,
dmukhin
[PATCH v4] x86: make Viridian support optional,
Grygorii Strashko
[XEN PATCH] automation/eclair: add new analysis jobs with differing configurations,
Nicola Vetrini
[PATCH 0/9] Remove DMA .map_page and .unmap_page callbacks,
Leon Romanovsky
Xen Summit 2025 - Design Discussion Notes - Xen ABI, second session,
Christopher Clark
[PATCH v4 0/6] Preparation to .map_page and .unmap_page removal,
Leon Romanovsky
[PATCH v1 0/4] Implement CPU hotplug on Arm,
Mykyta Poturai
[PATCH livepatch-build-tools] Treat constant sections as string sections,
Frediano Ziglio
[PATCH v4 00/18 for 4.22] xen/riscv: introduce p2m functionality,
Oleksii Kurochko
- [PATCH v4 01/18] xen/riscv: detect and initialize G-stage mode,
Oleksii Kurochko
- [PATCH v4 03/18] xen/riscv: introduce things necessary for p2m initialization,
Oleksii Kurochko
- [PATCH v4 02/18] xen/riscv: introduce VMID allocation and manegement,
Oleksii Kurochko
- [PATCH v4 04/18] xen/riscv: construct the P2M pages pool for guests,
Oleksii Kurochko
- [PATCH v4 05/18] xen/riscv: add root page table allocation,
Oleksii Kurochko
- [PATCH v4 06/18] xen/riscv: introduce pte_{set,get}_mfn(),
Oleksii Kurochko
- [PATCH v4 07/18] xen/riscv: add new p2m types and helper macros for type classification,
Oleksii Kurochko
- [PATCH v4 08/18] xen/dom0less: abstract Arm-specific p2m type name for device MMIO mappings,
Oleksii Kurochko
- [PATCH v4 09/18] xen/riscv: implement function to map memory in guest p2m,
Oleksii Kurochko
- [PATCH v4 10/18] xen/riscv: implement p2m_set_range(),
Oleksii Kurochko
- [PATCH v4 11/18] xen/riscv: Implement p2m_free_subtree() and related helpers,
Oleksii Kurochko
- [PATCH v4 12/18] xen/riscv: Implement p2m_pte_from_mfn() and support PBMT configuration,
Oleksii Kurochko
- [PATCH v4 13/18] xen/riscv: implement p2m_next_level(),
Oleksii Kurochko
- [PATCH v4 18/18] xen/riscv: introduce metadata table to store P2M type,
Oleksii Kurochko
- [PATCH v4 17/18] xen/riscv: add support of page lookup by GFN,
Oleksii Kurochko
- [PATCH v4 15/18] xen/riscv: implement put_page(),
Oleksii Kurochko
- [PATCH v4 14/18] xen/riscv: Implement superpage splitting for p2m mappings,
Oleksii Kurochko
- [PATCH v4 16/18] xen/riscv: implement mfn_valid() and page reference, ownership handling helpers,
Oleksii Kurochko
[RFC XEN PATCH] build: Require explicit .config update,
Anthony PERARD
Xen Summit 2025 - "Secure boot lockdown" design discussion notes,
Alex Brett
Xen Summit 2025 - "Follow up Xen Toolstack new design proposal" design session notes,
Alex Brett
Xen Summit 2025 - "feature tracking for releases" design session notes,
Alex Brett
[PATCH v2 00/21] paravirt: cleanup and reorg,
Juergen Gross
[PATCH v3 0/7] Do not unparent in instance_finalize(),
Akihiko Odaki
- [PATCH v3 5/7] hw/sd/sdhci: Do not unparent in instance_finalize(),
Akihiko Odaki
- [PATCH v3 6/7] vfio: Do not unparent in instance_finalize(),
Akihiko Odaki
- [PATCH v3 7/7] hw/xen: Do not unparent in instance_finalize(),
Akihiko Odaki
- [PATCH v3 2/7] vfio/pci: Do not unparent in instance_finalize(),
Akihiko Odaki
- [PATCH v3 1/7] docs/devel: Do not unparent in instance_finalize(),
Akihiko Odaki
- [PATCH v3 4/7] hv-balloon: hw/core/register: Do not unparent in instance_finalize(),
Akihiko Odaki
- [PATCH v3 3/7] hw/core/register: Do not unparent in instance_finalize(),
Akihiko Odaki
- Re: [PATCH v3 0/7] Do not unparent in instance_finalize(),
Daniel P. Berrangé
- Re: [PATCH v3 0/7] Do not unparent in instance_finalize(),
Peter Xu
- Re: [PATCH v3 0/7] Do not unparent in instance_finalize(),
Paolo Bonzini
Xen Summit 2025 - Design Discussion Notes - Xen ABI,
Alexander M. Merritt
[PATCH] xen/domain: introduce DOMID_ANY,
dmukhin
[XEN][PATCH v3] x86: make Viridian support optional,
Grygorii Strashko
[PATCH v2] misra: add deviation of Rule 2.1 for BUG() macro,
Dmytro Prokopchuk1
[XEN][PATCH 1/2] x86: hvm: vmx: fix runtime vmx presence check for !CONFIG_INTEL_VMX case,
Grygorii Strashko
[llvm coverage] Update LLVM profile raw format from v4 to v10,
Saman Dehghan
RE: Request for patch to fix boot loop issue in Xen 4.17.6,
Ngamia Djabiri Julie
Re: [PATCH v6 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation,
Thomas Zimmermann
Re: (subset) [RFC PATCH 1/3] efi-rtc: Remove wakeup functionality,
Alexandre Belloni
[PATCH v2] xen/arm: Reorder SCI resource cleanup in domain destruction,
Oleksii Moisieiev
[PATCH v2] xen/domctl: Fix double domid_free in XEN_DOMCTL_createdomain error path,
Oleksii Moisieiev
[PATCH] xen/domctl: Fix double domid_free in XEN_DOMCTL_createdomain error path,
Oleksii Moisieiev
[PATCH][for-4.21] xen/arm: Reorder SCI resource cleanup in domain destruction,
Oleksii Moisieiev
[RFC PATCH] xen/arm: Introduce GICV3 Self Tests,
Ayan Kumar Halder
[PATCH v4 0/8] CI: Add Debian Trixie,
Andrew Cooper
[PATCH v3] tools/libs: Use superpages where possible on migrate/resume,
Frediano Ziglio
[XEN][PATCH] x86: hvm: hypercall: use define instead of const in hvm_hypercall(),
Grygorii Strashko
[PATCH] xen/vm_event: introduce vm_event_is_enabled(),
Penny Zheng
[PATCH v3 0/5] CI: Add Debian Trixie,
Andrew Cooper
Code freeze is Fri Oct 03, 2025,
Oleksii Kurochko
[PATCH v2 0/2] libacpi: Fix memory corruption on ACPI CPU hotplug,
Alejandro Vallejo
WARN in xennet_disconnect_backend when frontend is paused during backend shutdown,
Marek Marczykowski-Górecki
[PATCH 0/2] libacpi: Fix memory corruption on ACPI CPU hotplug,
Alejandro Vallejo
[PATCH 0/3] efi: Shim LoadImage improvements,
Gerald Elder-Vass
[PATCH v3 0/4] xen/arm64: allow to make aarch32 el1 support optional,
Grygorii Strashko
[PATCH v3] releases: use newer compression methods for tarballs,
Jan Beulich
[XEN][PATCH] xen/arm: restrict cpu_up_send_sgi() to arm32,
Grygorii Strashko
[PATCH 00/14] paravirt: cleanup and reorg,
Juergen Gross
[PATCH v1] coverage: add missing include for macro,
victorm.lira
[PATCH v2 0/3] CI: Add Debian Trixie,
Andrew Cooper
[PATCH v2 3/3] CHANGELOG: Notes about distro changes in CI,
Andrew Cooper
domU reboot claim failed,
Jason Andryuk
Re: [PATCH 2/5] CI: Update ppc64 to use Debian Trixie,
Andrew Cooper
[PATCH] libacpi: Remove CPU hotplug and GPE handling from PVH DSDTs,
Alejandro Vallejo
[PATCH] CI: Switch the alpine containers to be non-root,
Andrew Cooper
Re: [PATCH v11 5/5] vpci/msix: Implement cleanup function for MSI-X,
Chen, Jiqian
Re: [PATCH v11 4/5] vpci/msi: Implement cleanup function for MSI,
Chen, Jiqian
Re: [PATCH v11 3/5] vpci/rebar: Implement cleanup function for Rebar,
Chen, Jiqian
Re: [PATCH 0/5] xen/vpci: miscellaneous fixes,
Chen, Jiqian
[PATCH v2 00/26] Disable domctl-op via CONFIG_MGMT_HYPERCALLS,
Penny Zheng
- [PATCH v2 01/26] xen/x86: move domctl.o out of PV_SHIM_EXCLUSIVE,
Penny Zheng
- [PATCH v2 02/26] xen/sysctl: replace CONFIG_SYSCTL with CONFIG_MGMT_DOMCTL,
Penny Zheng
- [PATCH v2 03/26] xen/x86: consolidate vram tracking support,
Penny Zheng
- [PATCH v2 05/26] xen/x86: make VM_EVENT depend on CONFIG_MGMT_HYPERCALLS,
Penny Zheng
- [PATCH v2 04/26] xen: consolidate CONFIG_VM_EVENT,
Penny Zheng
- [PATCH v2 07/26] xen/domctl: wrap domain_pause_by_systemcontroller() with MGMT_HYPERCALLS,
Penny Zheng
- [PATCH v2 06/26] xen/xsm: wrap xsm_vm_event_control() with CONFIG_VM_EVENT,
Penny Zheng
- [PATCH v2 09/26] xen/domctl: wrap domain_resume() with CONFIG_MGMT_HYPERCALLS,
Penny Zheng
- [PATCH v2 08/26] xen/domctl: wrap domain_soft_reset() with CONFIG_MGMT_HYPERCALLS,
Penny Zheng
- [PATCH v2 10/26] xen/domctl: wrap domain_kill() with CONFIG_MGMT_HYPERCALLS,
Penny Zheng
- [PATCH v2 25/26] xen/xsm: wrap xsm functions with CONFIG_MGMT_HYPERCALLS,
Penny Zheng
- [PATCH v2 20/26] xen/domctl: wrap iommu-related domctl op with CONFIG_MGMT_HYPERCALLS,
Penny Zheng
- [PATCH v2 23/26] xen/x86: make CONFIG_X86_PSR depend on CONFIG_MGMT_HYPERCALLS,
Penny Zheng
- [PATCH v2 11/26] xen/domctl: wrap domain_set_node_affinity() with CONFIG_MGMT_HYPERCALLS,
Penny Zheng
- [PATCH v2 15/26] xen/domctl: wrap xsm_{irq_permission,iomem_permission} with CONFIG_MGMT_HYPERCALLS,
Penny Zheng
- [PATCH v2 16/26] xen/domctl: wrap arch-specific domain_set_time_offset() with CONFIG_MGMT_HYPERCALLS,
Penny Zheng
- [PATCH v2 14/26] xen/domctl: wrap arch-specific arch_get_info_guest() with CONFIG_MGMT_HYPERCALLS,
Penny Zheng
- [PATCH v2 17/26] xen/domctl: wrap xsm_set_target() with CONFIG_MGMT_HYPERCALLS,
Penny Zheng
- [PATCH v2 26/26] xen/domctl: wrap common/domctl.c with CONFIG_MGMT_HYPERCALLS,
Penny Zheng
- [PATCH v2 12/26] xen/domctl: wrap vcpu_affinity_domctl() with CONFIG_MGMT_HYPERCALLS,
Penny Zheng
- [PATCH v2 18/26] xen/domctl: wrap xsm_getdomaininfo() with CONFIG_MGMT_HYPERCALLS,
Penny Zheng
- Re: [PATCH v2 18/26] xen/domctl: wrap xsm_getdomaininfo() with CONFIG_MGMT_HYPERCALLS,
Jan Beulich
- RE: [PATCH v2 18/26] xen/domctl: wrap xsm_getdomaininfo() with CONFIG_MGMT_HYPERCALLS,
Penny, Zheng
- Re: [PATCH v2 18/26] xen/domctl: wrap xsm_getdomaininfo() with CONFIG_MGMT_HYPERCALLS,
Jan Beulich
- RE: [PATCH v2 18/26] xen/domctl: wrap xsm_getdomaininfo() with CONFIG_MGMT_HYPERCALLS,
Penny, Zheng
- Re: [PATCH v2 18/26] xen/domctl: wrap xsm_getdomaininfo() with CONFIG_MGMT_HYPERCALLS,
Jan Beulich
- RE: [PATCH v2 18/26] xen/domctl: wrap xsm_getdomaininfo() with CONFIG_MGMT_HYPERCALLS,
Penny, Zheng
- Re: [PATCH v2 18/26] xen/domctl: wrap xsm_getdomaininfo() with CONFIG_MGMT_HYPERCALLS,
Jan Beulich
- RE: [PATCH v2 18/26] xen/domctl: wrap xsm_getdomaininfo() with CONFIG_MGMT_HYPERCALLS,
Penny, Zheng
- Re: [PATCH v2 18/26] xen/domctl: wrap xsm_getdomaininfo() with CONFIG_MGMT_HYPERCALLS,
Jan Beulich
- Re: [PATCH v2 18/26] xen/domctl: wrap xsm_getdomaininfo() with CONFIG_MGMT_HYPERCALLS,
Oleksii Kurochko
- RE: [PATCH v2 18/26] xen/domctl: wrap xsm_getdomaininfo() with CONFIG_MGMT_HYPERCALLS,
Stefano Stabellini
- Re: [PATCH v2 18/26] xen/domctl: wrap xsm_getdomaininfo() with CONFIG_MGMT_HYPERCALLS,
Jan Beulich
- Re: [PATCH v2 18/26] xen/domctl: wrap xsm_getdomaininfo() with CONFIG_MGMT_HYPERCALLS,
Stefano Stabellini
- Re: [PATCH v2 18/26] xen/domctl: wrap xsm_getdomaininfo() with CONFIG_MGMT_HYPERCALLS,
Stefano Stabellini
- [PATCH v2 22/26] xen/domctl: wrap arch_{get,set}_paging_mempool_size() with CONFIG_MGMT_HYPERCALLS,
Penny Zheng
- [PATCH v2 19/26] xen/domctl: wrap set_global_virq_handler() with CONFIG_MGMT_HYPERCALLS,
Penny Zheng
- [PATCH v2 21/26] xen/xsm: wrap xsm-iommu-related functions with CONFIG_MGMT_HYPERCALLS,
Penny Zheng
- [PATCH v2 13/26] xen/domctl: wrap sched_adjust() with CONFIG_MGMT_HYPERCALLS,
Penny Zheng
- [PATCH v2 24/26] xen/domctl: wrap arch-specific domctl-op with CONFIG_MGMT_HYPERCALLS,
Penny Zheng
[PATCH] CI: Create initrd fragments explicitly as root,
Andrew Cooper
[PATCH TEST-ARTEFACTS] Be explicit about root in scripts/alpine-rootfs.sh,
Andrew Cooper
[PATCH v5 0/2] efi: Support Shim LoadImage,
Gerald Elder-Vass
[PATCH v6 00/16] dma-mapping: migrate to physical address-based API,
Leon Romanovsky
- [PATCH v6 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory,
Leon Romanovsky
- [PATCH v6 03/16] dma-debug: refactor to use physical addresses for page mapping,
Leon Romanovsky
- [PATCH v6 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys,
Leon Romanovsky
- [PATCH v6 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link().,
Leon Romanovsky
- [PATCH v6 06/16] iommu/dma: implement DMA_ATTR_MMIO for iommu_dma_(un)map_phys(),
Leon Romanovsky
- [PATCH v6 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based,
Leon Romanovsky
- [PATCH v6 08/16] kmsan: convert kmsan_handle_dma to use physical addresses,
Leon Romanovsky
- [PATCH v6 15/16] block-dma: properly take MMIO path,
Leon Romanovsky
- [PATCH v6 13/16] mm/hmm: properly take MMIO path,
Leon Romanovsky
- [PATCH v6 10/16] xen: swiotlb: Open code map_resource callback,
Leon Romanovsky
- [PATCH v6 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys,
Leon Romanovsky
- [PATCH v6 12/16] mm/hmm: migrate to physical address-based DMA mapping API,
Leon Romanovsky
- [PATCH v6 14/16] block-dma: migrate to dma_map_phys instead of map_page,
Leon Romanovsky
- [PATCH v6 16/16] nvme-pci: unmap MMIO pages with appropriate interface,
Leon Romanovsky
- [PATCH v6 11/16] dma-mapping: export new dma_*map_phys() interface,
Leon Romanovsky
- [PATCH v6 09/16] dma-mapping: implement DMA_ATTR_MMIO for dma_(un)map_page_attrs(),
Leon Romanovsky
- Re: [PATCH v6 00/16] dma-mapping: migrate to physical address-based API,
Marek Szyprowski
Xen Security Advisory 474 v2 (CVE-2025-58146) - XAPI UTF-8 string handling,
Xen . org security team
Xen Security Advisory 473 v2 (CVE-2025-58144,CVE-2025-58145) - Arm issues with page refcounting,
Xen . org security team
Xen Security Advisory 472 v2 (CVE-2025-27466,CVE-2025-58142,CVE-2025-58143) - Mutiple vulnerabilities in the Viridian interface,
Xen . org security team
Re: [PATCH for-4.21 0/5] CI: Add Debian Trixie,
Marek Marczykowski-Górecki
Re: [PATCH v2 0/3] xenconsole: Add connection flag,
Jürgen Groß
[PATCH v8 00/12] Introduce eSPI support,
Leonid Komarianskyi
- [PATCH v8 01/12] xen/arm: gicv3: refactor obtaining GIC addresses for common operations,
Leonid Komarianskyi
- [PATCH v8 02/12] xen/arm: gic: implement helper functions for INTID checks,
Leonid Komarianskyi
- [PATCH v8 03/12] xen/arm: vgic: implement helper functions for virq checks,
Leonid Komarianskyi
- [PATCH v8 04/12] xen/arm/irq: add handling for IRQs in the eSPI range,
Leonid Komarianskyi
- [PATCH v8 05/12] xen/arm: gicv3: implement handling of GICv3.1 eSPI,
Leonid Komarianskyi
- [PATCH v8 06/12] xen/arm/irq: allow eSPI processing in the gic_interrupt function,
Leonid Komarianskyi
- [PATCH v8 09/12] xen/arm: domain_build/dom0less-build: adjust domains config to support eSPIs,
Leonid Komarianskyi
- [PATCH v8 12/12] CHANGELOG.md: add mention of GICv3.1 eSPI support,
Leonid Komarianskyi
- [PATCH v8 08/12] xen/arm: vgic: add resource management for extended SPIs,
Leonid Komarianskyi
- [PATCH v8 07/12] xen/arm: gicv3: modify ICH_LR_PHYSICAL_MASK to allow eSPI processing,
Leonid Komarianskyi
- [PATCH v8 10/12] xen/arm: vgic-v3: add emulation of GICv3.1 eSPI registers,
Leonid Komarianskyi
- [PATCH v8 11/12] doc/man: update description for nr_spis with eSPI,
Leonid Komarianskyi
[ImageBuilder] Use LOAD_CMD by default if not specified in load_file(),
Michal Orzel
[PATCH v7 00/16] x86: introduce NS16550-compatible UART emulator,
dmukhin
- [PATCH v7 01/16] emul/vuart: introduce framework for UART emulators,
dmukhin
- [PATCH v7 02/16] xen/8250-uart: update definitions,
dmukhin
- [PATCH v7 03/16] emul/ns16x50: implement emulator stub,
dmukhin
- [PATCH v7 04/16] emul/ns16x50: implement DLL/DLM registers,
dmukhin
- [PATCH v7 05/16] emul/ns16x50: implement SCR register,
dmukhin
- [PATCH v7 06/16] emul/ns16x50: implement IER/IIR registers,
dmukhin
- [PATCH v7 07/16] emul/ns16x50: implement LCR/LSR registers,
dmukhin
- [PATCH v7 08/16] emul/ns16x50: implement MCR/MSR registers,
dmukhin
- [PATCH v7 09/16] emul/ns16x50: implement RBR register,
dmukhin
- [PATCH v7 10/16] emul/ns16x50: implement THR register,
dmukhin
- [PATCH v7 11/16] emul/ns16x50: implement FCR register (write-only),
dmukhin
- [PATCH v7 12/16] emul/ns16550: implement dump_state() hook,
dmukhin
- [PATCH v7 13/16] emul/ns16x50: add Kconfig options,
dmukhin
- [PATCH v7 14/16] x86/domain: enable per-domain I/O port bitmaps,
dmukhin
- [PATCH v7 15/16] xen/domain: allocate d->irq_caps before arch-specific initialization,
dmukhin
- [PATCH v7 16/16] emul/ns16x50: implement IRQ emulation via vIOAPIC,
dmukhin
Re: [PATCH] libxl: except Dom0 from setting PoD target,
Anthony PERARD
Re: [PATCH] libxl: preserve errno in libxl__xcinfo2xlinfo(),
Anthony PERARD
Re: [PATCH] libxl: respect unset video_memkb for Dom0,
Anthony PERARD
[PATCH] symbols: fix xensyms_read() hitting the final "end" symbol,
Jan Beulich
[PATCH v2 0/7] Nesting support for lazy MMU mode,
Kevin Brodsky
- [PATCH v2 1/7] mm: remove arch_flush_lazy_mmu_mode(),
Kevin Brodsky
- [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
Kevin Brodsky
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
Yeoreum Yun
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
Andrew Morton
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
David Hildenbrand
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
Alexander Gordeev
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
David Hildenbrand
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
Alexander Gordeev
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
David Hildenbrand
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
Kevin Brodsky
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
Kevin Brodsky
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
David Hildenbrand
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
Kevin Brodsky
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
David Hildenbrand
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
Kevin Brodsky
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
David Hildenbrand
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
Kevin Brodsky
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
David Hildenbrand
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
Kevin Brodsky
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
David Hildenbrand
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
Alexander Gordeev
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
David Hildenbrand
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
Alexander Gordeev
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
David Hildenbrand
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
Alexander Gordeev
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
David Hildenbrand
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
Kevin Brodsky
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
Alexander Gordeev
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
Kevin Brodsky
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
Alexander Gordeev
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
Kevin Brodsky
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
Juergen Gross
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
Kevin Brodsky
- Re: [PATCH v2 2/7] mm: introduce local state for lazy_mmu sections,
Jürgen Groß
- [PATCH v2 3/7] arm64: mm: fully support nested lazy_mmu sections,
Kevin Brodsky
- [PATCH v2 4/7] x86/xen: support nested lazy_mmu sections (again),
Kevin Brodsky
- [PATCH v2 5/7] powerpc/mm: support nested lazy_mmu sections,
Kevin Brodsky
- [PATCH v2 6/7] sparc/mm: support nested lazy_mmu sections,
Kevin Brodsky
- [PATCH v2 7/7] mm: update lazy_mmu documentation,
Kevin Brodsky
- Re: [PATCH v2 0/7] Nesting support for lazy MMU mode,
Lorenzo Stoakes
- Re: [PATCH v2 0/7] Nesting support for lazy MMU mode,
Andrew Morton
[PATCH v3 0/7] NUMA: Add per-node domain-memory claims,
Bernhard Kaindl
Re: [PATCH v3 8/9] SUPPORT.md: add xenstorepvh-stubdom live update,
Juergen Gross
[PATCH v6 00/15] x86: introduce NS16550-compatible UART emulator,
dmukhin
- [PATCH v6 01/15] emul/vuart: introduce framework for UART emulators,
dmukhin
- [PATCH v6 02/15] xen/8250-uart: update definitions,
dmukhin
- [PATCH v6 03/15] emul/ns16x50: implement emulator stub,
dmukhin
- [PATCH v6 04/15] emul/ns16x50: implement DLL/DLM registers,
dmukhin
- [PATCH v6 05/15] emul/ns16x50: implement SCR register,
dmukhin
- [PATCH v6 06/15] emul/ns16x50: implement IER/IIR registers,
dmukhin
- [PATCH v6 07/15] emul/ns16x50: implement LCR/LSR registers,
dmukhin
- [PATCH v6 08/15] emul/ns16x50: implement MCR/MSR registers,
dmukhin
- [PATCH v6 09/15] emul/ns16x50: implement RBR register,
dmukhin
- [PATCH v6 10/15] emul/ns16x50: implement THR register,
dmukhin
- [PATCH v6 11/15] emul/ns16x50: implement FCR register (write-only),
dmukhin
- [PATCH v6 12/15] emul/ns16550: implement dump_state() hook,
dmukhin
- [PATCH v6 13/15] x86/domain: enable per-domain I/O port bitmaps,
dmukhin
- [PATCH v6 14/15] xen/domain: allocate d->irq_caps before arch-specific initialization,
dmukhin
- [PATCH v6 15/15] emul/ns16x50: implement IRQ emulation via vIOAPIC,
dmukhin
- Re: [PATCH v6 00/15] x86: introduce NS16550-compatible UART emulator,
dmukhin
- Re: [PATCH v6 00/15] x86: introduce NS16550-compatible UART emulator,
Stefano Stabellini
Re: [PATCH v5 15/15] emul/ns16x50: implement IRQ emulation via vIOAPIC,
dmukhin
Re: [PATCH v5 14/15] xen/domain: allocate d->irq_caps before arch-specific initialization,
dmukhin
Re: [PATCH v5 13/15] x86/domain: enable per-domain I/O port bitmaps,
dmukhin
Re: [PATCH v5 07/15] emul/ns16x50: implement FCR register (write-only),
dmukhin
Re: [PATCH v5 06/15] emul/ns16x50: implement THR/RBR registers,
dmukhin
Re: [PATCH v5 05/15] emul/ns16x50: implement EIR/IIR registers,
dmukhin
[PATCH] x86/mcheck: allow varying bank counts per CPU,
Soham Dandapat
Re: [PATCH v4 03/16] dma-debug: refactor to use physical addresses for page mapping,
Marek Szyprowski
[REMINDER] Avoid automatic warning banners in xen-devel emails,
Cody Zuschlag
[PATCH v4 1/2] efi: Add a function to check if Secure Boot mode is enabled,
Gerald Elder-Vass
[PATCH v4 2/2] efi: Support using Shim's LoadImage protocol,
Gerald Elder-Vass
[PATCH v3 0/2] efi: Support Shim LoadImage,
Gerald Elder-Vass
Differentiating "For experts only" and "Not security supported" in Kconfig,
Demi Marie Obenour
Re: [PATCH] symbols: discard stray file symbols,
Jason Andryuk
[PATCH] x86/apic: Avoid infinite loop in io_apic_level_ack_pending(),
Jason Andryuk
Re: [PATCH v8 0/8] arm64: entry: Convert to generic irq entry,
Catalin Marinas
Re: [PATCH v2 3/4] xen/arm64: allow to make aarch32 support optional,
Grygorii Strashko
Re: [PATCH v2 1/4] xen/arm: split set_domain_type() between arm64/arm32,
Grygorii Strashko
[PATCH v7 00/12] Introduce eSPI support,
Leonid Komarianskyi
- [PATCH v7 01/12] xen/arm: gicv3: refactor obtaining GIC addresses for common operations,
Leonid Komarianskyi
- [PATCH v7 02/12] xen/arm: gic: implement helper functions for INTID checks,
Leonid Komarianskyi
- [PATCH v7 03/12] xen/arm: vgic: implement helper functions for virq checks,
Leonid Komarianskyi
- [PATCH v7 04/12] xen/arm/irq: add handling for IRQs in the eSPI range,
Leonid Komarianskyi
- [PATCH v7 05/12] xen/arm: gicv3: implement handling of GICv3.1 eSPI,
Leonid Komarianskyi
- [PATCH v7 06/12] xen/arm/irq: allow eSPI processing in the gic_interrupt function,
Leonid Komarianskyi
- [PATCH v7 08/12] xen/arm: vgic: add resource management for extended SPIs,
Leonid Komarianskyi
- [PATCH v7 09/12] xen/arm: domain_build/dom0less-build: adjust domains config to support eSPIs,
Leonid Komarianskyi
- [PATCH v7 12/12] CHANGELOG.md: add mention of GICv3.1 eSPI support,
Leonid Komarianskyi
- [PATCH v7 10/12] xen/arm: vgic-v3: add emulation of GICv3.1 eSPI registers,
Leonid Komarianskyi
- [PATCH v7 11/12] doc/man: update description for nr_spis with eSPI,
Leonid Komarianskyi
- [PATCH v7 07/12] xen/arm: gicv3: modify ICH_LR_PHYSICAL_MASK to allow eSPI processing,
Leonid Komarianskyi
- Re: [PATCH v7 00/12] Introduce eSPI support,
Stefano Stabellini
[PATCH] docs/xentop: Add documentation for physical CPU monitoring feature,
Jahan Murudi
Re: New Defects reported by Coverity Scan for XenProject,
Jan Beulich
[PATCH v9 0/4] xen/arm: scmi: introduce SCI SCMI SMC single-agent support,
Oleksii Moisieiev
Re: [PATCH v17 3/4] tools/tests: introduce unit tests for domain ID allocator,
Anthony PERARD
[PATCH] xen/manage: Fix suspend error path,
Lukas Wunner
[PATCH 0/7] Nesting support for lazy MMU mode,
Kevin Brodsky
[PATCH v2] Strip build path directories in tools and hypervisor,
Marek Marczykowski-Górecki
[PATCH v9 0/8] amd-cppc CPU Performance Scaling Driver,
Penny Zheng
[PATCH v9 2/8] xen/cpufreq: implement amd-cppc driver for CPPC in passive mode,
Penny Zheng
[PATCH v9 4/8] xen/cpufreq: get performance policy from governor set via xenpm,
Penny Zheng
[PATCH v9 3/8] xen/cpufreq: implement amd-cppc-epp driver for CPPC in active mode,
Penny Zheng
[PATCH v9 6/8] xen/cpufreq: bypass governor-related para for amd-cppc-epp,
Penny Zheng
[PATCH v9 5/8] tools/cpufreq: extract CPPC para from cpufreq para,
Penny Zheng
[PATCH v9 8/8] CHANGELOG.md: add amd-cppc/amd-cppc-epp cpufreq driver support,
Penny Zheng
[PATCH v9 7/8] xen/cpufreq: Adapt SET/GET_CPUFREQ_CPPC xen_sysctl_pm_op for amd-cppc driver,
Penny Zheng
Re: [PATCH v9 0/8] amd-cppc CPU Performance Scaling Driver,
Jan Beulich
Re: [PATCH v17 0/4] xen/domain: domain ID allocation,
Stefano Stabellini
[PATCH v2] xen/arm: smmuv3: Add cache maintenance for non-coherent SMMU queues,
Dmytro Firsov
Xen Summit Updates,
Cody Zuschlag
Re: xen | Failed pipeline for staging-4.18 | 51190865,
Jan Beulich
Re: xen | Failed pipeline for staging-4.19 | dabd7193,
Jan Beulich
[ANNOUNCE] Call for agenda items for September 4, 2025 Community Call @ 15:00 UTC,
Cody Zuschlag
[PATCH] build: avoid absolute paths in executables,
Jan Beulich
[PATCH v6 00/12] Introduce eSPI support,
Leonid Komarianskyi
- [PATCH v6 01/12] xen/arm: gicv3: refactor obtaining GIC addresses for common operations,
Leonid Komarianskyi
- [PATCH v6 02/12] xen/arm: gic: implement helper functions for INTID checks,
Leonid Komarianskyi
- [PATCH v6 03/12] xen/arm: vgic: implement helper functions for virq checks,
Leonid Komarianskyi
- [PATCH v6 04/12] xen/arm/irq: add handling for IRQs in the eSPI range,
Leonid Komarianskyi
- [PATCH v6 05/12] xen/arm: gicv3: implement handling of GICv3.1 eSPI,
Leonid Komarianskyi
- [PATCH v6 06/12] xen/arm/irq: allow eSPI processing in the gic_interrupt function,
Leonid Komarianskyi
- [PATCH v6 09/12] xen/arm: domain_build/dom0less-build: adjust domains config to support eSPIs,
Leonid Komarianskyi
- [PATCH v6 11/12] doc/man: update description for nr_spis with eSPI,
Leonid Komarianskyi
- [PATCH v6 10/12] xen/arm: vgic-v3: add emulation of GICv3.1 eSPI registers,
Leonid Komarianskyi
- [PATCH v6 07/12] xen/arm: gicv3: modify ICH_LR_PHYSICAL_MASK to allow eSPI processing,
Leonid Komarianskyi
- [PATCH v6 08/12] xen/arm: vgic: add resource management for extended SPIs,
Leonid Komarianskyi
- [PATCH v6 12/12] CHANGELOG.md: add mention of GICv3.1 eSPI support,
Leonid Komarianskyi
[PATCH v8 0/4] xen/arm: scmi: introduce SCI SCMI SMC single-agent support,
Oleksii Moisieiev
[PATCH v4 0/4] xentop: add physical CPU usage support,
Jahan Murudi
[PATCH 0/2] x86/IO-APIC: remove dead / unreachable code,
Jan Beulich
RE: [PATCH v8 1/8] xen/cpufreq: introduce new sub-hypercall to propagate CPPC data,
Penny, Zheng
RE: [PATCH v8 0/8] amd-cppc CPU Performance Scaling Driver,
Penny, Zheng
RE: [PATCH v8 8/8] xen/cpufreq: Adapt SET/GET_CPUFREQ_CPPC xen_sysctl_pm_op for amd-cppc driver,
Penny, Zheng
[PATCH] xen/arm: irq: Use appropriate priority for SGIs in setup_irq(),
Mykola Kvach
[PATCH v1] automation: edit pipeline to prevent running non-selected jobs,
victorm.lira
Domctl series as a fix to PV_SHIM_EXCLUSIVE, was: [PATCH] xen/x86: move domctl.o out of PV_SHIM_EXCLUSIVE,
Stefano Stabellini
Re: [PATCH v4 14/16] block-dma: migrate to dma_map_phys instead of map_page,
Marek Szyprowski
Re: Consider changing CONFIG_ACPI default on ARM?,
Paul Leiber
[PATCH v1 1/2] automation: call expect script with redirected standard error,
victorm.lira
Re: [PATCH v5 09/12] xen/arm: domain_build/dom0less-build: adjust domains config to support eSPIs,
Julien Grall
Re: [PATCH v2] releases: use newer compression methods for tarballs,
Andrew Cooper
[ardb:x86-startup-confine-v7] [x86/boot] 7d40dc256f: BUG:kernel_reboot-without-warning_in_test_stage,
kernel test robot
[PATCH 1/2] Tidy up .gitignore,
Andrew Cooper
[PATCH v5 00/16] dma-mapping: migrate to physical address-based API,
Leon Romanovsky
- [PATCH v5 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link().,
Leon Romanovsky
- [PATCH v5 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory,
Leon Romanovsky
- [PATCH v5 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys,
Leon Romanovsky
- [PATCH v5 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys,
Leon Romanovsky
- [PATCH v5 03/16] dma-debug: refactor to use physical addresses for page mapping,
Leon Romanovsky
- [PATCH v5 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based,
Leon Romanovsky
- [PATCH v5 08/16] kmsan: convert kmsan_handle_dma to use physical addresses,
Leon Romanovsky
- [PATCH v5 16/16] nvme-pci: unmap MMIO pages with appropriate interface,
Leon Romanovsky
- [PATCH v5 12/16] mm/hmm: migrate to physical address-based DMA mapping API,
Leon Romanovsky
- [PATCH v5 10/16] xen: swiotlb: Open code map_resource callback,
Leon Romanovsky
- [PATCH v5 13/16] mm/hmm: properly take MMIO path,
Leon Romanovsky
- [PATCH v5 11/16] dma-mapping: export new dma_*map_phys() interface,
Leon Romanovsky
- [PATCH v5 14/16] block-dma: migrate to dma_map_phys instead of map_page,
Leon Romanovsky
- [PATCH v5 15/16] block-dma: properly take MMIO path,
Leon Romanovsky
- [PATCH v5 06/16] iommu/dma: implement DMA_ATTR_MMIO for iommu_dma_(un)map_phys(),
Leon Romanovsky
- [PATCH v5 09/16] dma-mapping: implement DMA_ATTR_MMIO for dma_(un)map_page_attrs(),
Leon Romanovsky
[XEN PATCH v2] efi: Use Shim's LoadImage to verify the Dom0 kernel,
Gerald Elder-Vass
Re: [PATCH v5 07/12] xen/arm: gicv3: modify ICH_LR_PHYSICAL_MASK to allow eSPI processing,
Julien Grall
Re: [PATCH v5 06/12] xen/arm/irq: allow eSPI processing in the gic_interrupt function,
Julien Grall
Re: [PATCH v3 3/3] xen/events: Update virq_to_irq on migration,
Juergen Gross
Re: [PATCH v3 2/3] xen/events: Return -EEXIST for bound VIRQs,
Juergen Gross
Re: [RFC PATCH 0/7] accel: Add per-accelerator vCPUs queue,
Philippe Mathieu-Daudé
Re: [RESEND PATCH v2 2/3] hvmloader: Update to SMBIOS 2.6,
Jan Beulich
[PATCH v2] tools/libs: Use superpages where possible on migrate/resume,
Frediano Ziglio
issue with dom0_pvh on Xen 4.20,
Manuel Bouyer
- Re: issue with dom0_pvh on Xen 4.20,
Andrew Cooper
- Re: issue with dom0_pvh on Xen 4.20,
Manuel Bouyer
- Re: issue with dom0_pvh on Xen 4.20,
Andrew Cooper
- Re: issue with dom0_pvh on Xen 4.20,
Manuel Bouyer
- Re: issue with dom0_pvh on Xen 4.20,
Andrew Cooper
- Re: issue with dom0_pvh on Xen 4.20,
Manuel Bouyer
- Re: issue with dom0_pvh on Xen 4.20,
Andrew Cooper
- Re: issue with dom0_pvh on Xen 4.20,
Andrew Cooper
- Re: issue with dom0_pvh on Xen 4.20,
Manuel Bouyer
- Re: issue with dom0_pvh on Xen 4.20,
Jan Beulich
- Re: issue with dom0_pvh on Xen 4.20,
Manuel Bouyer
- Re: issue with dom0_pvh on Xen 4.20,
Jan Beulich
- Re: issue with dom0_pvh on Xen 4.20,
Juergen Gross
- Re: issue with dom0_pvh on Xen 4.20,
Juergen Gross
- Re: issue with dom0_pvh on Xen 4.20,
Manuel Bouyer
- Re: issue with dom0_pvh on Xen 4.20,
Manuel Bouyer
- Re: issue with dom0_pvh on Xen 4.20,
Jan Beulich
- Re: issue with dom0_pvh on Xen 4.20,
Manuel Bouyer
- Re: issue with dom0_pvh on Xen 4.20,
Jan Beulich
- Re: issue with dom0_pvh on Xen 4.20,
Manuel Bouyer
- Re: issue with dom0_pvh on Xen 4.20,
Manuel Bouyer
- Re: issue with dom0_pvh on Xen 4.20,
Andrew Cooper
- Re: issue with dom0_pvh on Xen 4.20,
Manuel Bouyer
- Re: issue with dom0_pvh on Xen 4.20,
Jan Beulich
- Re: issue with dom0_pvh on Xen 4.20,
Manuel Bouyer
- Re: issue with dom0_pvh on Xen 4.20,
Jan Beulich
- Re: issue with dom0_pvh on Xen 4.20,
Manuel Bouyer
- Re: issue with dom0_pvh on Xen 4.20,
Manuel Bouyer
[PATCH V2] xen/arm: dm: Drop XEN_DMOP_get_ioreq_server_info from supported,
Oleksandr Tyshchenko
[PATCH v5.10.y] xen: replace xen_remap() with memremap(),
Teddy Astie
[PATCH v13 0/4] Enable guest suspend/resume support on ARM via vPSCI,
Mykola Kvach
[PATCH v2] x86: Fix AMD_SVM and INTEL_VMX dependency,
Michal Orzel
Re: [PATCH v5 03/15] emul/ns16x50: implement emulator stub,
dmukhin
Re: [PATCH v5 02/15] xen/8250-uart: update definitions,
dmukhin
[PATCH v6 00/13] Add initial Xen Suspend-to-RAM support on ARM64,
Mykola Kvach
- [PATCH v6 01/13] xen/arm: Add suspend and resume timer helpers,
Mykola Kvach
- [PATCH v6 03/13] xen/arm: gic-v3: Implement GICv3 suspend/resume functions,
Mykola Kvach
- [PATCH v6 04/13] xen/arm: Don't release IRQs on suspend,
Mykola Kvach
- [PATCH v6 05/13] xen/arm: irq: avoid local IRQ descriptors reinit on system resume,
Mykola Kvach
- [PATCH v6 06/13] xen/arm: irq: Restore state of local IRQs during system resume,
Mykola Kvach
- [PATCH v6 07/13] iommu/ipmmu-vmsa: Implement suspend/resume callbacks,
Mykola Kvach
- [PATCH v6 08/13] xen/arm: Implement PSCI SYSTEM_SUSPEND call (host interface),
Mykola Kvach
- [PATCH v6 02/13] xen/arm: gic-v2: Implement GIC suspend/resume functions,
Mykola Kvach
- [PATCH v6 09/13] xen/arm: Resume memory management on Xen resume,
Mykola Kvach
- [PATCH v6 10/13] xen/arm: Save/restore context on suspend/resume,
Mykola Kvach
- [PATCH v6 11/13] xen/arm: Add support for system suspend triggered by hardware domain,
Mykola Kvach
- [PATCH v6 12/13] xen/arm: Suspend/resume IOMMU on Xen suspend/resume,
Mykola Kvach
- [PATCH v6 13/13] xen/arm: gic-v3: Add suspend/resume support for eSPI registers,
Mykola Kvach
- Re: [PATCH v6 00/13] Add initial Xen Suspend-to-RAM support on ARM64,
Volodymyr Babchuk
Re: [PATCH v11] xen/console: introduce domain_console struct,
dmukhin
Re: [PATCH v4 00/16] dma-mapping: migrate to physical address-based API,
Marek Szyprowski
[PATCH] x86/hvm: Rationalise CS limit handling in arch_set_info_hvm_guest(),
Andrew Cooper
Re: [PATCH v5 08/12] xen/arm: vgic: add resource management for extended SPIs,
Leonid Komarianskyi
Re: [PATCH v5 05/12] xen/arm: gicv3: implement handling of GICv3.1 eSPI,
Leonid Komarianskyi
Re: [RFC PATCH 5/9] docs/x86: Introduce FastABI,
Jan Beulich
Re: [RFC PATCH 4/9] hvm: Introduce "fixed memory layout" feature,
Jan Beulich
Re: [PATCH v4 01/12] xen/arm: gicv3: refactor obtaining GIC addresses for common operations,
Julien Grall
[XEN PATCH] efi: Use Shim's LoadImage to verify the Dom0 kernel,
Gerald Elder-Vass
Re: [PATCH v5 04/12] xen/arm/irq: add handling for IRQs in the eSPI range,
Leonid Komarianskyi
Re: [PATCH v5 01/12] xen/arm: gicv3: refactor obtaining GIC addresses for common operations,
Leonid Komarianskyi
Re: [RFC PATCH v3 3/3] x86/hvm: Introduce Xen-wide ASID allocator,
Jan Beulich
Re: [PATCH v2] x86/bitops: Optimise arch_ffs{,l}() some more on AMD,
Andrew Cooper
Re: [PATCH v2 23/23] x86/pv: Adjust eflags handling for FRED mode,
Jan Beulich
[PATCH] xen/arm: platform: Select GICV3 dependency for RCAR4,
Oleksandr Tyshchenko
[PATCH v7 0/4] xen/arm: scmi: introduce SCI SCMI SMC single-agent support,
Oleksii Moisieiev
Re: [PATCH v2 22/23] x86/pv: System call handling in FRED mode,
Jan Beulich
Re: [RESEND PATCH v2 3/3] CHANGELOG.md: Add SMBIOS 2.6 update statement,
Oleksii Kurochko
Re: [RESEND PATCH v2 1/3] xen: Define xen_domain_handle_t encoding and formatting,
Oleksii Kurochko
Re: [PATCH v2 03/23] x86/traps: Introduce opt_fred,
Jan Beulich
Re: [PATCH v2 21/23] x86/pv: ERETU error handling,
Jan Beulich
[PATCH] xen/public: arch-arm: Drop XEN_DMOP_get_ioreq_server_info from supported,
Oleksandr Tyshchenko
Re: [PATCH v5 10/12] xen/arm: vgic-v3: add emulation of GICv3.1 eSPI registers,
Oleksandr Tyshchenko
[RFC PATCH v1] imagebuilder: Add a script to check the sanity of device tree,
Ayan Kumar Halder
Re: [PATCH v2 20/23] x86/pv: Exception handling in FRED mode,
Jan Beulich
Re: [PATCH v12 1/4] xen/arm: Implement PSCI SYSTEM_SUSPEND call for guests,
Volodymyr Babchuk
Re: [PATCH] x86/xen: select HIBERNATE_CALLBACKS more directly,
Juergen Gross
Re: [PATCH v2 19/23] x86/pv: Adjust GS handling for FRED mode,
Jan Beulich
Re: [PATCH v2 18/23] x86/entry: Rework the comment about SYSCALL and DF,
Jan Beulich
Re: [PATCH v2 17/23] x86/entry: Drop the pre exception table infrastructure,
Jan Beulich
Re: [PATCH v2 16/23] x86/entry: Alter how IRET faults are recognised,
Jan Beulich
Re: [PATCH v2 15/23] x86/pv: Deduplicate is_canonical_address() in do_set_segment_base(),
Jan Beulich
Re: [PATCH v2] Clarify the cases where BLKIF_RSP_EOPNOTSUPP can be returned.,
Roger Pau Monné
Re: [PATCH 00/20] Add SMMUv3 Stage 1 Support for XEN guests,
Milan Djokic
[XEN PATCH v2] xen/flask: limit sidtable size,
Sergiy Kibrik
Re: [PATCH v2 14/23] x86/traps: Enable FRED when requested,
Jan Beulich
[PATCH] x86: Fix AMD_SVM and INTEL_VMX dependency,
Michal Orzel
Re: [PATCH v2 13/23] x86/traps: Introduce FRED entrypoints,
Jan Beulich
Re: [PATCH v2 12/23] x86/fsgsbase: Make gskern accesses safe under FRED,
Jan Beulich
Re: [PATCH v2 11/23] x86/traps: Make an IDT-specific #PF helper,
Jan Beulich
Re: [PATCH v2 10/23] x86/traps: Make an IDT-specific #DB helper,
Jan Beulich
Re: [PATCH v2 09/23] x86/traps: Skip Supervisor Shadow Stack tokens in FRED mode,
Jan Beulich
Re: [PATCH v2 08/23] x86/traps: Alter switch_stack_and_jump() for FRED mode,
Jan Beulich
Re: [PATCH v2 07/23] x86/boot: Use RSTORSSP to establish SSP,
Jan Beulich
[PATCH v3] device-tree: fix infinite loop issue in 'assign_shared_memory()',
Dmytro Prokopchuk1
Re: [PATCH] xen/arm: smmuv3: Add cache maintenance for non-coherent SMMU queues,
Mykola Kvach
Re: [PATCH v2 06/23] x86/traps: Set MSR_PL0_SSP in load_system_tables(),
Jan Beulich
Re: [PATCH v6 2/4] xen/arm: scmi-smc: update to be used under sci subsystem,
Oleksii Moisieiev
[PATCH] docs/sending-patches: document "Amends:" tag,
Jan Beulich
[PATCH v2] x86/gen-cpuid: correct cycle detection,
Jan Beulich
Re: [PATCH 2/2] x86/apic: Drop sync_Arb_IDs(),
Jan Beulich
Re: [PATCH 1/2] x86/apic: Get rid of get_physical_broadcast(),
Jan Beulich
Re: [PATCH] x86/gen-cpuid: Fix debugging for cycle detection,
Jan Beulich
Re: [PATCH v5 01/15] emul/vuart: introduce framework for UART emulators,
Jan Beulich
Re: [XEN PATCH v1] xen/flask: limit sidtable size,
Jan Beulich
Re: [PATCH v2 1/5] symbols: add minimal self-test,
Jan Beulich
RE: [PATCH v8 3/8] xen/cpufreq: implement amd-cppc driver for CPPC in passive mode,
Penny, Zheng
Mail converted by MHonArc
|