xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-12 11:58:07 to 2023-06-13 20:11:44 UTC [more...]

[seabios test] 181408: regressions - FAIL
 2023-06-13 20:11 UTC 

[PATCH] xen/evtchn: Purge ERROR_EXIT{,_DOM}()
 2023-06-13 19:47 UTC  (4+ messages)

[PATCH v1 0/8] xen/riscv: introduce identity mapping
 2023-06-13 17:48 UTC  (18+ messages)
` [PATCH v1 1/8] xen/riscv: make sure that identity mapping isn't bigger then page size
` [PATCH v1 2/8] xen/riscv: add .sbss section to .bss
` [PATCH v1 3/8] xen/riscv: introduce reset_stack() function
` [PATCH v1 4/8] xen/riscv: introduce function for physical offset calculation
` [PATCH v1 5/8] xen/riscv: introduce identity mapping
` [PATCH v1 7/8] xen/riscv: add __ASSEMBLY__ guards

[PATCH] xen/gnttab: Purge PIN_FAIL()
 2023-06-13 17:34 UTC  (3+ messages)

[linux-linus test] 181405: regressions - FAIL
 2023-06-13 17:22 UTC 

[libvirt test] 181401: trouble: blocked/broken/pass
 2023-06-13 17:16 UTC 

[PATCH v9 02/42] mm: Move pte/pmd_mkwrite() callers with no VMA to _novma()
 2023-06-13 17:00 UTC  (6+ messages)

[xen-unstable-smoke test] 181407: tolerable all pass - PUSHED
 2023-06-13 16:49 UTC 

[PATCH v2 0/4] Prevent attempting updates known to fail
 2023-06-13 16:42 UTC  (18+ messages)
` [PATCH v2 1/4] x86/microcode: Remove Intel's family check on early_microcode_init()
` [PATCH v2 2/4] x86: Read MSR_ARCH_CAPS after early_microcode_init()
` [PATCH v2 3/4] x86/microcode: Ignore microcode loading interface for revision = -1
` [PATCH v2 4/4] x86/microcode: Prevent attempting updates if DIS_MCU_LOAD is set

[PATCH 0/5] tools: address Coverity UNUSED issues
 2023-06-13 16:40 UTC  (26+ messages)
` [PATCH 1/5] xen-mfndump: drop dead assignment to "page" from lookup_pte_func()
` [PATCH 2/5] libxl: drop dead assignments to "ret" from libxl__domain_config_setdefault()
` [PATCH 3/5] libxg: drop dead assignment to "ptes" from xc_core_arch_map_p2m_list_rw()
` [PATCH 4/5] libxg: drop dead assignment to "rc" from xc_cpuid_apply_policy()
` [PATCH 5/5] libxl: drop dead assignment to transaction variable from libxl__domain_make()

[qemu-mainline test] 181403: regressions - FAIL
 2023-06-13 16:35 UTC 

[PATCH] xen: speed up grant-table reclaim
 2023-06-13 15:11 UTC  (5+ messages)

[PATCH 0/3] Initial support for Power
 2023-06-13 14:59 UTC  (14+ messages)
` [PATCH 2/3] xen/ppc: Implement early serial printk on PaPR/pseries

[PATCH v3 0/4] Initial support for Power
 2023-06-13 14:50 UTC  (5+ messages)
` [PATCH v3 1/4] automation: Add container for ppc64le builds
` [PATCH v3 2/4] xen: Add files needed for minimal ppc64le build
` [PATCH v3 3/4] automation: Add ppc64le cross-build jobs
` [PATCH v3 4/4] maintainers: Add ppc64 maintainer

[PATCH v2 0/4] Initial support for Power
 2023-06-13 14:37 UTC  (8+ messages)
` [PATCH v2 1/4] automation: Add container for ppc64le builds
` [PATCH v2 2/4] xen: Add files needed for minimal ppc64le build
` [PATCH v2 3/4] automation: Add ppc64le cross-build jobs
` [PATCH v2 4/4] maintainers: Add ppc64 maintainer

[PATCH] libs/light: use the cpuid feature names from cpufeatureset.h
 2023-06-13 14:26 UTC  (4+ messages)

[xen-unstable-smoke test] 181402: tolerable all pass - PUSHED
 2023-06-13 13:27 UTC 

[xen-unstable test] 181398: trouble: blocked/broken/fail/pass
 2023-06-13 13:21 UTC 

[PATCH] iommu/amd-vi: fix checking for Invalidate All support in amd_iommu_resume()
 2023-06-13 12:45 UTC  (4+ messages)

[PATCH v3 0/4] Make sscanf() stricter
 2023-06-13 12:42 UTC  (8+ messages)
` [PATCH v3 1/4] limits.h: add UCHAR_MAX, SCHAR_MAX, and SCHAR_MIN
` [PATCH v3 3/4] vsscanf(): do not skip spaces

[PATCH v2] tools: fix make rpmball
 2023-06-13 11:00 UTC  (2+ messages)

[PATCH V3 0/3] libxl: Make grants configurable for virtio devices
 2023-06-13 10:48 UTC  (9+ messages)
` [PATCH V3 1/3] libxl: virtio: Remove unused frontend nodes
` [PATCH V3 2/3] libxl: Call libxl__virtio_devtype.set_default() early enough
` [PATCH V3 3/3] libxl: arm: Add grant_usage parameter for virtio devices
  ` [PATCH V3.1] "

[PATCH v7 00/12] PCI devices passthrough on Arm, part 3
 2023-06-13 10:32 UTC  (13+ messages)
` [PATCH v7 01/12] vpci: introduce per-domain lock to protect vpci structure
` [PATCH v7 04/12] vpci/header: implement guest BAR register handlers
` [PATCH v7 02/12] vpci: restrict unhandled read/write operations for guests
` [PATCH v7 03/12] vpci: add hooks for PCI device assign/de-assign
` [PATCH v7 06/12] vpci/header: handle p2m range sets per BAR
` [PATCH v7 08/12] vpci/header: emulate PCI_COMMAND register for guests
` [PATCH v7 05/12] rangeset: add RANGESETF_no_print flag
` [PATCH v7 07/12] vpci/header: program p2m with guest BAR view
` [PATCH v7 09/12] vpci/header: reset the command register when adding devices
` [PATCH v7 11/12] xen/arm: translate virtual PCI bus topology for guests
` [PATCH v7 10/12] vpci: add initial support for virtual PCI bus topology
` [PATCH v7 12/12] xen/arm: account IO handlers for emulated PCI MSI-X

[PATCH 1/4] Rip out simple_strtoll()
 2023-06-13 10:14 UTC  (2+ messages)

[ovmf test] 181404: all pass - PUSHED
 2023-06-13 10:14 UTC 

[XEN PATCH] xen: fixed violations of MISRA C:2012 Rule 3.1
 2023-06-13 10:06 UTC  (7+ messages)

[PATCH v3 0/4] x86: RSBA and RRSBA handling
 2023-06-13  9:59 UTC  (8+ messages)
` [PATCH v3 1/4] x86/spec-ctrl: Use a taint for CET without MSR_SPEC_CTRL
` [PATCH v3 2/4] x86/spec-ctrl: Rename retpoline_safe() to retpoline_calculations()
` [PATCH v3 3/4] x86/spec-ctrl: Fix up the RSBA/RRSBA bits as appropriate
` [PATCH v3 4/4] x86/cpu-policy: Derive RSBA/RRSBA for guest policies

[linux-linus test] 181397: regressions - trouble: blocked/broken/fail/pass
 2023-06-13  8:41 UTC 

[qemu-mainline test] 181399: regressions - trouble: blocked/broken/fail/pass
 2023-06-13  8:04 UTC 

[PATCH] x86: minor tidying of identify_cpu()
 2023-06-13  7:42 UTC  (2+ messages)

[ovmf test] 181400: all pass - PUSHED
 2023-06-13  7:42 UTC 

[PATCH v3] docs/misra: new rules addition
 2023-06-13  7:31 UTC  (2+ messages)

[PATCH v4 00/34] Split ptdesc from struct page
 2023-06-13  7:28 UTC  (36+ messages)
` [PATCH v4 01/34] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v4 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v4 03/34] s390: Use pt_frag_refcount for pagetables
` [PATCH v4 04/34] pgtable: Create struct ptdesc
` [PATCH v4 05/34] mm: add utility functions for ptdesc
` [PATCH v4 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v4 07/34] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v4 08/34] mm: Convert ptlock_ptr() "
` [PATCH v4 09/34] mm: Convert pmd_ptlock_init() "
` [PATCH v4 10/34] mm: Convert ptlock_init() "
` [PATCH v4 11/34] mm: Convert pmd_ptlock_free() "
` [PATCH v4 12/34] mm: Convert ptlock_free() "
` [PATCH v4 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v4 14/34] powerpc: Convert various functions to use ptdescs
` [PATCH v4 15/34] x86: "
` [PATCH v4 16/34] s390: Convert various gmap "
` [PATCH v4 17/34] s390: Convert various pgalloc "
` [PATCH v4 18/34] mm: Remove page table members from struct page
` [PATCH v4 19/34] pgalloc: Convert various functions to use ptdescs
` [PATCH v4 20/34] arm: "
` [PATCH v4 21/34] arm64: "
` [PATCH v4 22/34] csky: Convert __pte_free_tlb() "
` [PATCH v4 23/34] hexagon: "
` [PATCH v4 24/34] loongarch: Convert various functions "
` [PATCH v4 25/34] m68k: "
` [PATCH v4 26/34] mips: "
` [PATCH v4 27/34] nios2: Convert __pte_free_tlb() "
` [PATCH v4 28/34] openrisc: "
` [PATCH v4 29/34] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v4 30/34] sh: Convert pte_free_tlb() "
` [PATCH v4 31/34] sparc64: Convert various functions "
` [PATCH v4 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v4 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v4 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH] x86/spec-ctrl: Fix the rendering of FB_CLEAR
 2023-06-13  7:00 UTC  (2+ messages)

[xen-unstable-smoke test] 181396: trouble: blocked/broken/pass
 2023-06-13  4:27 UTC 

[PATCH 0/4] xen/arm: pl011: Use correct accessors
 2023-06-13  3:00 UTC  (9+ messages)
` [PATCH 1/4] xen/arm: debug-pl011: "
` [PATCH 2/4] xen/arm: debug-pl011: Add support for 32-bit only MMIO
` [PATCH 3/4] xen/arm: pl011: Use correct accessors
` [PATCH 4/4] xen/arm: pl011: Add SBSA UART device-tree support

[qemu-mainline test] 181395: regressions - trouble: blocked/broken/fail/pass
 2023-06-13  2:04 UTC 

Asking for help to debug xen efi on Kunpeng machine
 2023-06-13  1:07 UTC  (8+ messages)

[linux-linus test] 181392: regressions - trouble: broken/fail/pass
 2023-06-13  0:56 UTC 

[patch V4 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-06-12 23:49 UTC  (7+ messages)
` [patch V4 04/37] x86/smpboot: Rename start_cpu0() to soft_restart_cpu()
` [patch V4 07/37] x86/smpboot: Restrict soft_restart_cpu() to SEV
` [patch V4 10/37] x86/smpboot: Get rid of cpu_init_secondary()

[PATCH v2] xen/arm: rename guest_cpuinfo in domain_cpuinfo
 2023-06-12 21:35 UTC  (2+ messages)

[qemu-mainline test] 181394: regressions - FAIL
 2023-06-12 20:19 UTC 

[qemu-mainline test] 181393: regressions - FAIL
 2023-06-12 18:54 UTC 

[qemu-mainline test] 181391: regressions - FAIL
 2023-06-12 16:50 UTC 

[linux-linus test] 181387: regressions - trouble: broken/fail/pass
 2023-06-12 15:27 UTC 

[qemu-mainline test] 181390: regressions - FAIL
 2023-06-12 15:21 UTC 

[PATCH v2] docs/misra: new rules addition
 2023-06-12 15:15 UTC  (5+ messages)

[PATCH] tools/xenstored: Correct the prototype of domain_max_chk()
 2023-06-12 15:08 UTC  (2+ messages)

unexport swiotlb_active v2
 2023-06-12 14:25 UTC  (4+ messages)
` [PATCH 1/3] xen/pci: add flag for PCI passthrough being possible
` [PATCH 2/3] x86: always initialize xen-swiotlb when xen-pcifront is enabling
` [PATCH 3/3] swiotlb: unexport is_swiotlb_active

[qemu-mainline test] 181389: regressions - FAIL
 2023-06-12 13:52 UTC 

[QEMU PATCH 0/1]
 2023-06-12 12:42 UTC  (3+ messages)
` [QEMU PATCH 1/1] virtgpu: do not destroy resources when guest suspend

[PATCH] xen/arm: rename guest_cpuinfo in domain_cpuinfo
 2023-06-12 12:13 UTC  (3+ messages)

[PATCH v1] tools: fix make rpmball
 2023-06-12 11:57 UTC  (6+ 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).