Xen-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
[PATCH v3 00/22] Introduce Device Tree based NUMA support for ARM Xen
 2026-06-20 18:03 UTC  (30+ messages)
` [PATCH v3 01/22] xen/device-tree: Initial framework for Device Tree NUMA support
` [PATCH v3 02/22] xen/common: Default function to get the distance between nodes
` [PATCH v3 03/22] xen/arm: NUMA helper functions via Device Tree helpers
` [PATCH v3 04/22] xen/arm: Introduce CONFIG_DEVICE_TREE_NUMA config option
` [PATCH v3 05/22] xen/arm: Configure NUMA affinity for populated memory banks
` [PATCH v3 06/22] xen/arm: Map populated CPUs to their respective NUMA nodes
` [PATCH v3 07/22] xen/device-tree: Read NUMA node distance from Device Tree 'distance-map'
` [PATCH v3 08/22] xen/common: Allow building ARM32 Xen with CONFIG_NUMA
` [PATCH v3 09/22] xen/arm: Introduce dom0_nodes boot command option
` [PATCH v3 10/22] xen/arm: Set Domain-0 node affinity from dom0_nodes option
` [PATCH v3 11/22] xen/arm: Reflect physical NUMA node IDs in Dom0 memory DT nodes
` [PATCH v3 12/22] xen/arm: Balance Dom0 vCPU assignment across NUMA nodes
` [PATCH v3 13/22] xen/arm: Export Dom0 vCPU-to-NUMA node mapping to Device Tree
` [PATCH v3 14/22] xen/arm: Generate distance-map node for Dom0 "
` [PATCH v3 15/22] xen/arm: Balance Dom0 memory allocation across allowed NUMA nodes
` [PATCH v3 16/22] xen/arm: Use dedicated function for Static SHM Device Tree creation
` [PATCH v3 17/22] tools/libxl: Fix vNUMA memory allocation algorithm to support ARM
` [PATCH v3 18/22] tools/libs/guest: Allocate vNUMA memory from associated pNUMA nodes
` [PATCH v3 19/22] tools/libxl: Add 'numa-node-id' property to DomU memory nodes
` [PATCH v3 20/22] tools/libxl: Add 'numa-node-id' property to DomU CPU nodes
` [PATCH v3 21/22] tools/libxl: Create 'distance-map' node in DomU Device Tree
` [PATCH v3 22/22] xen/arm: Support numa and dom0_nodes boot options

[PATCH v3 00/23] Add SMMUv3 Stage 1 Support for Xen guests
 2026-06-20 13:40 UTC  (8+ messages)
` [PATCH v3 08/23] xen/arm: vsmmuv3: Add support for registers emulation

[PATCH] arm/psci: Handle PSCI_ALREADY_ON and PSCI_ON_PENDING as non-fatal
 2026-06-20 12:15 UTC  (2+ messages)

[PATCH] bootfdt: Fix infinite loop in device_tree_for_each_node()
 2026-06-20 11:49 UTC 

[PATCH v2 for 4.23] Add GICv3 SGI boot/self tests in Xen
 2026-06-19 21:21 UTC  (3+ messages)

[PATCH for-4.22?] xen/arm: mask debug exceptions in initial AArch64 guest state
 2026-06-19 20:26 UTC  (2+ messages)

[PATCH for-4.22 v2 1/4] xen/arm: gic: defer host LPI allocation until after ITS init
 2026-06-19 17:23 UTC  (11+ messages)
` [PATCH for-4.22 v2.5] "

[PATCH 00/17] Q35 initial support for HVM guests
 2026-06-19 16:30 UTC  (14+ messages)
` [PATCH 02/17] libacpi: new DSDT ACPI table for Q35
` [PATCH 12/17] libxl: Q35 support (new option device_model_machine)
` [PATCH 13/17] libxl: Add xen-platform device for Q35 machine
` [PATCH 17/17] docs: provide description for device_model_machine option

[PATCH for-4.22] XSM: guard .sysctl() and .readconsole() hooks
 2026-06-19 16:26 UTC  (14+ messages)

[PATCH v4] docs/process: document AI-assisted patch tags
 2026-06-19 16:23 UTC  (3+ messages)

Linux dom0 hangs on boot with Xen 4.22 and Heads firmware
 2026-06-19 14:38 UTC 

[PATCH v2 00/23] Add SMMUv3 Stage 1 Support for Xen guests
 2026-06-19 14:05 UTC  (14+ messages)
` [PATCH v2 02/23] xen/arm: smmuv3: Add support for stage-1 and nested stage translation

[PATCH v6 00/16] xenguest optimisations
 2026-06-19 13:05 UTC  (17+ messages)
` [PATCH v6 01/16] libs/guest: Reduce number of parts in write_split_record
` [PATCH v6 02/16] libs/guest: Reduce number of I/O vectors in write_batch
` [PATCH v6 03/16] "
` [PATCH v6 04/16] libs/guest: Use a single write_exact in write_headers
` [PATCH v6 05/16] libs/guest: allocate various migration arrays just once
` [PATCH v6 06/16] libs/call: cache up to 4 pages in hypercall bounce buffers
` [PATCH v6 07/16] libs/guest: avoids using 2 indexes
` [PATCH v6 08/16] libs/guest: fill directly iov structure
` [PATCH v6 09/16] libs/ctrl: Allows writev_exact to change iov array
` [PATCH v6 10/16] libs/guest: add xg_foreignmemory_copy_{from,to}
` [PATCH v6 11/16] PoC: libs/guest: use foreign copy during migration
` [PATCH v6 12/16] xen: implement new foreign copy hypercall
` [PATCH v6 13/16] privcmd: Add definition for new Linux privcmd to access new Xen hypercall
` [PATCH v6 14/16] libs/guest: use new hypercall if available
` [PATCH v6 15/16] libs/guest: finalize PoC
` [PATCH Linux v6 16/16] xen/privcmd: Add new ABI to allow copying foreign memory

[PATCH] xen: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
 2026-06-19 11:45 UTC 

domU crash when resuming from suspend - Xen 4.22
 2026-06-19 11:24 UTC 

[PATCH v2 01/15] pci: Introduce parse_pci_sbdf{_seg}()
 2026-06-19 10:54 UTC  (37+ messages)
` [PATCH v2 02/15] vtd: Use pci_sbdf_t in acpi_parse_dev_scope()
` [PATCH v2 03/15] pci: Use pci_sbdf_t in pci_device_detect()
` [PATCH v2 04/15] pci: Parse into pci_sbdf_t directly
` [PATCH v2 05/15] pci: Allow ommiting func when parsing with parse_pci_sbdf()
` [PATCH v2 06/15] pci: Use pci_sbdf_t in pci_prepare_msix()
` [PATCH v2 07/15] pci: Use pci_sbdf_t in pci_ro_device()
` [PATCH v2 08/15] pci: Use pci_sbdf_t in pci_hide_device()
` [PATCH v2 09/15] pci: Use pci_sbdf_t in pci_remove_device()
` [PATCH v2 10/15] pci: Use pci_sbdf_t in pci_add_device()
` [PATCH v2 11/15] vtd: Rewrite igd device check in acpi_parse_dev_scope()
` [PATCH v2 12/15] pci: Use pci_sbdf_t pci_check_disable_device()
` [PATCH v2 13/15] pci: Drop parse_pci{_seg}()
` [PATCH v2 14/15] ehci-dbgp: Use pci_sbdf_t instead of (bus, slot, func)
` [RFC PATCH v2 15/15] docs: Document support for PCI segment in dbgp and comN parameter

[PATCH RFC 0/2] vhost-user: support Xen foreign memory mappings
 2026-06-18 15:39 UTC  (3+ messages)
` [PATCH RFC 1/2] vhost: accept Xen guest RAM sections for vhost-user
` [PATCH RFC 2/2] vhost-user: implement VHOST_USER_PROTOCOL_F_XEN_MMAP

[PATCH v2 00/15] PCI SBDF Refactoring
 2026-06-18 14:50 UTC 

[PATCH v2 0/7] x86/kexec: Secure Boot support
 2026-06-18 11:07 UTC  (6+ messages)
` [PATCH 5/7] x86/kexec: Implement new EFI load types

[PATCH v2 for-4.22? 0/7] domctl: XSA-492 and -491 follow-on
 2026-06-18  7:38 UTC  (20+ messages)
` [PATCH v2 for-4.22? 1/7] sched: introduce specialization of "running only" vcpu_runstate_get()
` [PATCH v2 for-4.22? 2/7] domctl: handle XEN_DOMCTL_getvcpuinfo without acquiring domctl lock
` [PATCH v2 for-4.22? 3/7] domctl: move early special casing of XEN_DOMCTL_shadow_op
` [PATCH v2 for-4.22? 4/7] domctl: restrict permission check for XEN_DOMCTL_memory_mapping's remove form
` [PATCH v2 for-4.22? 5/7] domctl: correct return value of XEN_DOMCTL_[gs]etvcpuaffinity
` [PATCH v2 for-4.22? 6/7] x86/domctl: don't imply I/O port permissions from I/O port mapping
` [PATCH v2 for-4.22? 7/7] x86/HVM: more checking for XEN_DOMCTL_ioport_mapping

Graphical glitches (not refreshing?) with Linux's xe driver + Xen 4.19
 2026-06-17 23:25 UTC  (7+ messages)

[PATCH v3 0/2] UBSAN fixes
 2026-06-17 14:24 UTC  (5+ messages)
` [PATCH v3 2/2] xen: introduce CONFIG_HAS_SHARED_INFO for archs without a shared page

[PATCH for-4.22] xen/x86: Always strip xen.efi
 2026-06-17 12:09 UTC  (9+ messages)

[PATCH v3 00/23] Introduce enablemenant of dom0less
 2026-06-17 11:49 UTC  (30+ messages)
` [PATCH v3 01/23] xen: arm: move declaration of map_device_irqs_to_domain() to common header
` [PATCH v3 02/23] xen: arm: update p2m_set_allocation() prototype
` [PATCH v3 03/23] xen/riscv: Implement ARCH_PAGING_MEMPOOL
` [PATCH v3 04/23] xen/riscv: Implement construct_domain()
` [PATCH v3 05/23] xen/riscv: implement prerequisites for domain_create()
` [PATCH v3 06/23] xen/riscv: introduce guest riscv,isa string
` [PATCH v3 07/23] xen/riscv: implement make_cpus_node()
` [PATCH v3 08/23] xen/riscv: implement make_timer_node()
` [PATCH v3 09/23] xen/riscv: implement make_arch_nodes()
` [PATCH v3 10/23] xen/riscv: introduce init interrupt controller operations
` [PATCH v3 11/23] xen/riscv: implement make_intc_domU_node()
` [PATCH v3 12/23] xen/riscv: introduce aia_init() and aia_usable()
` [PATCH v3 13/23] xen/riscv: introduce per-vCPU IMSIC state
` [PATCH v3 14/23] xen/riscv: add very early virtual APLIC (vAPLIC) initialization support
` [PATCH v3 15/23] xen/riscv: introduce (de)initialization helpers for vINTC
` [PATCH v3 16/23] xen/riscv: generate IMSIC DT node for guest domains
` [PATCH v3 17/23] xen/riscv: create APLIC "
` [PATCH v3 18/23] xen/riscv: implement IRQ routing for device passthrough
` [PATCH v3 19/23] xen/riscv: implement init_intc_phandle()
` [PATCH v3 20/23] xen/riscv: initialize RCU, scheduler, and system domains in start_xen()
` [PATCH v3 21/23] xen/riscv: provide init_vuart()
` [PATCH v3 22/23] xen/Kconfig: introduce HAS_STATIC_MEMORY
` [PATCH v3 23/23] xen/riscv: add initial dom0less infrastructure support

[PATCH for-4.22?] x86/EFI: arrange for non-discardable .reloc in xen.efi
 2026-06-17 11:44 UTC  (7+ messages)

[PATCH for-4.22?] domctl: correct return value of XEN_DOMCTL_[gs]etvcpuaffinity
 2026-06-17  7:21 UTC  (2+ messages)

[PATCH v2 0/3] xen/arm: Device Tree based CPU topology support
 2026-06-17  7:12 UTC  (3+ messages)
` [PATCH v2 2/3] xen/sched: Link CPU topology to scheduler
` [PATCH v2 3/3] xen/sched: Make cpu_nr_siblings() architecture-specific


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