xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-21 22:27:55 to 2022-01-26 07:58:29 UTC [more...]

[PATCH 00/37] Add device tree based NUMA support to Arm
 2022-01-26  7:58 UTC  (25+ messages)
` [PATCH 09/37] xen/x86: introduce two helpers to access memory hotplug end
` [PATCH 10/37] xen/x86: use helpers to access/update mem_hotplug
` [PATCH 11/37] xen/x86: abstract neutral code from acpi_numa_memory_affinity_init
` [PATCH 12/37] xen/x86: decouple nodes_cover_memory from E820 map
` [PATCH 13/37] xen/x86: decouple processor_nodes_parsed from acpi numa functions
` [PATCH 14/37] xen/x86: use name fw_numa to replace acpi_numa
` [PATCH 15/37] xen/x86: rename acpi_scan_nodes to numa_scan_nodes
` [PATCH 16/37] xen/x86: export srat_bad to external
` [PATCH 17/37] xen/x86: use CONFIG_NUMA to gate numa_scan_nodes
` [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture
` [PATCH 21/37] xen/arm: Keep memory nodes in dtb for NUMA when boot from EFI

[XEN PATCH v2 0/5] dom0less PV drivers
 2022-01-26  7:30 UTC  (15+ messages)
` [XEN PATCH v2 2/5] xen: export get_free_port
` [XEN PATCH v2 3/5] xen/arm: configure dom0less domain for enabling xenstore after boot

[xen-4.13-testing test] 167817: tolerable FAIL - PUSHED
 2022-01-26  4:01 UTC 

[XEN v4] xen/arm64: io: Decode ldr/str post-indexing instructions
 2022-01-26  1:45 UTC  (4+ messages)

[PATCH v2] automation: remove python-dev from debian unstable build containers
 2022-01-26  1:45 UTC 

[xen-4.12-testing test] 167816: tolerable FAIL - PUSHED
 2022-01-26  1:26 UTC 

automation: remove python-dev from unstable-arm64v8.dockerfile
 2022-01-26  0:37 UTC  (2+ messages)

[xen-4.16-testing test] 167814: regressions - FAIL
 2022-01-25 23:29 UTC 

[xen-4.14-testing bisection] complete build-amd64
 2022-01-25 23:14 UTC 

[xen-4.15-testing test] 167813: regressions - FAIL
 2022-01-25 21:22 UTC 

[XEN v3] xen/arm64: io: Decode ldr/str post-indexing instructions
 2022-01-25 21:20 UTC  (13+ messages)

[RFC v1 3/5] xen/arm: introduce SCMI-SMC mediator driver
 2022-01-25 21:19 UTC  (16+ messages)

[xen-unstable-smoke test] 167819: tolerable all pass - PUSHED
 2022-01-25 20:48 UTC 

[PATCH] libxl: force netback to wait for hotplug execution before connecting
 2022-01-25 19:59 UTC  (6+ messages)

[xen-4.14-testing test] 167812: regressions - FAIL
 2022-01-25 18:12 UTC 

[XEN PATCH v9 00/30] xen: Build system improvements, now with out-of-tree build!
 2022-01-25 16:11 UTC  (38+ messages)
` [XEN PATCH v9 01/30] build: set XEN_BUILD_EFI earlier
` [XEN PATCH v9 02/30] build: avoid re-executing the main Makefile by introducing build.mk
` [XEN PATCH v9 03/30] build: fix exported variable name CFLAGS_stack_boundary
` [XEN PATCH v9 04/30] build: set ALL_OBJS in main Makefile; move prelink.o to main Makefile
` [XEN PATCH v9 05/30] build: prepare to always invoke $(MAKE) from xen/, use $(obj)
` [XEN PATCH v9 06/30] build: rework test/livepatch/Makefile
` [XEN PATCH v9 07/30] build: rework cloc recipe
` [XEN PATCH v9 08/30] build: fix enforce unique symbols for recent clang version
` [XEN PATCH v9 09/30] build: build everything from the root dir, use obj=$subdir
` [XEN PATCH v9 10/30] build: introduce if_changed_deps
` [XEN PATCH v9 11/30] build: rename __LINKER__ to LINKER_SCRIPT
` [XEN PATCH v9 12/30] build: hook kconfig into xen build system
` [XEN PATCH v9 13/30] xen/tools/kconfig: fix build with -Wdeclaration-after-statement
` [XEN PATCH v9 14/30] build: remove KBUILD_ specific from Makefile.host
` [XEN PATCH v9 15/30] build: handle always-y and hostprogs-always-y
` [XEN PATCH v9 16/30] build: start building the tools with the main makefiles
` [XEN PATCH v9 17/30] build: add headers path to CFLAGS once for all archs
` [XEN PATCH v9 18/30] build: generate x86's asm-macros.h with filechk
` [XEN PATCH v9 19/30] build: clean-up "clean" rules of duplication
` [XEN PATCH v9 20/30] build: rework "clean" to clean from the root dir
` [XEN PATCH v9 21/30] build: use main rune to build host binary x86's mkelf32 and mkreloc
` [XEN PATCH v9 22/30] build: rework coverage and ubsan CFLAGS handling
` [XEN PATCH v9 23/30] build,x86: remove the need for build32.mk
` [XEN PATCH v9 24/30] build: grab common EFI source files in arch specific dir
` [XEN PATCH v9 25/30] build: replace $(BASEDIR) by $(objtree)
` [XEN PATCH v9 26/30] build: replace $(BASEDIR) and use $(srctree)
` [XEN PATCH v9 27/30] build: rework "headers*.chk" prerequisite in include/
` [XEN PATCH v9 28/30] build: specify source tree in include/ for prerequisite
` [XEN PATCH v9 29/30] build: shuffle main Makefile
` [XEN PATCH v9 30/30] build: adding out-of-tree support to the xen build

[PATCH] x86emul: recognize CLDEMOTE
 2022-01-25 15:37 UTC  (7+ messages)

[PATCH 0/3] x86/hvm: add support for extended destination ID
 2022-01-25 15:13 UTC  (6+ messages)
` [PATCH 1/3] xen/vioapic: add support for the extended destination ID field
` [PATCH 2/3] x86/vmsi: add support for extended destination ID in address field

[xen-unstable-smoke test] 167811: tolerable all pass - PUSHED
 2022-01-25 15:10 UTC 

[PATCH v7 00/11] libs/guest: new CPUID/MSR interface
 2022-01-25 15:04 UTC  (14+ messages)
` [PATCH v7 01/11] libx86: introduce helper to fetch cpuid leaf
` [PATCH v7 02/11] libs/guest: allow fetching a specific CPUID leaf from a cpu policy
` [PATCH v7 03/11] libx86: introduce helper to fetch msr entry
` [PATCH v7 04/11] libs/guest: allow fetching a specific MSR entry from a cpu policy
` [PATCH v7 05/11] libs/guest: make a cpu policy compatible with older Xen versions
` [PATCH v7 06/11] libs/guest: introduce helper set cpu topology in cpu policy
` [PATCH v7 07/11] libs/guest: rework xc_cpuid_xend_policy
` [PATCH v7 08/11] libs/guest: apply a featureset into a cpu policy
` [PATCH v7 09/11] libs/{light,guest}: implement xc_cpuid_apply_policy in libxl
` [PATCH v7 10/11] libs/guest: (re)move xc_cpu_policy_apply_cpuid
` [PATCH v7 11/11] x86/CPUID: shrink max_{,sub}leaf fields according to actual leaf contents

[linux-linus test] 167810: tolerable FAIL - PUSHED
 2022-01-25 14:17 UTC 

[PATCH v2] xen-mapcache: Avoid entry->lock overflow
 2022-01-25 13:55 UTC  (3+ messages)

[PATCH v2 0/5] x86/mwait-idle: updates from Linux (and more)
 2022-01-25 12:43 UTC  (5+ messages)
` [PATCH RFC v2 4/5] x86/mwait-idle: enable interrupts before C1 on Xeons

[PATCH] x86/time: minor adjustments to init_pit()
 2022-01-25 12:18 UTC  (3+ messages)

Xen Security Advisory 395 v2 (CVE-2022-23035) - Insufficient cleanup of passed-through device IRQs
 2022-01-25 12:05 UTC 

Xen Security Advisory 394 v3 (CVE-2022-23034) - A PV guest could DoS Xen while unmapping a grant
 2022-01-25 12:05 UTC 

Xen Security Advisory 393 v2 (CVE-2022-23033) - arm: guest_physmap_remove_page not removing the p2m mappings
 2022-01-25 12:04 UTC 

[PATCH v2] x86/pvh: print dom0 memory map
 2022-01-25 10:46 UTC 

[xen-unstable test] 167808: tolerable FAIL
 2022-01-25  9:58 UTC 

[libvirt test] 167809: regressions - FAIL
 2022-01-25  7:33 UTC 

improve the bio allocation interface v2
 2022-01-24 21:07 UTC  (21+ messages)
` [PATCH 01/19] fs: remove mpage_alloc
` [PATCH 02/19] nilfs2: remove nilfs_alloc_seg_bio
` [PATCH 03/19] nfs/blocklayout: remove bl_alloc_init_bio
` [PATCH 04/19] ntfs3: remove ntfs_alloc_bio
` [PATCH 05/19] dm: bio_alloc can't fail if it is allowed to sleep
` [PATCH 06/19] dm-crypt: remove clone_init
` [PATCH 07/19] dm-snap: use blkdev_issue_flush instead of open coding it
` [PATCH 08/19] dm-thin: "
` [PATCH 09/19] drbd: bio_alloc can't fail if it is allow to sleep
` [PATCH 10/19] rnbd-srv: simplify bio mapping in process_rdma
` [PATCH 11/19] rnbd-srv: remove struct rnbd_dev_blk_io
` [PATCH 12/19] xen-blkback: bio_alloc can't fail if it is allow to sleep
` [PATCH 13/19] block: move blk_next_bio to bio.c
` [PATCH 14/19] block: pass a block_device and opf to blk_next_bio
` [PATCH 15/19] block: pass a block_device and opf to bio_alloc_bioset
` [PATCH 16/19] block: pass a block_device and opf to bio_alloc_kiocb
` [PATCH 17/19] block: pass a block_device and opf to bio_alloc
` [PATCH 18/19] block: pass a block_device and opf to bio_init
` [PATCH 19/19] block: pass a block_device and opf to bio_reset

[xen-unstable test] 167806: tolerable FAIL - PUSHED
 2022-01-24 19:57 UTC 

[PATCH v4 00/11] direct-map memory map
 2022-01-24 17:48 UTC  (4+ messages)
` [PATCH v4 05/11] xen/arm: introduce direct-map for domUs

[PATCH v2] x86/pvh: fix population of the low 1MB for dom0
 2022-01-24 16:13 UTC 

[PATCH] x86/pvh: fix population of the low 1MB for dom0
 2022-01-24 16:07 UTC  (3+ messages)

[PATCH] x86/pvh: print dom0 memory map
 2022-01-24 16:03 UTC  (2+ messages)

possible kernel/libxl race with xl network-attach
 2022-01-24 13:38 UTC  (7+ messages)

[xen-unstable test] 167802: tolerable FAIL
 2022-01-24 12:10 UTC 

[xen-unstable-smoke test] 167805: tolerable all pass - PUSHED
 2022-01-24 11:49 UTC 

[libvirt test] 167804: regressions - FAIL
 2022-01-24 10:59 UTC 

[linux-linus test] 167801: tolerable FAIL - PUSHED
 2022-01-24 10:04 UTC 

Debian Bug#1004269: Linker segfault while building src:xen
 2022-01-24  8:40 UTC  (2+ messages)

[PATCH v2 0/4] x86: further improve timer freq calibration accuracy
 2022-01-24  8:27 UTC  (5+ messages)
` [PATCH v2 1/4] x86/time: further improve TSC / CPU "
` [PATCH v2 2/4] x86/APIC: calibrate against platform timer when possible
` [PATCH v2 3/4] x86/APIC: skip unnecessary parts of __setup_APIC_LVTT()
` [PATCH v2 4/4] x86/APIC: make connections between seemingly arbitrary numbers

[ovmf test] 167803: all pass - PUSHED
 2022-01-24  7:33 UTC 

[linux-linus test] 167799: regressions - FAIL
 2022-01-23 22:13 UTC 

[PATCH v4] xen/arm: Allow QEMU platform to be built with GICv2
 2022-01-23 10:42 UTC  (9+ messages)

[xen-unstable-coverity test] 167798: all pass - PUSHED
 2022-01-23 10:33 UTC 

[xen-unstable test] 167796: tolerable FAIL
 2022-01-23 10:15 UTC 

[linux-linus test] 167795: regressions - FAIL
 2022-01-23  9:45 UTC 

[libvirt test] 167797: regressions - FAIL
 2022-01-23  8:42 UTC 

[qemu-mainline test] 167794: tolerable FAIL - PUSHED
 2022-01-23  0:56 UTC 

[linux-linus test] 167792: regressions - FAIL
 2022-01-22 21:15 UTC 

[xen-unstable test] 167790: tolerable FAIL - PUSHED
 2022-01-22 13:51 UTC 

[libvirt test] 167791: regressions - FAIL
 2022-01-22 10:28 UTC 

[linux-linus test] 167786: regressions - FAIL
 2022-01-22  7:42 UTC 

[qemu-mainline test] 167787: tolerable FAIL - PUSHED
 2022-01-22  6:14 UTC 

[xen-unstable test] 167784: tolerable FAIL
 2022-01-22  4:07 UTC 

[seabios test] 167788: tolerable FAIL - PUSHED
 2022-01-22  3:57 UTC 

[PATCH] PCI/MSI: msix_setup_msi_descs: Restore logic for msi_attrib.can_mask
 2022-01-22  1:10 UTC 

[PATCH] PCI/MSI: msix_setup_msi_descs: Restore logic for msi_attrib.can_mask
 2022-01-22  0:39 UTC 

[xen-unstable-smoke test] 167789: tolerable all pass - PUSHED
 2022-01-21 22:46 UTC 

[linux-5.4 test] 167782: tolerable FAIL - PUSHED
 2022-01-21 22:27 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).