Xen-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
[PATCH 0/8] coroutine: add missing annotations
 2026-07-20 20:58 UTC  (21+ messages)
` [PATCH 1/8] monitor: annotate monitor_qmp_dispatcher_pop_any() as coroutine
` [PATCH 2/8] migration: fix qemu_get_counted_string annotation
` [PATCH 3/8] io: add missing coroutine annotation
` [PATCH 4/8] block: "
` [PATCH 5/8] qcow2: remove invalid qcow2_check_refcounts calls
` [PATCH 6/8] block: add missing coroutine_fn annotations
` [PATCH 7/8] hw/9pfs: annotate V9fsTransport callbacks as coroutine_fn
` [PATCH 8/8] migration/rdma: annotate and simplify wait_comp_channel()

[PATCH RFC] x86/PV: avoid HVM-copying alternatives in PV-only code
 2026-07-20 20:07 UTC  (2+ messages)

[PATCH] xen/kexec: Wire up kexec hypercalls for PVH hardware domains
 2026-07-20 18:58 UTC 

[PATCH v7 0/5] xen/acpi,device-tree: Introduce generic CPU topology support for ACPI and DT
 2026-07-20 16:28 UTC  (6+ messages)
` [PATCH v7 1/5] xen/device-tree: Parse 'cpu-map' node for CPU topology exploration
` [PATCH v7 2/5] xen/sched: Link CPU topology to scheduler
` [PATCH v7 3/5] xen/sched: Make cpu_nr_siblings() architecture-specific
` [PATCH v7 4/5] xen/acpi: Import PPTT definitions from Linux
` [PATCH v7 5/5] xen/acpi: Parse PPTT to initialize CPU topology

[PATCH v1 00/17] [RISC-V] virtual interrupt controller (vAPLIC/vIMSIC) support
 2026-07-20 16:02 UTC  (16+ messages)
` [PATCH v1 01/17] xen/riscv: manage IRQ_DISABLED flag in APLIC irq enable/disable callbacks
` [PATCH v1 02/17] xen/riscv: add basic VGEIN management for AIA guests
` [PATCH v1 03/17] xen/riscv: add missing APLIC register offsets, masks to asm/aplic.h
` [PATCH v1 04/17] xen/riscv: introduce device-agnostic MMIO emulation dispatch
` [PATCH v1 05/17] xen/riscv: implement virtual APLIC MMIO emulation
` [PATCH v1 06/17] xen/riscv: map IMSIC interrupt file for vCPUs
` [PATCH v1 07/17] xen/riscv: introduce vCPU AIA initialization
` [PATCH v1 08/17] xen/riscv: add IMSIC state save/restore
` [PATCH v1 09/17] xen/riscv: add helper to check APLIC MSI mode
` [PATCH v1 10/17] xen/riscv: introduce vintc_state_{save,restore}()
` [PATCH v1 11/17] xen/riscv: add vAPLIC state save/restore hooks
` [PATCH v1 12/17] xen/riscv: extend exception tables with type and data fields
` [PATCH v1 13/17] xen/riscv: add unprivileged guest memory read helper
` [PATCH v1 14/17] xen/riscv: add guest page fault handling stub
` [PATCH v1 15/17] xen/riscv: implement trap redirection to a guest

[PATCH v6 00/23] Introduce enablemenant of dom0less
 2026-07-20 16:00 UTC  (24+ messages)
` [PATCH v6 01/23] xen: introduce CONFIG_HAS_SHARED_INFO for archs without a shared page
` [PATCH v6 02/23] xen/dom0less: turn max_init_domid into a common variable
` [PATCH v6 03/23] xen: arm: update p2m_set_allocation() prototype
` [PATCH v6 04/23] xen/riscv: Implement ARCH_PAGING_MEMPOOL
` [PATCH v6 05/23] xen/riscv: Implement construct_domain()
` [PATCH v6 06/23] xen/riscv: introduce guest riscv,isa string
` [PATCH v6 07/23] xen/riscv: implement make_cpus_node()
` [PATCH v6 08/23] xen/riscv: implement make_timer_node()
` [PATCH v6 09/23] xen/riscv: implement make_arch_nodes()
` [PATCH v6 10/23] xen/riscv: introduce init interrupt controller operations
` [PATCH v6 11/23] xen/riscv: implement make_intc_domU_node()
` [PATCH v6 12/23] xen/riscv: introduce aia_init() and aia_usable()
` [PATCH v6 13/23] xen/riscv: introduce per-vCPU IMSIC state
` [PATCH v6 14/23] xen/riscv: introduce minimal virtual APLIC (vAPLIC) infrastructure
` [PATCH v6 15/23] xen/riscv: introduce (de)initialization helpers for vINTC
` [PATCH v6 16/23] xen/riscv: generate IMSIC DT node for guest domains
` [PATCH v6 17/23] xen/riscv: create APLIC "
` [PATCH v6 18/23] xen/riscv: implement IRQ routing for device passthrough
` [PATCH v6 19/23] xen/riscv: implement init_intc_phandle()
` [PATCH v6 20/23] xen/riscv: initialize RCU, scheduler, and system domains in start_xen()
` [PATCH v6 21/23] xen/riscv: provide init_vuart()
` [PATCH v6 22/23] xen/riscv: add initial dom0less infrastructure support
` [PATCH v6 23/23] xen/riscv: do a 4th linking pass if necessary

[PATCH v1 0/6] tools: optional LZ4 compression of the libxenguest migration stream
 2026-07-20 15:48 UTC  (7+ messages)
` [PATCH v1 1/6] tools/migration: introduce PAGE_DATA_LZ4 stream record type
` [PATCH v1 2/6] tools/libs/guest: decompress PAGE_DATA_LZ4 records on restore
` [PATCH v1 3/6] tools/libs/guest: compress PAGE_DATA with LZ4 on save
` [PATCH v1 4/6] tools/libs/guest: adaptively disable LZ4 on poor compression ratio
` [PATCH v1 5/6] tools/libs/guest: opt in to LZ4 save-side compression via XCFLAGS_COMPRESS_LZ4
` [PATCH v1 6/6] tools/libxl,xl: add --compress flag to xl migrate

[PATCH v7 0/7] xen/console: configurable conring size
 2026-07-20 15:40 UTC  (14+ messages)
` [PATCH v7 2/7] xen/console: use memcpy() in console_init_ring()
` [PATCH v7 3/7] xen/console: use memcpy() in conring_puts()
` [PATCH v7 4/7] xen/console: switch conring runtime allocation to xvmalloc
` [PATCH v7 5/7] xen/serial: drop stale SERIAL_NEVER_DROP_CHARS
` [PATCH v7 6/7] xen/serial: harden serial_tx_buffer checks

[PATCH v2 0/5] stubdom: remove grub-pv
 2026-07-20 14:51 UTC  (8+ messages)
` [PATCH v2 1/5] stubdom: remove support for grub-pv
` [PATCH v2 2/5] stubdom: remove support for building in 32-bit mode
` [PATCH v2 3/5] stubdom: remove building of libxenguest and libxenctrl
` [PATCH v2 4/5] docs: remove stale stubdom entries from stubdom.txt
` [PATCH v2 5/5] tools/libxenguest: remove Mini-OS specific parts

[PATCH v6 0/5] xen/acpi,device-tree: Introduce generic CPU topology support for ACPI and DT
 2026-07-20 14:29 UTC  (22+ messages)
` [PATCH v6 1/5] xen/device-tree: Parse 'cpu-map' node for CPU topology exploration
` [PATCH v6 2/5] xen/sched: Link CPU topology to scheduler
` [PATCH v6 4/5] xen/acpi: Import PPTT definitions from Linux
` [PATCH v6 5/5] xen/acpi: Parse PPTT to initialize CPU topology

[PATCH] x86emul: prune an excess EVEX.Z check
 2026-07-20 14:19 UTC  (2+ messages)

[PATCH] x86emul: drop dead conditional from decode
 2026-07-20 14:06 UTC  (2+ messages)

[PATCH 1/2] x86/domctl: Introduce XEN_DOMCTL_SENDTRIGGER_DEBUG
 2026-07-20 10:51 UTC  (6+ messages)
` [PATCH 2/2] {libxl,xl}: Add xl trigger debug

[PATCH v2] xen/sched: rt: fix NULL cpupool dereference in move_repl_timer()
 2026-07-20 10:47 UTC  (2+ messages)

[PATCH 2/3] sched: Convert paravirt_steal to new static key APIs
 2026-07-20 10:35 UTC  (2+ messages)

[PATCH] x86/domctl: restore all registers in arch_{get,set}_info_guest()
 2026-07-20 10:26 UTC  (10+ messages)
` [4.22] "

[PATCH] x86/domctl: Reorder user_regs accesses for efficiency
 2026-07-20 10:22 UTC  (4+ messages)

[PATCH v9 0/4] xenguest optimisations
 2026-07-20 10:17 UTC  (6+ messages)
` [PATCH v9 4/4] libs/guest: use Valgrind to detect various buffer overflows

[PATCH] xen/arm: Reject pseudo-domain foreign mappings in xenmem_add_to_physmap_one()
 2026-07-20  8:58 UTC  (3+ messages)

