Generation of phandles for guest DTB in dom0less
2026-04-10 22:05 UTC (2+ messages)
[RFC PATCH v3 0/3] xl: Allow PCI devices to be passthrough'd via Qemu command line
2026-04-10 20:17 UTC (5+ messages)
` [RFC PATCH v3 1/3] xl: Add pci device hotplug option
` [RFC PATCH v3 2/3] libxl: Allow PCI device passthrough using -device Qemu command line
` [RFC PATCH v3 3/3] docs: provide description for pci hotplug option
[PATCH] xen/riscv: allow Xen to use SSTC while hiding it from guests
2026-04-10 17:41 UTC (2+ messages)
[PATCH v2] arm/gicv3: Decode cacheability fields before comparing
2026-04-10 17:34 UTC
[PATCH] xen/sched: fix scheduler callback verification on init
2026-04-10 16:40 UTC
[PATCH v3 00/12] RISCV: enable DOMAIN_BUILD_HELPERS
2026-04-10 15:54 UTC (13+ messages)
` [PATCH v3 01/12] xen/riscv: implement get_page_from_gfn()
` [PATCH v3 02/12] xen: fix len type for guest copy functions
` [PATCH v3 03/12] xen/riscv: implement copy_to_guest_phys()
` [PATCH v3 04/12] xen/dom0less: rename kernel_zimage_probe() to kernel_image_probe()
` [PATCH v3 05/12] xen/riscv: add kernel loading support
` [PATCH v3 06/12] xen: move declaration of fw_unreserved_regions() to common header
` [PATCH v3 07/12] xen: introduce domain-layout.h with common domain_use_host_layout()
` [PATCH v3 08/12] xen/riscv: rework G-stage mode handling
` [PATCH v3 09/12] xen: rename p2m_ipa_bits to p2m_gpa_bits
` [PATCH v3 10/12] xen/riscv: introduce p2m_gpa_bits
` [PATCH v3 11/12] xen/riscv: add definition of guest RAM banks
` [PATCH v3 12/12] xen/riscv: enable DOMAIN_BUILD_HELPERS
[PATCH v1 00/27] [RISC-V] Introduce enablemenant of dom0less
2026-04-10 15:40 UTC (34+ messages)
` [PATCH v1 01/27] xen/riscv: Implement ARCH_PAGING_MEMPOOL
` [PATCH v1 02/27] xen/riscv: Implement construct_domain()
` [PATCH v1 03/27] xen/riscv: implement prerequisites for domain_create()
` [PATCH v1 05/27] xen/riscv: introduce guest riscv,isa string
` [PATCH v1 06/27] xen/riscv: implement make_cpus_node()
` [PATCH v1 07/27] xen/riscv: implement make_timer_node()
` [PATCH v1 08/27] xen/riscv: implement make_arch_nodes()
` [PATCH v1 09/27] xen/riscv: implement make_intc_domU_node()
` [PATCH v1 10/27] xen/riscv: generate IMSIC DT node for guest domains
[PATCH v3 00/23] Add SMMUv3 Stage 1 Support for Xen guests
2026-04-10 15:27 UTC (18+ messages)
` [PATCH v3 01/23] xen/arm: smmuv3: Maintain a SID->device structure
` [PATCH v3 02/23] xen/arm: smmuv3: Add support for stage-1 and nested stage translation
` [PATCH v3 03/23] xen/arm: smmuv3: Alloc io_domain for each device
` [PATCH v3 04/23] xen/arm: vIOMMU: add generic vIOMMU framework
` [PATCH v3 05/23] xen/arm: vsmmuv3: Add dummy support for virtual SMMUv3 for guests
` [PATCH v3 06/23] xen/domctl: Add XEN_DOMCTL_CONFIG_VIOMMU_* and viommu config param
` [PATCH v3 07/23] xen/arm: vIOMMU: Add cmdline boot option "viommu = <string>"
` [PATCH v3 08/23] xen/arm: vsmmuv3: Add support for registers emulation
[PATCH v2] xen/sched: rtds: re-arm repl_timer after timer re-initialization
2026-04-10 15:19 UTC (7+ messages)
[PATCH] generic/altp2m: address violations of MISRA C Rule 2.1
2026-04-10 14:57 UTC (4+ messages)
[BUG] Potential double-free in Xen dt-overlay attach/remove error path
2026-04-10 12:58 UTC (5+ messages)
[PATCH] VT-d: avoid multi-message-MSI check for HPET
2026-04-10 12:34 UTC (4+ messages)
[PATCH v4 00/16] x86: support AVX10
2026-04-10 12:24 UTC (20+ messages)
` [PATCH v4 01/16] x86emul: support SIMD MOVRS
` [PATCH v4 02/16] x86emul: support AVX10 forms of SM4 insns
` [PATCH v4 03/16] x86emul: support AVX10.1
` [PATCH v4 04/16] x86emul/test: use simd_check_avx512*() in main()
` [PATCH v4 05/16] x86emul/test: drop cpu_has_avx512vl
` [PATCH v4 06/16] x86emul: AVX10.1 testing
` [PATCH v4 07/16] x86emul/test: engage AVX512VL via command line option
` [PATCH v4 08/16] x86/CPUID: enable AVX10.2 sub-leaf
` [PATCH v4 09/16] x86emul: support AVX10.2 scalar compare insns
` [PATCH v4 10/16] x86emul: support AVX10.2 partial copy insns
` [PATCH v4 11/16] x86emul: support AVX10.2 media insns
` [PATCH v4 12/16] x86emul: support AVX10.2 minmax insns
` [PATCH v4 13/16] x86emul: support AVX10.2 BFloat16 insns
` [PATCH v4 14/16] x86emul: support AVX10.2 saturating convert insns
` [PATCH v4 15/16] x86emul: support other AVX10.2 "
` [PATCH v4 00.9/16] x86/CPUID: enable AVX10 leaf
[PATCH] arm/its: Decode BASER cacheability field before comparing
2026-04-10 11:46 UTC (9+ messages)
[PATCH v2] xen/common: llc-coloring: Fix off-by-one in parse_color_config()
2026-04-10 10:56 UTC (2+ messages)
[PATCH] x86/time: do not kill calibration timer on suspend
2026-04-10 10:44 UTC (3+ messages)
[PATCH 1/2] vtd: Drop dead check for permissions in lookup_page
2026-04-10 10:09 UTC (2+ messages)
` [RFC PATCH 2/2] vtd: Replace macros with bitfield
[PATCH] xen/arm: gic-v2: disable interrupt bypass on CPU shutdown
2026-04-10 9:36 UTC
[PATCH v7 0/6] Implement CPU hotplug on Arm
2026-04-10 9:36 UTC (12+ messages)
` [PATCH v7 2/6] arm/irq: Migrate IRQs during CPU up/down operations
` [PATCH v7 3/6] Kconfig: Make cpu hotplug configurable
` [PATCH v7 4/6] arm/sysctl: Implement cpu hotplug ops
[PATCH] hypfs: remove unreachable statement in the 'hypfs_get_entry_rel()'
2026-04-10 9:25 UTC (2+ messages)
[PATCH] xen/arm: gic-v3: disable Group 1 before CPU power-down
2026-04-10 8:17 UTC (2+ messages)
[RFC PATCH v2 0/3] xl: Allow PCI devices to be passthrough'd via Qemu command line
2026-04-10 8:16 UTC (6+ messages)
` [RFC PATCH v2 1/3] xl: Add pci device hotplug option
` [RFC PATCH v2 2/3] libxl: Allow PCI device passthrough using -device Qemu command line
` [RFC PATCH v2 3/3] docs: provide description for pci hotplug option
[PATCH 0/3] Fix Arm off-by-one bugs
2026-04-10 7:08 UTC (21+ messages)
` [PATCH 1/3] xen/arm: Fix off-by-one in iomem_deny_access() calls
` [PATCH 2/3] xen/common: llc-coloring: Fix off-by-one in parse_color_config()
` [PATCH 3/3] xen/arm: gic-v3: Use vsize instead of csize for virtual CPU interface
[PATCH] x86/APIC: handle overflow in TMICT calculation
2026-04-10 1:29 UTC (4+ messages)
[PATCH v3] xen/x86: Check supported features even for PVH dom0
2026-04-09 19:04 UTC (3+ messages)
[PATCH v3 0/7] Implement SR-IOV support for PVH
2026-04-09 15:27 UTC (9+ messages)
` [PATCH v3 2/7] vpci: rename and export vpci_guest_mem_bar_{read,write}
` [PATCH v3 1/7] vpci: rename and export vpci_modify_bars
` [PATCH v3 4/7] vpci: allow queueing of mapping operations
` [PATCH v3 3/7] vpci: Use pervcpu ranges for BAR mapping
` [PATCH v3 6/7] vpci: add SR-IOV support for DomUs
` [PATCH v3 5/7] vpci: add SR-IOV support for PVH Dom0
` [PATCH v3 7/7] docs: Update SR-IOV support status
[PATCH v4 0/4] vpci: allow 32-bit BAR writes with memory decoding enabled
2026-04-09 15:17 UTC (3+ messages)
` [PATCH v4 2/4] vpci: allow queueing of mapping operations
[RFC PATCH 0/3] xl: Allow PCI devices to be passthrough'd via Qemu command line
2026-04-09 15:16 UTC (3+ messages)
[PATCH v1] xen/arm: smmuv3: Add support for removing devices
2026-04-09 14:48 UTC (3+ messages)
[PATCH v2] docs: sysctl: Add documentation for /proc/sys/xen/
2026-04-09 14:45 UTC (2+ messages)
[PATCH v2 0/4] xen/drivers/char: fix IRQ registration failure propagation
2026-04-09 14:39 UTC (8+ messages)
` [PATCH v2 1/4] xen/drivers/char: fix SCIF "
` [PATCH v2 2/4] xen/drivers/char/pl011: fix "
` [PATCH v2 3/4] xen/drivers/char/cadence-uart: "
` [PATCH v2 4/4] xen/drivers/char: fix exynos4210 "
[PATCH] xen/efi: Reduce ifdefary in efi_exit_boot()
2026-04-09 14:22 UTC (4+ messages)
[PATCH] xen/drivers/char: fix SCIF IRQ registration failure propagation
2026-04-09 13:06 UTC (3+ messages)
[PATCH v2 0/3] x86: CET-SS related adjustments
2026-04-09 12:44 UTC (10+ messages)
` [PATCH v2 1/3] x86: record SSP at non-guest entry points
` [PATCH v2 3/3] x86: prefer shadow stack for producing call traces
[PATCH v2] x86: Avoid using .byte for instructions where safe to do so
2026-04-09 12:22 UTC (3+ messages)
[PATCH v1 0/3] Lockless SMP function call and TLB flushing
2026-04-09 11:46 UTC (14+ messages)
` [PATCH v1 1/3] x86/hap: Wait for remote CPUs during TLB flush
` [PATCH v1 2/3] xen/smp: Rewrite on_selected_cpus() to be lockless
[PATCH] x86/extable: Adjust UD1 encoding in stub_selftest()
2026-04-09 10:54 UTC (2+ messages)
[PATCH] x86/pv: Adjust the save_segments() comment regarding MSR_GS_SHADOW
2026-04-09 9:50 UTC (2+ messages)
[PATCH v2] ioremap() et al
2026-04-09 8:36 UTC (10+ messages)
` [PATCH v2 1/2] make ioremap_attr() common
` [PATCH v2 2/2] make ioremap_wc() x86 only (for the time being)
[PATCH v3 0/3] Fifth MPU Series
2026-04-09 7:50 UTC (4+ messages)
` [PATCH v3 2/3] arm/mpu: Introduce `v8r_el1_msa` device tree property for domains
[PATCH] x86/gen-cpuid: Split deep_features by vendor
2026-04-09 7:12 UTC (2+ messages)
[PATCH] x86/cpuidle: split the max_cstate variable
2026-04-09 5:54 UTC (3+ messages)
[PATCH v10] x86: use / "support" UDB
2026-04-09 5:50 UTC (3+ messages)
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox