Xen-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-24 09:56:29 to 2023-02-27 14:30:50 UTC [more...]

[PATCH v3 0/4] introduce generic implementation of macros from bug.h
 2023-02-27 14:29 UTC  (12+ messages)
` [PATCH v3 1/4] xen: introduce CONFIG_GENERIC_BUG_FRAME
` [PATCH v3 2/4] xen: change <asm/bug.h> to <xen/bug.h>
` [PATCH v3 3/4] xen/arm: switch ARM to use generic implementation of bug.h
` [PATCH v3 4/4] xen/x86: switch x86 to use generic implemetation "

[PATCH v4 0/3] Stop using insecure transports
 2023-02-27 14:26 UTC  (15+ messages)
` [PATCH v4 2/3] Build system: Replace git:// and http:// with https://
` [PATCH v5 0/5] Stop using insecure transports
  ` [PATCH v5 1/5] Use HTTPS for all xenbits.xen.org Git repos
  ` [PATCH v5 2/5] Change remaining xenbits.xen.org links to HTTPS
  ` [PATCH v5 3/5] Build system: Do not try to use broken links
  ` [PATCH v5 4/5] Build system: Replace git:// and http:// with https://
  ` [PATCH v5 5/5] Automation and CI: "

[PATCH 0/3] tools: use xen-tools/libs.h for common definitions
 2023-02-27 14:17 UTC  (11+ messages)
` [PATCH 1/3] tools: add container_of() macro to xen-tools/libs.h
` [PATCH 2/3] tools: get rid of additional min() and max() definitions
` [PATCH 3/3] tools: add offsetof() to xen-tools/libs.h

[PATCH v3 00/12] x86/mtrr: fix handling with PAT but without MTRR
 2023-02-27 13:56 UTC  (6+ messages)
` [PATCH v3 05/12] x86/xen: set MTRR state when running as Xen PV initial domain

[PATCH] build: add crypto/ to SUBDIRS
 2023-02-27 13:54 UTC  (4+ messages)

[linux-linus test] 178623: regressions - trouble: fail/pass/starved
 2023-02-27 13:39 UTC 

[PATCH v4 0/5] RISCV basic exception handling implementation
 2023-02-27 12:59 UTC  (9+ messages)
` [PATCH v4 1/5] xen/riscv: introduce decode_cause() stuff
` [PATCH v4 2/5] xen/riscv: introduce trap_init()
` [PATCH v4 3/5] xen/riscv: introduce an implementation of macros from <asm/bug.h>
` [PATCH v4 4/5] xen/riscv: test basic handling stuff
` [PATCH v4 5/5] automation: modify RISC-V smoke test

[PATCH v3 00/14] x86/hvm: {svm,vmx} {c,h} cleanup
 2023-02-27 12:17 UTC  (35+ messages)
` [PATCH v3 01/14] x86/svm: move declarations used only by svm code from svm.h to private header
` [PATCH v3 02/14] x86/svm: make asid.h private
  ` [PATCH v3 02/14 - ALT] x86/svm: Remove the asm/hvm/svm/asid.h header
` [PATCH v3 03/14] x86/svm: delete header asm/hvm/svm/intr.h
` [PATCH v3 04/14] x86/svm: make emulate.h private
  ` [PATCH v3 04/14 - ALT] x86/svm: Remove the asm/hvm/svm/emulate.h header
` [PATCH v3 05/14] x86/svm: move nestedsvm declarations used only by svm code to private header
  ` [PATCH v3 05.5/14] x86/svm: Decouple types in struct nestedsvm
