Xen-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-27 08:26:12 to 2023-02-28 17:49:15 UTC [more...]

[PATCH v3 0/4] introduce generic implementation of macros from bug.h
 2023-02-28 17:48 UTC  (27+ 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 v2 0/3] xen-ucode: print information about currently loaded ucode
 2023-02-28 17:39 UTC  (4+ messages)
` [PATCH v2/RFC 1/3] xen/hypfs: add initial cpuinfo directory
` [PATCH v2 2/3] tools/xenctrl: add xc_get_cpu_version()
` [PATCH v2 3/3] tools/xen-ucode: print information about currently loaded ucode

[RFC PATCH 00/10] Rework PCI locking
 2023-02-28 17:06 UTC  (12+ messages)
` [RFC PATCH 02/10] xen: pci: add pci_seg->alldevs_lock
` [RFC PATCH 05/10] xen: pci: introduce reference counting for pdev
` [RFC PATCH 09/10] [RFC only] xen: iommu: remove last pcidevs_lock() calls in iommu
` [RFC PATCH 08/10] xen: pci: remove pcidev_[un]lock[ed] calls
` [RFC PATCH 07/10] xen: pci: add per-device locking

[PATCH 0/2] Deprecate support for 32-bit x86 and arm hosts
 2023-02-28 16:57 UTC  (32+ 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

[XEN PATCH v7 00/20] Xen FF-A mediator
 2023-02-28 16:48 UTC  (14+ messages)
` [XEN PATCH v7 08/20] xen/arm: ffa: note dependency on 4k pages
` [XEN PATCH v7 09/20] xen/arm: ffa: add support for FFA_ID_GET
` [XEN PATCH v7 10/20] xen/arm: ffa: add direct request support
` [XEN PATCH v7 11/20] xen/arm: ffa: map SPMC rx/tx buffers
` [XEN PATCH v7 12/20] xen/arm: ffa: send guest events to Secure Partitions

[PATCH 0/4] hvm: add hvm_funcs hooks for msr intercept handling
 2023-02-28 16:14 UTC  (15+ 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()

[xen-unstable-smoke test] 178776: tolerable trouble: pass/starved - PUSHED
 2023-02-28 16:12 UTC 

Is xl vcpu-set broken
 2023-02-28 15:54 UTC  (6+ messages)

[libvirt test] 178733: tolerable trouble: fail/pass/starved - PUSHED
 2023-02-28 15:24 UTC 

[xen-unstable test] 178726: regressions - trouble: broken/fail/pass/starved
 2023-02-28 12:52 UTC 

[PATCH] xen/arm: check max_init_domid validity
 2023-02-28 12:48 UTC  (3+ messages)

[PATCH v4] core-parking: fix build with gcc12 and NR_CPUS=1
 2023-02-28 12:34 UTC 

[PATCH v2 0/4] tools: use xen-tools/libs.h for common definitions
 2023-02-28 10:36 UTC  (9+ messages)
` [PATCH v2 1/4] tools: rename xen-tools/libs.h file to common-macros.h
` [PATCH v2 2/4] tools: add container_of() macro to xen-tools/common-macros.h
` [PATCH v2 3/4] tools: get rid of additional min() and max() definitions
` [PATCH v2 4/4] tools: add offsetof() to xen-tools/common-macros.h

[PATCH] VT-d: constrain IGD check
 2023-02-28  9:51 UTC 

[PATCH v3] core-parking: fix build with gcc12 and NR_CPUS=1
 2023-02-28  9:08 UTC 

[linux-linus test] 178706: regressions - trouble: fail/pass/starved
 2023-02-28  8:41 UTC 

[PATCH v2] core-parking: fix build with gcc12 and NR_CPUS=1
 2023-02-28  8:30 UTC  (4+ messages)

[PATCH] build: add crypto/ to SUBDIRS
 2023-02-28  8:25 UTC  (11+ messages)

[PATCH v3 00/14] x86/hvm: {svm,vmx} {c,h} cleanup
 2023-02-28  8:05 UTC  (20+ messages)
` [PATCH v3 08/14] x86/vmx: move vmx_update_debug_state() in vmcs.c and declare it static
` [PATCH v3 10/14] x86/vmx: move declarations used only by vmx code from vmx.h to private headers

[ANNOUNCE] Call for agenda items for 3 March Community Call @ 1600 UTC
 2023-02-28  7:16 UTC  (2+ messages)

[xen-unstable test] 178673: regressions - trouble: fail/pass/starved
 2023-02-28  2:39 UTC 

[xen-unstable-smoke test] 178708: tolerable trouble: pass/starved - PUSHED
 2023-02-28  0:58 UTC 

[PATCH] xen-netback: remove unused variables pending_idx and index
 2023-02-28  0:46 UTC  (4+ messages)

[PATCH v3] automation: Add container and build jobs to run cppcheck analysis
 2023-02-27 22:48 UTC  (2+ messages)

[PATCH v7 11/41] mm: Introduce pte_mkwrite_kernel()
 2023-02-27 22:29 UTC  (2+ messages)
` [PATCH v7 13/41] mm: Make pte_mkwrite() take a VMA

[linux-linus test] 178669: regressions - trouble: fail/pass/starved
 2023-02-27 22:27 UTC 

[PATCH 0/2] xen/misra: create exclusion file list
 2023-02-27 22:19 UTC  (11+ messages)
` [PATCH 2/2] xen/misra: add entries to exclude-list.json

[ImageBuilder][PATCH] uboot-script-gen: Add virtio loader
 2023-02-27 22:05 UTC  (2+ messages)

[PATCH] CI: Simplify RISCV smoke testing
 2023-02-27 21:08 UTC  (2+ messages)

[xen-unstable-smoke test] 178690: tolerable trouble: pass/starved - PUSHED
 2023-02-27 21:02 UTC 

[PATCH v5 0/5] Stop using insecure transports
 2023-02-27 20:53 UTC  (10+ messages)
` [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 4/5] Build system: Replace git:// and http:// with https://

[PATCH v4 0/3] Stop using insecure transports
 2023-02-27 20:18 UTC  (6+ messages)
` [PATCH v4 2/3] Build system: Replace git:// and http:// with https://

[PATCH v1 0/3] enable MMU for RISC-V
 2023-02-27 17:45 UTC  (13+ messages)
` [PATCH v1 1/3] xen/riscv: introduce setup_initial_pages
` [PATCH v1 2/3] xen/riscv: setup initial pagetables

[PATCH] IOMMU/VT-d: Fix iommu=no-igfx if the IOMMU scope contains phantom device
 2023-02-27 16:55 UTC  (2+ messages)

[PATCH v5] x86/ucode/AMD: late load the patch on every logical thread
 2023-02-27 16:05 UTC  (2+ messages)

[XEN v3 0/9] Add support for 32 bit physical address
 2023-02-27 15:21 UTC  (4+ messages)
` [XEN v3 6/9] xen/arm: Introduce choice to enable 64/32 bit physical addressing

[PATCH v1 0/2] fix memory leaks reported by GCC -fanalyzer
 2023-02-27 15:00 UTC  (7+ messages)
` [PATCH v1 1/2] xc_core_arch_map_p2m_tree_rw: fix memory leak
  ` [PATCH] libs/guest: Fix resource leaks in xc_core_arch_map_p2m_tree_rw()

[xen-unstable-smoke test] 178663: tolerable trouble: pass/starved - PUSHED
 2023-02-27 14:43 UTC 

[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

[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  (7+ 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] 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 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 v3 05/14] x86/svm: move nestedsvm declarations used only by svm code to private header
 2023-02-27 10:47 UTC  (4+ messages)
` [PATCH v3 05.5/14] x86/svm: Decouple types in struct nestedsvm

[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  (3+ messages)

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


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