[PATCH v2] memory: check incoming GFNs
 2026-07-20  8:55 UTC 

domU crash when resuming from suspend - Xen 4.22
 2026-07-19 22:50 UTC  (9+ messages)

[PATCH v2] PCI: Move pci_dev->is_busmaster into priv_flags
 2026-07-18 17:02 UTC  (3+ messages)

[PATCH v2 0/8] drm: replace simple display pipe users with atomic helpers
 2026-07-18 15:42 UTC  (4+ messages)
` [PATCH v2 5/8] drm/gm12u320: replace struct drm_simple_display_pipe with regular "

[PATCH v6 0/4] x86/pvh: fix unbootable VMs again (PVH + KASAN)
 2026-07-18 15:02 UTC  (2+ messages)

[PATCH v3 0/4] xen/console: updates to rate-limiting
 2026-07-18  2:55 UTC  (14+ messages)
` [PATCH v3 2/4] xen/console: correct leaky-bucket rate limiter
` [PATCH v3 3/4] xen/console: add build-time rate-limiting controls
` [PATCH v3 4/4] xen/console: reduce number of printouts in __printk_ratelimit()

[PATCH 2/4] xen-block: Fix inverted error check in xen_cdrom_realize()
 2026-07-18  1:16 UTC  (4+ messages)
` [PATCH 3/4] xen-block: Fix BlockBackend leak on unplug of empty CD-ROM

[PATCH v4] x86/hyperv: use dynamically allocated page for hypercalls
 2026-07-17 15:04 UTC  (2+ messages)

[PATCH 00/32] x86/msr: Drop 32-bit MSR interfaces
 2026-07-17  9:38 UTC  (9+ messages)

[REQUIREMENTS][PATCH v2 0/6] reqs: add Arm GIC requirements
 2026-07-17  7:17 UTC  (8+ messages)
` [REQUIREMENTS][PATCH v2 1/6] reqs: clarify guest GICv3 virtual register model
` [REQUIREMENTS][PATCH v2 2/6] reqs: add host GICv3 requirements
` [REQUIREMENTS][PATCH v2 3/6] reqs: drop duplicate GIC version AoU
` [REQUIREMENTS][PATCH v2 4/6] reqs: add host ITS/LPI requirements
` [REQUIREMENTS][PATCH v2 5/6] reqs: add guest vITS requirements
` [REQUIREMENTS][PATCH v2 6/6] reqs: add GICv4 direct-delivery requirements

[PATCH] nvme-pci: fix parameter order in nvme_free_sgls() call
 2026-07-17  1:37 UTC  (2+ messages)

[PATCH v2] nSVM: Check injected event consistency
 2026-07-16 15:37 UTC 

[PATCH] xen/sched: rt: fix NULL cpupool dereference in move_repl_timer()
 2026-07-16 15:22 UTC  (3+ messages)

[PATCH v3 0/6] Fix ARM domcreate
 2026-07-16 14:38 UTC  (8+ messages)
` [PATCH v3 1/6] xen/arm: report proper GIC version via XEN_DOMCTL_getdomaininfo
  ` [PATCH v3 2/6] ARM/sysctl: Expose the supported guest GIC modes in physinfo
  ` [PATCH v3 3/6] tools/arm: choose GIC version explicitly instead of relying on GIC_NATIVE
  ` [PATCH v3 4/6] xen/arm: remove XEN_DOMCTL_CONFIG_GIC_NATIVE from the ABI
  ` [PATCH v3 5/6] xen/arm: report clock_frequency via sysctl physinfo, not createdomain
  ` [PATCH v3 6/6] xen: make config argument const

[PATCH for-4.22 0/2] xen/arm: Fix eSPI IRQ indexing issues
 2026-07-16 14:32 UTC  (9+ messages)
` [PATCH for-4.22 1/2] xen/arm: validate IRQs before descriptor lookup
` [PATCH for-4.22 2/2] xen/arm: vgic: free eSPIs using the bitmap index

[PATCH] x86emul: V{,P}{COMPRESS,EXPAND}* can (wrongly) trigger assertion
 2026-07-16 14:30 UTC  (6+ messages)

[PATCH v2] generic/altp2m: align and simplify altp2m_vcpu_idx()
 2026-07-16 12:49 UTC  (2+ messages)

[PATCH v5 00/26] Introduce enablemenant of dom0less
 2026-07-16 12:37 UTC  (5+ messages)
` [PATCH v5 21/26] xen/riscv: implement IRQ routing for device passthrough
` [PATCH v5 25/26] xen/riscv: add initial dom0less infrastructure support

[PATCH v1] nSVM: Check injected event consistency
 2026-07-16 12:04 UTC  (4+ messages)
`  "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox