messages from 2023-01-18 09:51:04 to 2023-01-20 14:17:13 UTC [more...]
[XEN PATCH] build: fix building flask headers before descending in flask/ss/
2023-01-20 14:16 UTC (3+ messages)
[PATCH] x86/shadow: Drop dubious lastpage diagnostic
2023-01-20 14:10 UTC (3+ messages)
[PATCH v2] x86/hotplug: Do not put offline vCPUs in mwait idle state
2023-01-20 13:55 UTC (4+ messages)
[PATCH v2 0/3] xen/arm: Frametable hardening and config.h cleanup
2023-01-20 13:46 UTC (2+ messages)
[PATCH] tools/symbols: drop asm/types.h inclusion
2023-01-20 13:42 UTC (5+ messages)
[qemu-mainline test] 175991: regressions - FAIL
2023-01-20 13:21 UTC
[PATCH v2 0/7] x86: retbleed=stuff fixes
2023-01-20 12:43 UTC (8+ messages)
` [PATCH v2 1/7] x86/boot: Remove verify_cpu() from secondary_startup_64()
` [PATCH v2 2/7] x86/boot: Delay sev_verify_cbit() a bit
[XEN][RFC PATCH v4 00/16] dynamic node programming using overlay dtbo
2023-01-20 12:50 UTC (9+ messages)
` [XEN][RFC PATCH v4 01/16] xen/arm/device: Remove __init from function type
` [XEN][RFC PATCH v4 02/16] xen/arm: Add CONFIG_OVERLAY_DTB
` [XEN][RFC PATCH v4 04/16] libfdt: overlay: change overlay_get_target()
` [XEN][RFC PATCH v4 05/16] xen/device-tree: Add _dt_find_node_by_path() to find nodes in device tree
[xen-unstable-smoke test] 175995: tolerable all pass - PUSHED
2023-01-20 12:30 UTC
[PATCH 0/6] tools: Switch to non-truncating XENVER_* ops
2023-01-20 12:30 UTC (10+ messages)
` [PATCH 2/6] tools: Introduce a non-truncating xc_xenver_extraversion()
` [PATCH 3/6] tools: Introduce a non-truncating xc_xenver_capabilities()
` [PATCH 4/6] tools: Introduce a non-truncating xc_xenver_changeset()
[PATCH v5 0/5] Basic early_printk and smoke test implementation
2023-01-20 11:57 UTC (12+ messages)
` [PATCH v5 1/5] xen/include: Change <asm/types.h> to <xen/types.h>
` [PATCH v5 2/5] xen/riscv: introduce asm/types.h header file
` [PATCH v5 3/5] xen/riscv: introduce sbi call to putchar to console
` [PATCH v5 4/5] xen/riscv: introduce early_printk basic stuff
` [PATCH v5 5/5] automation: add RISC-V smoke test
[SeaBIOS PATCH] xen: require Xen info structure at 0x1000 to detect Xen
2023-01-20 11:33 UTC
[XEN v2 00/11] Add support for 32 bit physical address
2023-01-20 11:09 UTC (41+ messages)
` [XEN v2 02/11] xen/arm: Use the correct format specifier
` [XEN v2 03/11] xen/arm: domain_build: Replace use of paddr_t in find_domU_holes()
` [XEN v2 04/11] xen/arm: Typecast the DT values into paddr_t
` [XEN v2 05/11] xen/arm: Use paddr_t instead of u64 for address/size
` [XEN v2 06/11] xen/arm: Introduce a wrapper for dt_device_get_address() to handle paddr_t
` [XEN v2 07/11] xen/arm: smmu: Use writeq_relaxed_non_atomic() for writing to SMMU_CBn_TTBR0
` [XEN v2 08/11] xen/arm: guest_walk: LPAE specific bits should be enclosed within "ifndef CONFIG_ARM_PA_32"
` [XEN v2 09/11] xen/arm: Introduce ARM_PA_32 to support 32 bit physical address
` [XEN v2 10/11] xen/arm: Restrict zeroeth_table_offset for ARM_64
` [XEN v2 11/11] xen/arm: p2m: Enable support for 32bit IPA
[PATCH 0/3] P2M improvements for Arm
2023-01-20 10:23 UTC (7+ messages)
` [PATCH 1/3] xen/arm: Reduce redundant clear root pages when teardown p2m
` [PATCH 2/3] xen/arm: Defer GICv2 CPU interface mapping until the first access
` [PATCH 3/3] xen/arm: Clean-up in p2m_init() and p2m_final_teardown()
[PATCH v2 00/13] tools/xenstore: rework internal accounting
2023-01-20 10:00 UTC (14+ messages)
` [PATCH v2 01/13] tools/xenstore: don't allow creating too many nodes in a transaction
` [PATCH v2 02/13] tools/xenstore: manage per-transaction domain accounting data in an array
` [PATCH v2 03/13] tools/xenstore: introduce accounting data array for per-domain values
` [PATCH v2 04/13] tools/xenstore: add framework to commit accounting data on success only
` [PATCH v2 05/13] tools/xenstore: use accounting buffering for node accounting
` [PATCH v2 06/13] tools/xenstore: add current connection to domain_memory_add() parameters
` [PATCH v2 07/13] tools/xenstore: use accounting data array for per-domain values
` [PATCH v2 08/13] tools/xenstore: add accounting trace support
` [PATCH v2 09/13] tools/xenstore: add TDB access "
` [PATCH v2 10/13] tools/xenstore: switch transaction accounting to generic accounting
` [PATCH v2 11/13] tools/xenstore: remember global and per domain max accounting values
` [PATCH v2 12/13] tools/xenstore: use generic accounting for remaining quotas
` [PATCH v2 13/13] tools/xenstore: switch quota management to be table based
[PATCH v4 00/17] tools/xenstore: do some cleanup and fixes
2023-01-20 9:36 UTC (19+ messages)
` [PATCH v4 06/17] tools/xenstore: replace watch->relative_path with a prefix length
` [PATCH v4 07/17] tools/xenstore: move changed domain handling
` [PATCH v4 08/17] tools/xenstore: change per-domain node accounting interface
` [PATCH v4 09/17] tools/xenstore: replace literal domid 0 with dom0_domid
` [PATCH v4 10/17] tools/xenstore: make domain_is_unprivileged() an inline function
` [PATCH v4 11/17] tools/xenstore: let chk_domain_generation() return a bool
` [PATCH v4 12/17] tools/xenstore: don't let hashtable_remove() return the removed value
` [PATCH v4 13/17] tools/xenstore: switch hashtable to use the talloc framework
` [PATCH v4 14/17] tools/xenstore: introduce trace classes
` [PATCH v4 15/17] tools/xenstore: let check_store() check the accounting data
` [PATCH v4 16/17] tools/xenstore: make output of "xenstore-control help" more pretty
` [PATCH v4 17/17] tools/xenstore: don't allow creating too many nodes in a transaction
[PATCH v2] x86/shadow: make iommu_snoop usage consistent with HAP's
2023-01-20 9:33 UTC (2+ messages)
[xen-unstable test] 175987: tolerable FAIL - PUSHED
2023-01-20 8:35 UTC
[PATCH 0/2] x86/shadow: sh_page_fault() adjustments
2023-01-20 7:49 UTC (5+ messages)
` [PATCH 1/2] x86/shadow: fix PAE check for top-level table unshadowing
` [PATCH 2/2] x86/shadow: mark more of sh_page_fault() HVM-only
[PATCH] xen/pvcalls-back: fix permanently masked event channel
2023-01-20 7:24 UTC (2+ messages)
[PATCH] xen: Allow platform PCI interrupt to be shared
2023-01-20 7:20 UTC (8+ messages)
[linux-linus test] 175985: regressions - FAIL
2023-01-20 6:06 UTC
[qemu-upstream-unstable test] 175982: tolerable FAIL - PUSHED
2023-01-20 4:26 UTC
[qemu-mainline test] 175977: tolerable FAIL - PUSHED
2023-01-19 23:50 UTC
[PATCH v7 0/2] KVM: x86/xen: update Xen CPUID Leaf 4
2023-01-19 20:48 UTC (2+ messages)
[linux-5.4 test] 175968: tolerable FAIL - PUSHED
2023-01-19 20:12 UTC
[PATCH v2 0/6] efi/x86: Avoid corrupted config tables under Xen
2023-01-19 19:04 UTC (6+ messages)
` [PATCH v3 0/5] efi: Support ESRT "
` [PATCH v3 2/5] efi: xen: Implement memory descriptor lookup based on hypercall
` [PATCH v3 3/5] efi: Apply allowlist to EFI configuration tables when running under Xen
` [PATCH v3 4/5] efi: Actually enable the ESRT "
` [PATCH v3 5/5] efi: Warn if trying to reserve memory "
[xen-unstable test] 175965: regressions - FAIL
2023-01-19 19:02 UTC
[libvirt test] 175967: tolerable all pass - PUSHED
2023-01-19 18:39 UTC
[linux-linus test] 175966: regressions - FAIL
2023-01-19 17:04 UTC
Xenalyze on ARM ( NXP S32G3 with Cortex-A53)
2023-01-19 16:43 UTC (6+ messages)
` AW: "
` AW: "
[XEN PATCH v4 0/3] xen: rework compat headers generation
2023-01-19 15:22 UTC (4+ messages)
` [XEN PATCH v4 1/3] build: include/compat, remove typedefs handling
` [XEN PATCH v4 2/3] build: replace get-fields.sh by a python script
` [XEN PATCH v4 3/3] build: compat-xlat-header.py: optimisation to search for just '{' instead of [{}]
[PATCH v2 00/41] xen/arm: Add Armv8-R64 MPU support to Xen - Part#1
2023-01-19 15:04 UTC (23+ messages)
` [PATCH v2 04/40] xen/arm: add an option to define Xen start address for Armv8-R
` [PATCH v2 05/40] xen/arm64: prepare for moving MMU related code from head.S
` [PATCH v2 07/40] xen/arm64: add .text.idmap for Xen identity map sections
` [PATCH v2 10/40] xen/arm: split MMU and MPU config files from config.h
` [PATCH v2 11/40] xen/mpu: build up start-of-day Xen MPU memory region map
[ovmf test] 175981: all pass - PUSHED
2023-01-19 14:47 UTC
[qemu-upstream-unstable test] 175963: regressions - FAIL
2023-01-19 13:52 UTC
[PATCH v4 0/4] The patch series introduces the following:
2023-01-19 13:23 UTC (21+ messages)
` [PATCH v4 1/4] xen/riscv: introduce asm/types.h header file
` [PATCH v4 2/4] xen/riscv: introduce sbi call to putchar to console
` [PATCH v4 3/4] xen/riscv: introduce early_printk basic stuff
` [PATCH v4 4/4] automation: add RISC-V smoke test
` [PATCH v4 0/4] Basic early_printk and smoke test implementation
Usage of Xen Security Data in VulnerableCode
2023-01-19 13:09 UTC (3+ messages)
[ovmf test] 175971: all pass - PUSHED
2023-01-19 12:12 UTC
[XEN PATCH v3 0/1] xen: rework compat headers generation
2023-01-19 11:27 UTC (9+ messages)
` [XEN PATCH v3 1/1] build: replace get-fields.sh by a python script
[PATCH v1 0/4] Collection of livepatch-build-tools tweaks
2023-01-19 10:13 UTC (5+ messages)
` [PATCH v1 1/4] common.h: Flush stdout before writing to stderr
` [PATCH v1 2/4] livepatch-build: Allow a patch to introduce new subdirs
` [PATCH v1 3/4] livepatch-gcc: Ignore buildid.o
` [PATCH v1 4/4] create-diff-object: Add new symbols for relocation aliases
[RFC PATCH 00/10] Rework PCI locking
2023-01-19 9:47 UTC (4+ messages)
[XEN v5] xen/arm: Probe the load/entry point address of an uImage correctly
2023-01-19 9:27 UTC (2+ messages)
[qemu-mainline test] 175962: tolerable FAIL - PUSHED
2023-01-19 9:18 UTC
[PATCH v4 3/3] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
2023-01-19 7:03 UTC
[PATCH] x86/vmx: Partially revert "x86/vmx: implement Notify VM Exit"
2023-01-19 5:52 UTC (2+ messages)
[ovmf test] 175964: all pass - PUSHED
2023-01-19 4:41 UTC
[linux-5.4 test] 175958: regressions - FAIL
2023-01-19 4:19 UTC
[linux-linus test] 175957: regressions - FAIL
2023-01-19 3:10 UTC
[xen-unstable test] 175956: regressions - FAIL
2023-01-19 2:52 UTC
[PATCH v8] xen/pt: reserve PCI slot 2 for Intel igd-passthru
2023-01-18 22:39 UTC (16+ messages)
[qemu-upstream-unstable test] 175954: regressions - trouble: blocked/broken/fail/pass
2023-01-18 22:13 UTC
[xen-unstable-smoke test] 175961: tolerable all pass - PUSHED
2023-01-18 20:43 UTC
[qemu-mainline test] 175952: regressions - FAIL
2023-01-18 19:00 UTC
[xen-unstable-smoke test] 175953: regressions - FAIL
2023-01-18 16:04 UTC
[ovmf test] 175960: all pass - PUSHED
2023-01-18 15:16 UTC
[PATCH v2 0/9] x86/shadow: misc tidying
2023-01-18 14:13 UTC (8+ messages)
` [PATCH v2 9/9] x86/shadow: harden shadow_size()
[ovmf test] 175959: regressions - FAIL
2023-01-18 12:47 UTC
[ovmf test] 175955: regressions - FAIL
2023-01-18 12:00 UTC
[xen-unstable test] 175948: regressions - trouble: blocked/broken/fail/pass
2023-01-18 10:42 UTC
[PATCH v2 0/6] Resolve TYPE_PIIX3_XEN_DEVICE
2023-01-18 10:13 UTC (2+ messages)
[PATCH RFC 00/10] runstate/time area registration by (guest) physical address
2023-01-18 9:59 UTC (7+ messages)
` [PATCH RFC 07/10] domain: map/unmap GADDR based shared guest areas
page: next (older) | prev (newer) | latest
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).