xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-20 17:03:55 to 2023-03-22 09:22:25 UTC [more...]

[PATCH v2 0/3] enable MMU for RISC-V
 2023-03-22  9:22 UTC  (11+ messages)
` [PATCH v2 1/3] xen/riscv: introduce setup_initial_pages
` [PATCH v2 2/3] xen/riscv: setup initial pagetables

[PATCH v1 0/3] enable MMU for RISC-V
 2023-03-22  9:14 UTC  (8+ messages)
` [PATCH v1 1/3] xen/riscv: introduce setup_initial_pages

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

[PATCH v3 00/10] SVE feature for arm guests
 2023-03-22  8:47 UTC  (12+ messages)
` [PATCH v3 02/10] xen/arm: add SVE vector length field to the domain
` [PATCH v3 06/10] xen/arm: enable Dom0 to use SVE feature
` [PATCH v3 08/10] tools: add physinfo arch_capabilities handling for Arm

[PATCH v2 0/4] P2M improvements for Arm
 2023-03-22  8:16 UTC  (14+ messages)
` [PATCH v2 2/4] xen/arm: Rename vgic_cpu_base and vgic_dist_base for new vGIC
` [PATCH v2 3/4] xen/arm: Defer GICv2 CPU interface mapping until the first access
` [PATCH v2 4/4] xen/arm: Clean-up in p2m_init() and p2m_final_teardown()

[xen-4.15-testing test] 179841: tolerable trouble: fail/pass/starved - PUSHED
 2023-03-22  8:12 UTC 

[RFC XEN PATCH 0/6] Introduce VirtIO GPU and Passthrough GPU support on Xen PVH dom0
 2023-03-22  7:45 UTC  (31+ messages)
` [RFC XEN PATCH 1/6] x86/pvh: report ACPI VFCT table to dom0 if present
` [RFC XEN PATCH 2/6] vpci: accept BAR writes if dom0 is PVH
` [RFC XEN PATCH 3/6] x86/pvh: shouldn't check pirq flag when map pirq in PVH
` [RFC XEN PATCH 4/6] x86/pvh: PVH dom0 also need PHYSDEVOP_setup_gsi call

[PATCH v2 0/3] tools/xl: small cleanup of parsing code
 2023-03-22  7:34 UTC  (4+ messages)
` [PATCH v2 1/3] tools/xl: allow split_string_into_pair() to trim values
` [PATCH v2 2/3] tools/xl: make split_string_into_pair() more usable
` [PATCH v2 3/3] tools/xl: rework p9 config parsing

[PATCH v2] tools: use libxenlight for writing xenstore-stubdom console nodes
 2023-03-22  7:29 UTC 

[XEN v4 00/11] Add support for 32 bit physical address
 2023-03-22  6:59 UTC  (18+ messages)
` [XEN v4 01/11] xen/arm: Use the correct format specifier
` [XEN v4 02/11] xen/arm: domain_build: Track unallocated pages using the frame number
` [XEN v4 03/11] xen/arm: Typecast the DT values into paddr_t
` [XEN v4 04/11] xen/drivers: ns16550: Use paddr_t for io_base/io_size
` [XEN v4 05/11] xen/arm: Introduce a wrapper for dt_device_get_address() to handle paddr_t
` [XEN v4 06/11] xen/arm: smmu: Use writeq_relaxed_non_atomic() for writing to SMMU_CBn_TTBR0
` [XEN v4 07/11] xen/arm: Introduce choice to enable 64/32 bit physical addressing
` [XEN v4 08/11] xen/arm: guest_walk: LPAE specific bits should be enclosed within "ifndef CONFIG_PHYS_ADDR_T_32"
` [XEN v4 09/11] xen/arm: Restrict zeroeth_table_offset for ARM_64
` [XEN v4 10/11] xen/arm: p2m: Use the pa_range_info table to support Arm_32 and Arm_64
` [XEN v4 11/11] xen/arm: p2m: Enable support for 32bit IPA for ARM_32

[PATCH] x86/HVM: restrict use of pinned cache attributes as well as associated flushing
 2023-03-22  6:50 UTC 

[xen-4.14-testing test] 179840: tolerable trouble: fail/pass/starved - PUSHED
 2023-03-22  4:40 UTC 

[PATCH v5] ACPI: processor: Fix evaluating _PDC method when running as Xen dom0
 2023-03-22  3:47 UTC  (3+ messages)

[xen-4.16-testing test] 179842: regressions - trouble: blocked/fail/pass/starved
 2023-03-22  3:32 UTC 

[BUG] x2apic broken with current AMD hardware
 2023-03-21 22:19 UTC  (17+ messages)

[xen-unstable test] 179834: tolerable trouble: fail/pass/starved - PUSHED
 2023-03-21 21:48 UTC 

[linux-linus test] 179830: regressions - trouble: fail/pass/starved
 2023-03-21 21:29 UTC 

[PATCH] xen/arm: irq: Constify the first parameter of platform_get_irq_byname()
 2023-03-21 20:25 UTC  (3+ messages)

[RFC PATCH 0/5] Add Xen PVH dom0 support for GPU
 2023-03-21 18:55 UTC  (14+ messages)
` [RFC PATCH 1/5] x86/xen: disable swiotlb for xen pvh

[PATCH v5 0/7] RISCV basic exception handling implementation
 2023-03-21 17:42 UTC  (14+ messages)
` [PATCH v5 1/7] xen/riscv: introduce boot information structure
` [PATCH v5 2/7] xen/riscv: initialize boot_info structure
` [PATCH v5 3/7] xen/riscv: introduce dummy <asm/bug.h>
` [PATCH v5 4/7] xen/riscv: introduce decode_cause() stuff
` [PATCH v5 5/7] xen/riscv: introduce trap_init()

[libvirt test] 179829: tolerable trouble: pass/starved - PUSHED
 2023-03-21 17:23 UTC 

[PATCH v3 0/4] tools: use xen-tools/libs.h for common definitions
 2023-03-21 17:20 UTC  (3+ messages)
` [PATCH v3 1/4] tools: rename xen-tools/libs.h file to common-macros.h

[PATCH v3 0/2] Fix ARM Generic Timer interrupt parsing
 2023-03-21 17:12 UTC  (5+ messages)
` [PATCH v3 1/2] arch/arm: irq: Add platform_get_irq_byname() implementation
` [PATCH v3 2/2] arch/arm: time: Add support for parsing interrupts by names

[Xen-devel] [PATCH v2] x86: use POPCNT for hweight<N>() when available
 2023-03-21 17:02 UTC  (10+ messages)
`  "

[PATCH] move {,vcpu_}show_execution_state() declarations to common header
 2023-03-21 16:57 UTC  (3+ messages)

[PATCH] x86: extend coverage of HLE "bad page" workaround
 2023-03-21 16:31 UTC  (15+ messages)

[xen-unstable-smoke test] 179845: tolerable trouble: pass/starved - PUSHED
 2023-03-21 16:28 UTC 

[PATCH v2] vpci/msix: handle accesses adjacent to the MSI-X table
 2023-03-21 15:39 UTC  (4+ messages)

[PATCH] tools: use libxenlight for writing xenstore-stubdom console nodes
 2023-03-21 15:37 UTC  (3+ messages)

[XEN PATCH v1 1/1] x86/domctl: add gva_to_gfn command
 2023-03-21 15:13 UTC  (15+ messages)

[qemu-mainline test] 179824: regressions - trouble: fail/pass/starved
 2023-03-21 14:44 UTC 

[PATCH v8 0/5] introduce generic implementation of macros from bug.h
 2023-03-21 14:44 UTC  (9+ messages)
` [PATCH v8 1/5] xen: introduce CONFIG_GENERIC_BUG_FRAME

preparations for 4.16.4 and 4.17.1
 2023-03-21 14:30 UTC 

[PATCH v3 0/2] x86: RTC handling adjustments
 2023-03-21 14:12 UTC  (3+ messages)
` [PATCH v4] x86: detect CMOS aliasing on ports other than 0x70/0x71

[PATCH v4] acpi/processor: fix evaluating _PDC method when running as Xen dom0
 2023-03-21 14:04 UTC  (6+ messages)

[XEN PATCH v5] x86/monitor: Add new monitor event to catch I/O instructions
 2023-03-21 13:58 UTC 

[PATCH v3 0/3] xen-ucode: print information about currently loaded ucode
 2023-03-21 13:35 UTC  (8+ messages)
` [PATCH v3 1/3] tools/xenctrl: add xc_get_cpu_version()
` [PATCH v3 2/3] x86/platform: introduce XENPF_get_ucode_version
` [PATCH v3 3/3] tools/xen-ucode: print information about currently loaded ucode

[xen-unstable-smoke test] 179838: tolerable trouble: pass/starved - PUSHED
 2023-03-21 13:10 UTC 

Xen Security Advisory 427 v2 (CVE-2022-42332) - x86 shadow plus log-dirty mode use-after-free
 2023-03-21 12:00 UTC 

Xen Security Advisory 429 v3 (CVE-2022-42331) - x86: speculative vulnerability in 32bit SYSCALL path
 2023-03-21 12:00 UTC 

Xen Security Advisory 428 v3 (CVE-2022-42333,CVE-2022-42334) - x86/HVM pinned cache attributes mis-handling
 2023-03-21 12:00 UTC 

[PATCH] x86/xen: move declaration/definition of xen_processor_present()
 2023-03-21 11:25 UTC 

[PATCH 0/2] tools/xl: small cleanup of parsing code
 2023-03-21 11:17 UTC  (9+ messages)
` [PATCH 1/2] tools/xl: allow split_string_into_pair() to trim values
` [PATCH 2/2] tools/xl: rework p9 config parsing

[XEN PATCH v4] x86/monitor: Add new monitor event to catch I/O instructions
 2023-03-21 11:11 UTC  (5+ messages)

[xen-unstable-smoke test] 179837: tolerable trouble: pass/starved - PUSHED
 2023-03-21 10:52 UTC 

[PATCH] x86/vmx: Provide named fields for IO exit qualification
 2023-03-21 10:18 UTC  (3+ messages)

[ovmf test] 179832: all pass - PUSHED
 2023-03-21  9:06 UTC 

[PATCH] x86/PVH: avoid 32-bit build warning when obtaining VGA console info
 2023-03-21  8:03 UTC 

[xen-unstable test] 179820: tolerable trouble: fail/pass/starved - PUSHED
 2023-03-21  7:42 UTC 

[linux-linus test] 179818: regressions - trouble: fail/pass/starved
 2023-03-21  4:29 UTC 

[xen-unstable-smoke test] 179826: tolerable trouble: pass/starved - PUSHED
 2023-03-21  2:51 UTC 

[qemu-mainline test] 179816: regressions - trouble: fail/pass/starved
 2023-03-21  0:35 UTC 

[PATCH 0/2] automation: add another Gitlab-CI test, x86-64 S3 this time
 2023-03-20 21:40 UTC  (9+ messages)
` [PATCH 2/2] automation: add a suspend test on an Alder Lake system

[PATCH] xen: Fix host pci for stubdom
 2023-03-20 20:59 UTC  (3+ messages)

[ImageBuilder][PATCH v3 0/2] uboot-script-gen: Add support for static heap and shared memory
 2023-03-20 20:28 UTC  (3+ messages)
` [ImageBuilder][PATCH v3 2/2] uboot-script-gen: add support for static "

[xen-unstable-smoke test] 179814: tolerable trouble: pass/starved - PUSHED
 2023-03-20 18:42 UTC 

[XEN PATCH v3] x86/monitor: Add new monitor event to catch I/O instructions
 2023-03-20 22:38 UTC  (4+ messages)

[linux-linus test] 179805: regressions - trouble: blocked/fail/pass/starved
 2023-03-20 17:51 UTC 

[qemu-mainline test] 179802: regressions - trouble: fail/pass/starved
 2023-03-20 17:10 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 NNTP newsgroup(s).