xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-17 18:01:56 to 2021-11-19 18:25:34 UTC [more...]

[PATCH V2 0/4] xen: Add support of extended regions (safe ranges) on Arm
 2021-11-19 18:25 UTC  (15+ messages)
` [PATCH V2 2/4] arm/xen: Switch to use gnttab_setup_auto_xlat_frames() for DT
` [PATCH V2 3/4] xen/unpopulated-alloc: Add mechanism to use Xen resource
` [PATCH V2 4/4] arm/xen: Read extended regions from DT and init "

[PATCH 0/5] x86/traps: Drop exception_table[]
 2021-11-19 18:21 UTC  (6+ messages)
` [PATCH 1/5] x86/traps: Collect PERFC_exceptions stats for IST vectors too
` [PATCH 2/5] x86/traps: Drop dummy_nmi_callback()
` [PATCH 3/5] x86/crash: Drop manual hooking of exception_table[]
` [PATCH 4/5] x86/traps: Drop exception_table[] and use if/else dispatching
` [PATCH 5/5] x86/traps: Clean up diagnostics

[xen-unstable-smoke test] 166195: tolerable all pass - PUSHED
 2021-11-19 18:15 UTC 

[RFC PATCH 0/2] Boot time cpupools
 2021-11-19 18:02 UTC  (16+ messages)
` [RFC PATCH 1/2] xen/cpupool: Create different cpupools at boot time

[RFC PATCH] Added the logic to decode 32 bit ldr/str post-indexing instructions
 2021-11-19 17:26 UTC  (2+ messages)

Xen 4.16 development update - tree status
 2021-11-19 17:11 UTC  (3+ messages)

[PATCH for-4.16 v3] efi: fix alignment of function parameters in compat mode
 2021-11-19 17:09 UTC  (3+ messages)

Xen/ARM - Query about a data abort seen while reading GICD registers
 2021-11-19 16:55 UTC  (9+ messages)

[PATCH] xen/pvh: add missing prototype to header
 2021-11-19 16:47 UTC  (2+ messages)

[linux-linus test] 166190: tolerable FAIL - PUSHED
 2021-11-19 16:44 UTC 

[XEN PATCH for-4.16] golang/xenlight: regen generated code
 2021-11-19 14:35 UTC  (5+ messages)

[PATCH v4 00/11] PCI devices passthrough on Arm, part 3
 2021-11-19 14:26 UTC  (64+ messages)
` [PATCH v4 02/11] vpci: cancel pending map/unmap on vpci removal
` [PATCH v4 05/11] vpci/header: implement guest BAR register handlers
` [PATCH v4 06/11] vpci/header: handle p2m range sets per BAR
` [PATCH v4 07/11] vpci/header: program p2m with guest BAR view
` [PATCH v4 10/11] vpci: add initial support for virtual PCI bus topology

[PATCH 0/7] (mainly) xz imports from Linux
 2021-11-19 14:25 UTC  (9+ messages)
` [PATCH 1/7] xz: add fall-through comments to a switch statement
` [PATCH 2/7] xz: fix XZ_DYNALLOC to avoid useless memory reallocations
` [PATCH 3/7] decompressors: fix spelling mistakes
` [PATCH 4/7] xz: avoid overlapping memcpy() with invalid input with in-place decompression
` [PATCH 5/7] xz: fix spelling in comments
` [PATCH 6/7] xz: move s->lzma.len = 0 initialization to lzma_reset()
` [PATCH 7/7] xz: validate the value before assigning it to an enum variable

[PATCH 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
 2021-11-19 14:23 UTC  (5+ messages)
` [PATCH 3/5] hyperv/IOMMU: Enable swiotlb bounce buffer for Isolation VM

Xen Security Advisory 390 v1 (CVE-2021-28710) - certain VT-d IOMMUs may not work in shared page table mode
 2021-11-19 14:10 UTC 

[PATCH] x86/dom0: Fix command line parsing issues with dom0_nodes=
 2021-11-19 14:06 UTC  (3+ messages)

[xen-unstable test] 166189: tolerable FAIL
 2021-11-19 12:44 UTC 

[PATCH for-4.16 0/2] CHANGELOG: start to populate entries for 4.16
 2021-11-19 11:16 UTC  (18+ messages)
` [PATCH for-4.16 2/2] CHANGELOG: add missing entries for work during the 4.16 release cycle

[qemu-mainline test] 166188: tolerable FAIL - PUSHED
 2021-11-19  9:42 UTC 

[libvirt test] 166191: regressions - FAIL
 2021-11-19  8:37 UTC 

[PATCH] xen: detect uninitialized xenbus in xenbus_init
 2021-11-19  8:24 UTC  (11+ messages)

[PATCH 0/3] x86/Viridian: ExProcessorMasks handling improvements
 2021-11-19  7:57 UTC  (12+ messages)
` [PATCH 1/3] x86/Viridian: fix error code use
` [PATCH 2/3] x86/Viridian: drop dead variable updates
` [PATCH 3/3] x86/Viridian: fold duplicate vpset retrieval code

[linux-linus test] 166183: regressions - FAIL
 2021-11-19  3:20 UTC 

[xen-unstable test] 166185: tolerable FAIL - PUSHED
 2021-11-19  2:35 UTC 

[qemu-mainline test] 166184: tolerable FAIL - PUSHED
 2021-11-19  2:01 UTC 

[PATCH] x86/hvm: Remove callback from paging->flush_tlb() hook
 2021-11-18 18:57 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 0/5] xen: various function pointer cleanups
 2021-11-18 17:33 UTC  (13+ messages)
` [PATCH 1/5] xen/domain: Remove function pointers from domain pause helpers
` [PATCH 5/5] x86/ioapic: Drop function pointers from __ioapic_{read,write}_entry()

[PATCH 0/5] XSM: cleanups
 2021-11-18 13:01 UTC  (14+ messages)
` [PATCH 2/5] xen/xsm: Complete altcall conversion of xsm interface
` [PATCH 4/5] xen/xsm: Improve fallback handling in xsm_fixup_ops()
` [PATCH 5/5] xen/xsm: Address hypercall ABI problems

[libvirt test] 166182: regressions - FAIL
 2021-11-18 12:07 UTC 

[PATCH for-4.16 v2] efi: fix alignment of function parameters in compat mode
 2021-11-18 10:50 UTC  (5+ messages)

[PATCH v6 0/7] PCI devices passthrough on Arm, part 2
 2021-11-18 10:46 UTC  (18+ messages)
` [PATCH v6 2/7] xen/arm: add pci-domain for disabled devices
` [PATCH v6 3/7] xen/arm: setup MMIO range trap handlers for hardware domain
` [PATCH v6 5/7] xen/arm: do not map IRQs and memory for disabled devices
` [PATCH v6 6/7] xen/arm: process pending vPCI map/unmap operations
` [PATCH v6 7/7] xen/arm: do not use void pointer in pci_host_common_probe

[PATCH] xen/smp: Support NULL IPI function pointers
 2021-11-18 10:35 UTC  (6+ messages)

[PATCH] x86/passthrough: Fix hvm_gsi_eoi() build with GCC 12
 2021-11-18  9:50 UTC  (10+ messages)
  ` [PATCH for-4.16] "

[xen-unstable test] 166172: tolerable FAIL - PUSHED
 2021-11-18  9:35 UTC 

[qemu-mainline test] 166170: tolerable FAIL - PUSHED
 2021-11-18  9:24 UTC 

[PATCH] xen-pciback: allow compiling on other archs than x86
 2021-11-18  8:13 UTC  (4+ messages)

PCI pass-through vs PoD
 2021-11-18  8:08 UTC  (8+ messages)

[PATCH 0/2] x86: alternatives handling adjustments
 2021-11-18  7:06 UTC  (3+ messages)
` [PATCH 2/2] x86/alternatives: adjust alternative_vcall0()

[linux-linus test] 166163: regressions - FAIL
 2021-11-18  6:07 UTC 

[xen-4.15-testing test] 166169: tolerable FAIL - PUSHED
 2021-11-18  6:04 UTC 

[linux-5.4 test] 166164: tolerable FAIL - PUSHED
 2021-11-18  4:49 UTC 

[PATCH-4.16] arm/efi: Improve performance requesting filesystem handle
 2021-11-17 23:57 UTC  (4+ messages)

[xen-unstable-smoke test] 166176: tolerable all pass - PUSHED
 2021-11-17 20:32 UTC 

[PATCH for-4.16] efi: fix alignment of function parameters in compat mode
 2021-11-17 18:36 UTC  (5+ messages)
  ` [PATCH for-4.16] efi: fix alignment of function parameters in compat mode [and 1 more messages]


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).