xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
[PATCH v6 00/13] Add initial Xen Suspend-to-RAM support on ARM64
 2025-09-03  4:31 UTC  (33+ messages)
` [PATCH v6 01/13] xen/arm: Add suspend and resume timer helpers
` [PATCH v6 02/13] xen/arm: gic-v2: Implement GIC suspend/resume functions
` [PATCH v6 03/13] xen/arm: gic-v3: Implement GICv3 "
` [PATCH v6 04/13] xen/arm: Don't release IRQs on suspend
` [PATCH v6 05/13] xen/arm: irq: avoid local IRQ descriptors reinit on system resume
` [PATCH v6 06/13] xen/arm: irq: Restore state of local IRQs during "
` [PATCH v6 07/13] iommu/ipmmu-vmsa: Implement suspend/resume callbacks
` [PATCH v6 08/13] xen/arm: Implement PSCI SYSTEM_SUSPEND call (host interface)
` [PATCH v6 09/13] xen/arm: Resume memory management on Xen resume
` [PATCH v6 10/13] xen/arm: Save/restore context on suspend/resume
` [PATCH v6 11/13] xen/arm: Add support for system suspend triggered by hardware domain
` [PATCH v6 12/13] xen/arm: Suspend/resume IOMMU on Xen suspend/resume
` [PATCH v6 13/13] xen/arm: gic-v3: Add suspend/resume support for eSPI registers

[PATCH v8 0/8] amd-cppc CPU Performance Scaling Driver
 2025-09-03  3:16 UTC  (6+ messages)
` [PATCH v8 1/8] xen/cpufreq: introduce new sub-hypercall to propagate CPPC data

[PATCH v8 8/8] xen/cpufreq: Adapt SET/GET_CPUFREQ_CPPC xen_sysctl_pm_op for amd-cppc driver
 2025-09-03  3:14 UTC  (3+ messages)

[PATCH] xen/arm: irq: Use appropriate priority for SGIs in setup_irq()
 2025-09-03  2:55 UTC 

[PATCH v1] automation: edit pipeline to prevent running non-selected jobs
 2025-09-03  1:49 UTC 

[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
 2025-09-02 23:24 UTC  (9+ messages)
  ` [PATCH v4 14/16] block-dma: migrate to dma_map_phys instead of map_page

[PATCH] xen/x86: move domctl.o out of PV_SHIM_EXCLUSIVE
 2025-09-02 22:16 UTC  (14+ messages)
                        ` Domctl series as a fix to PV_SHIM_EXCLUSIVE, was: "

[PATCH v7 0/4] xen/arm: scmi: introduce SCI SCMI SMC single-agent support
 2025-09-02 20:57 UTC  (4+ messages)
` [PATCH v7 3/4] xen/arm: scmi-smc: passthrough SCMI SMC to domain, single agent

[PATCH v5 00/12] Introduce eSPI support
 2025-09-02 20:55 UTC  (42+ messages)
` [PATCH v5 01/12] xen/arm: gicv3: refactor obtaining GIC addresses for common operations
` [PATCH v5 04/12] xen/arm/irq: add handling for IRQs in the eSPI range
` [PATCH v5 05/12] xen/arm: gicv3: implement handling of GICv3.1 eSPI
` [PATCH v5 06/12] xen/arm/irq: allow eSPI processing in the gic_interrupt function
` [PATCH v5 07/12] xen/arm: gicv3: modify ICH_LR_PHYSICAL_MASK to allow eSPI processing
` [PATCH v5 08/12] xen/arm: vgic: add resource management for extended SPIs
` [PATCH v5 09/12] xen/arm: domain_build/dom0less-build: adjust domains config to support eSPIs
` [PATCH v5 10/12] xen/arm: vgic-v3: add emulation of GICv3.1 eSPI registers

Consider changing CONFIG_ACPI default on ARM? (was: Re: Xen bootup: issue with Raspberry Pi 5?)
 2025-09-02 19:44 UTC  (7+ messages)
    ` Consider changing CONFIG_ACPI default on ARM?

[PATCH v1 1/2] automation: call expect script with redirected standard error
 2025-09-02 18:52 UTC  (2+ messages)
` [PATCH v1 2/2] automation: edit expect script to separate error message lines

[PATCH v13 0/4] Enable guest suspend/resume support on ARM via vPSCI
 2025-09-02 17:55 UTC  (7+ messages)
` [PATCH v13 1/4] xen/arm: Implement PSCI SYSTEM_SUSPEND call for guests
` [PATCH v13 2/4] tools/xl: Allow compilation of 'xl resume' command on Arm
` [PATCH v13 3/4] SUPPORT.md: Document PSCI SYSTEM_SUSPEND support for guests
` [PATCH v13 4/4] CHANGELOG: Document guest suspend/resume to RAM support on Arm

[PATCH V2] xen/arm: dm: Drop XEN_DMOP_get_ioreq_server_info from supported
 2025-09-02 17:50 UTC  (9+ messages)

[PATCH v2] releases: use newer compression methods for tarballs
 2025-09-02 16:40 UTC  (3+ messages)

[PATCH v5.10.y] xen: replace xen_remap() with memremap()
 2025-09-02 16:24 UTC  (3+ messages)

[PATCH 1/2] Tidy up .gitignore
 2025-09-02 15:20 UTC  (6+ messages)
` [PATCH 2/2] tools/misc: Move ignores into local .gitignore

[XEN PATCH v2] efi: Use Shim's LoadImage to verify the Dom0 kernel
 2025-09-02 15:06 UTC  (3+ messages)

[ardb:x86-startup-confine-v7] [x86/boot] 7d40dc256f: BUG:kernel_reboot-without-warning_in_test_stage
 2025-09-02 15:03 UTC 

[PATCH v5 00/16] dma-mapping: migrate to physical address-based API
 2025-09-02 14:48 UTC  (17+ messages)
` [PATCH v5 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v5 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
` [PATCH v5 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v5 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v5 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v5 06/16] iommu/dma: implement DMA_ATTR_MMIO for iommu_dma_(un)map_phys()
` [PATCH v5 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v5 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v5 09/16] dma-mapping: implement DMA_ATTR_MMIO for dma_(un)map_page_attrs()
` [PATCH v5 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v5 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v5 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v5 13/16] mm/hmm: properly take MMIO path
` [PATCH v5 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v5 15/16] block-dma: properly take MMIO path
` [PATCH v5 16/16] nvme-pci: unmap MMIO pages with appropriate interface

issue with dom0_pvh on Xen 4.20
 2025-09-02 14:32 UTC  (28+ messages)

[RESEND PATCH v2 0/3] Update to SMBIOS 2.6
 2025-09-02 14:10 UTC  (7+ messages)
` [RESEND PATCH v2 1/3] xen: Define xen_domain_handle_t encoding and formatting
` [RESEND PATCH v2 2/3] hvmloader: Update to SMBIOS 2.6

[PATCH v3 0/3] xen/events: Fix Global and Domain VIRQ tracking
 2025-09-02 13:37 UTC  (5+ messages)
` [PATCH v3 2/3] xen/events: Return -EEXIST for bound VIRQs
` [PATCH v3 3/3] xen/events: Update virq_to_irq on migration

[RFC PATCH 0/7] accel: Add per-accelerator vCPUs queue
 2025-09-02 13:25 UTC  (2+ messages)

[PATCH v2] tools/libs: Use superpages where possible on migrate/resume
 2025-09-02 10:56 UTC 

[PATCH] x86/hvm: Rationalise CS limit handling in arch_set_info_hvm_guest()
 2025-09-02 10:37 UTC  (2+ messages)

[PATCH v2] x86: Fix AMD_SVM and INTEL_VMX dependency
 2025-09-02  9:43 UTC  (2+ messages)

[XEN PATCH v2] xen/flask: limit sidtable size
 2025-09-02  9:41 UTC  (2+ messages)

[PATCH v5 00/15] x86: introduce NS16550-compatible UART emulator
 2025-09-02  9:36 UTC  (15+ messages)
` [PATCH v5 01/15] emul/vuart: introduce framework for UART emulators
` [PATCH v5 02/15] xen/8250-uart: update definitions
` [PATCH v5 03/15] emul/ns16x50: implement emulator stub

[PATCH v12 0/4] Enable guest suspend/resume support on ARM via vPSCI
 2025-09-02  9:27 UTC  (10+ messages)
` [PATCH v12 1/4] xen/arm: Implement PSCI SYSTEM_SUSPEND call for guests

[XEN PATCH] efi: Use Shim's LoadImage to verify the Dom0 kernel
 2025-09-02  8:51 UTC  (3+ messages)

[PATCH] xen/public: arch-arm: Drop XEN_DMOP_get_ioreq_server_info from supported
 2025-09-02  8:08 UTC  (3+ messages)

[PATCH] docs/sending-patches: document "Amends:" tag
 2025-09-02  7:52 UTC  (2+ messages)

[PATCH] xen/arm: platform: Select GICV3 dependency for RCAR4
 2025-09-02  7:13 UTC  (2+ messages)

[PATCH v2 00/23] x86: FRED support
 2025-09-02  6:17 UTC  (14+ messages)
` [PATCH v2 06/23] x86/traps: Set MSR_PL0_SSP in load_system_tables()
` [PATCH v2 07/23] x86/boot: Use RSTORSSP to establish SSP
` [PATCH v2 11/23] x86/traps: Make an IDT-specific #PF helper

[PATCH v11] xen/console: introduce domain_console struct
 2025-09-01 21:55 UTC  (3+ messages)

[RFC PATCH 0/9] x86/hvm: New Xen HVM ABI proposal ("HVMv2" part 1)
 2025-09-01 15:52 UTC  (9+ messages)
` [RFC PATCH 4/9] hvm: Introduce "fixed memory layout" feature
` [RFC PATCH 5/9] docs/x86: Introduce FastABI

[PATCH v4 00/12] Introduce eSPI support
 2025-09-01 15:48 UTC  (5+ messages)
` [PATCH v4 01/12] xen/arm: gicv3: refactor obtaining GIC addresses for common operations

[PATCH] x86/bitops: Optimise arch_ffs()/etc some more on AMD
 2025-09-01 14:35 UTC  (7+ messages)
` [PATCH v2] x86/bitops: Optimise arch_ffs{,l}() "

[RFC PATCH v3 0/3] x86/hvm: Introduce Xen-wide ASID allocator
 2025-09-01 14:33 UTC  (5+ messages)
` [RFC PATCH v3 3/3] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).