` [PATCH v3 06/14] x86/svm: move vmcb declarations used only by svm code to private header
` [PATCH v3 07/14] x86/svm: move svmdebug.h declarations to private vmcb.h and delete it
` [PATCH v3 08/14] x86/vmx: move vmx_update_debug_state() in vmcs.c and declare it static
` [PATCH v3 09/14] x86/vmx: remove unused included headers from vmx.h
` [PATCH v3 10/14] x86/vmx: move declarations used only by vmx code from vmx.h to private headers
` [PATCH v3 11/14] x86/vmx: remove unused included headers from vmx.c
` [PATCH v3 12/14] x86/vmx: declare nvmx_enqueue_n2_exceptions() static
` [PATCH v3 13/14] x86/vmx: move vvmx declarations used only by vmx code to private header
` [PATCH v3 14/14] x86/vmx: move vmcs "

[PATCH] xen/riscv: read hart_id and dtb_base passed by bootloader
 2023-02-27 12:13 UTC  (7+ messages)

S0ix support in Xen
 2023-02-27 12:11 UTC  (2+ messages)

[PATCH 0/2] Deprecate support for 32-bit x86 and arm hosts
 2023-02-27 11:50 UTC  (4+ messages)
` [PATCH 1/2] docs/about: Deprecate 32-bit x86 hosts and qemu-system-i386
` [PATCH 2/2] docs/about: Deprecate 32-bit arm hosts and qemu-system-arm

[PATCH v2] x86/svm: Decouple types in struct nestedsvm
 2023-02-27 11:44 UTC  (3+ messages)

[PATCH] x86/setup: drop stale declarations of __bss_{start,end}[]
 2023-02-27 11:27 UTC  (2+ messages)

[PATCH v1 0/2] fix memory leaks reported by GCC -fanalyzer
 2023-02-27 10:36 UTC  (6+ messages)
` [PATCH v1 1/2] xc_core_arch_map_p2m_tree_rw: fix memory leak
` [PATCH v1 2/2] backup_ptes: fix leak on realloc failure

[PATCH] Drop ELF notes from non-EFI binary too
 2023-02-27 10:28 UTC  (2+ messages)

[PATCH] xen/riscv: init bss section
 2023-02-27 10:06 UTC  (6+ messages)

[xen-unstable test] 178616: tolerable trouble: fail/pass/starved
 2023-02-27  9:35 UTC 

[PATCH] xen-netback: remove unused variables pending_idx and index
 2023-02-27  8:29 UTC  (2+ messages)

[PATCH 0/4] hvm: add hvm_funcs hooks for msr intercept handling
 2023-02-27  7:56 UTC  (5+ messages)
` [PATCH 1/4] x86/vpmu: rename {svm,vmx}_vpmu_initialise to {amd,core2}_vpmu_initialise
` [PATCH 2/4] x86/svm: split svm_intercept_msr() into svm_{set,clear}_msr_intercept()
` [PATCH 3/4] x86/vmx: replace enum vmx_msr_intercept_type with the msr access flags
` [PATCH 4/4] x86/hvm: create hvm_funcs for {svm,vmx}_{set,clear}_msr_intercept()

[linux-linus test] 178595: regressions - trouble: fail/pass/starved
 2023-02-27  3:11 UTC 

[PATCH] drm/virtio: Pass correct device to dma_sync_sgtable_for_device()
 2023-02-26 23:50 UTC  (3+ messages)

[linux-linus test] 178544: regressions - trouble: fail/pass/starved
 2023-02-26 20:29 UTC 

[libvirt test] 178527: tolerable trouble: fail/pass/starved - PUSHED
 2023-02-26 14:37 UTC 

[xen-unstable test] 178515: tolerable trouble: fail/pass/starved
 2023-02-26 12:41 UTC 

[PATCH 0/6] xen/x86: Use SPDX (take 1)
 2023-02-26 12:01 UTC  (7+ messages)
` [PATCH 1/6] xen/x86: Replace GPL v2.0 copyright with an SPDX tag in *.c
` [PATCH 2/6] xen/x86: Replace GPL v2.0 copyright with an SPDX tag in *.c (part 2)

[PATCH v5 0/5] xen/arm: Don't switch TTBR while the MMU is on
 2023-02-26 10:29 UTC  (4+ messages)
` [PATCH v5 3/5] xen/arm64: mm: Introduce helpers to prepare/enable/disable the identity mapping

[linux-linus test] 178479: regressions - trouble: fail/pass/starved
 2023-02-26  8:14 UTC 

[linux-5.4 test] 178453: tolerable trouble: fail/pass/starved - PUSHED
 2023-02-26  4:50 UTC 

[PATCH] IOMMU/VT-d: Fix iommu=no-igfx if the IOMMU scope contains phantom device
 2023-02-26  0:08 UTC 

[xen-4.16-testing test] 178448: tolerable trouble: fail/pass/starved - PUSHED
 2023-02-25 22:15 UTC 

[xen-unstable test] 178432: tolerable trouble: fail/pass/starved - PUSHED
 2023-02-25 19:59 UTC 

[PATCH v1 0/3] enable MMU for RISC-V
 2023-02-25 18:05 UTC  (10+ messages)
` [PATCH v1 1/3] xen/riscv: introduce setup_initial_pages
` [PATCH v1 2/3] xen/riscv: setup initial pagetables
` [PATCH v1 3/3] automation: update RISC-V smoke test

[linux-linus test] 178416: regressions - trouble: broken/fail/pass/starved
 2023-02-25 16:41 UTC 

[libvirt test] 178422: regressions - trouble: blocked/fail/pass/starved
 2023-02-25 11:33 UTC 

[xen-4.16-testing test] 178378: regressions - trouble: fail/pass/starved
 2023-02-25 10:07 UTC 

[xen-unstable test] 178355: tolerable trouble: fail/pass/starved
 2023-02-25  6:25 UTC 

[linux-linus test] 178320: regressions - trouble: fail/pass/starved
 2023-02-25  3:05 UTC 

[xen-unstable-smoke test] 178391: tolerable trouble: pass/starved - PUSHED
 2023-02-24 23:03 UTC 

[libvirt test] 178315: tolerable trouble: fail/pass/starved - PUSHED
 2023-02-24 22:24 UTC 

[xen-unstable-smoke test] 178376: tolerable trouble: pass/starved - PUSHED
 2023-02-24 20:17 UTC 

[XEN PATCH v3 0/4] automation: Update containers to allow HTTPS access to xenbits
 2023-02-24 18:22 UTC  (8+ messages)
` [XEN PATCH v3 1/4] automation: Use EOL tag for Jessie container
` [XEN PATCH v3 2/4] automation: Remove testing on Debian Jessie
` [XEN PATCH v3 3/4] automation: Remove expired root certificates used to be used by let's encrypt
` [XEN PATCH v3 4/4] automation: Remove non-debug x86_32 build jobs

[RFC QEMU] docs: vhost-user: Add custom memory mapping support
 2023-02-24 18:20 UTC  (2+ messages)

[xen-4.16-testing test] 178275: regressions - trouble: blocked/broken/fail/pass/starved
 2023-02-24 18:08 UTC 

[xen-4.14-testing test] 178273: tolerable trouble: fail/pass/starved - PUSHED
 2023-02-24 17:49 UTC 

RE : Weekly meeting - Xen Gitlab Issues Review
 2023-02-24 17:10 UTC 

[PATCH] CI: Simplify RISCV smoke testing
 2023-02-24 16:47 UTC  (2+ messages)

[PATCH v2 0/3] x86/shadow: sh_page_fault() adjustments
 2023-02-24 16:40 UTC  (8+ messages)
` [PATCH v2 1/3] x86/shadow: move dm-mmio handling code in sh_page_fault()
` [PATCH v2 2/3] x86/shadow: mark more of sh_page_fault() HVM-only
` [PATCH v2 3/3] x86/shadow: drop dead code from HVM-only sh_page_fault() pieces

[PATCH] x86/asm: ELF metadata for simple cases
 2023-02-24 16:34 UTC  (3+ messages)

xenstored: Interaction bettwen SET_PERMS and transaction
 2023-02-24 16:04 UTC  (5+ messages)

[PATCH] tools/xenstore: fix quota check in acc_fix_domains()
 2023-02-24 15:58 UTC 

[XEN PATCH v2 0/7] automation: Update containers to allow HTTPS access to xenbits
 2023-02-24 15:57 UTC  (5+ messages)
` [XEN PATCH v2 6/7] automation: Remove testing on Debian Jessie

[RFC PATCH v2 0/2] Add a new acquire resource to query vcpu statistics
 2023-02-24 15:31 UTC  (4+ messages)
` [RFC PATCH v2 2/2] tools/misc: Add xen-vcpus-stats tool

[XEN PATCH v7 00/20] Xen FF-A mediator
 2023-02-24 15:27 UTC  (6+ messages)
` [XEN PATCH v7 06/20] xen/arm: ffa: add flags for FFA_PARTITION_INFO_GET
` [XEN PATCH v7 08/20] xen/arm: ffa: note dependency on 4k pages

[PATCH] xen/riscv: disable fpu
 2023-02-24 15:08 UTC  (2+ messages)

[xen-unstable test] 178260: tolerable trouble: fail/pass/starved - PUSHED
 2023-02-24 13:10 UTC 

[PATCH v2] xen: Work around Clang-IAS macro \@ expansion bug
 2023-02-24 12:15 UTC  (3+ messages)

[PATCH 0/2] xen/misra: create exclusion file list
 2023-02-24 12:00 UTC  (10+ messages)
` [PATCH 2/2] xen/misra: add entries to exclude-list.json

[PATCH] xen: Work around Clang -E vs -Wunicode bug
 2023-02-24 11:29 UTC  (5+ messages)

[PATCH v3] automation: Add container and build jobs to run cppcheck analysis
 2023-02-24 10:17 UTC 

[PATCH v3 0/3] automation: add arm32 xl domU creation test
 2023-02-24 10:08 UTC  (5+ messages)
` [PATCH v3 2/3] automation: add binaries/ to artifacts for Yocto arm32 job
` [PATCH v3 3/3] automation: expand arm32 dom0 test adding xl domain creation


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 read-only IMAP folder(s) and NNTP newsgroup(s).