xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-13 22:53:33 to 2022-01-18 09:21:11 UTC [more...]

[PATCH 00/37] Add device tree based NUMA support to Arm
 2022-01-18  9:20 UTC  (9+ messages)
` [PATCH 04/37] xen: introduce an arch helper for default dma zone status
` [PATCH 19/37] xen/x86: promote VIRTUAL_BUG_ON to ASSERT in

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

[PATCH] x86/time: further improve TSC / CPU freq calibration accuracy
 2022-01-18  8:50 UTC  (2+ messages)

Fwd: Reboot hangs on blank screen
 2022-01-18  8:08 UTC  (2+ messages)

[PATCH 0/3] x86/spec-ctrl: Fix NMI race condition
 2022-01-18  7:57 UTC  (24+ messages)
` [PATCH 1/3] x86/msr: Split MSR_SPEC_CTRL handling
` [PATCH 2/3] x86/spec-ctrl: Drop SPEC_CTRL_{ENTRY_FROM,EXIT_TO}_HVM
` [PATCH 3/3] x86/spec-ctrl: Fix NMI race condition with VT-x MSR_SPEC_CTRL handling

improve the bio allocation interface
 2022-01-18  7:19 UTC  (20+ 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-src: 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

[qemu-mainline test] 167726: trouble: broken/fail/pass
 2022-01-18  6:16 UTC 

[xen-unstable-smoke test] 167730: tolerable all pass - PUSHED
 2022-01-18  5:57 UTC 

[ovmf test] 167729: all pass - PUSHED
 2022-01-18  1:24 UTC 

[xen-unstable-smoke test] 167725: tolerable all pass - PUSHED
 2022-01-18  0:47 UTC 

[ovmf test] 167727: all pass - PUSHED
 2022-01-17 22:13 UTC 

[linux-linus test] 167722: regressions - trouble: broken/fail/pass
 2022-01-17 21:24 UTC 

[PATCH v2 0/4] x86/spec-ctrl: Fix NMI race condition
 2022-01-17 19:25 UTC  (6+ messages)
` [PATCH v2 1/4] x86/guest: Introduce {get,set}_reg() infrastructure
` [PATCH v2 2/4] x86/msr: Split MSR_SPEC_CTRL handling
` [PATCH v2 3/4] x86/spec-ctrl: Drop SPEC_CTRL_{ENTRY_FROM,EXIT_TO}_HVM
` [PATCH v2 4/4] x86/spec-ctrl: Fix NMI race condition with VT-x MSR_SPEC_CTRL handling
` [PATCH v2 5/4] x86/hvm: Drop hvm_{get,set}_guest_bndcfgs() and use {get,set}_regs() instead

[qemu-mainline test] 167724: regressions - trouble: blocked/broken/fail/pass
 2022-01-17 16:53 UTC 

[PATCH 0/2] libs/light: fix a race when domain are destroied and created concurrently
 2022-01-17 15:56 UTC  (5+ messages)
` [PATCH 1/2] tools/libs/light: numa placement: don't try to free a NULL list of vcpus

[PATCH] x86/Intel: use CPUID bit to determine PPIN availability
 2022-01-17 15:30 UTC 

[PATCH v3 0/2] Avoid using Xen DMA ops when the device is protected by an IOMMU
 2022-01-17 15:30 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: arm: xen: document Xen iommu device
` [PATCH v3 2/2] arm/xen: don't use xen DMA ops when the device is protected by an IOMMU

[xen-unstable-smoke test] 167723: trouble: broken/pass
 2022-01-17 14:00 UTC 

sched=null vwfi=native and call_rcu()
 2022-01-17 13:48 UTC  (8+ messages)

[PATCH] x86/APIC: mark wait_tick_pvh() __init
 2022-01-17 12:35 UTC  (2+ messages)

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

[XEN PATCH] tools/firmware/hvmloader/smbios.c: Add new SMBIOS tables (7,8,9,26,27,28)
 2022-01-17 12:23 UTC  (2+ messages)

[xen-unstable test] 167719: trouble: broken/fail/pass
 2022-01-17 12:22 UTC 

[PATCH] x86/time: minor adjustments to init_pit()
 2022-01-17 10:36 UTC 

[PATCH] x86/APIC: drop 32-bit days remnants
 2022-01-17 10:33 UTC 

[PATCH] x86/APIC: no need for timer calibration when using TDT
 2022-01-17 10:32 UTC 

[PATCH] MAINTAINERS: update my email address
 2022-01-17 10:21 UTC  (3+ messages)

[PATCH] Config.mk: update seabios to 1.15.0
 2022-01-17  9:12 UTC  (2+ messages)

[libvirt test] 167721: regressions - FAIL
 2022-01-17  8:48 UTC 

[PATCH 0/2] x86/time: TSC calibration improvements
 2022-01-17  8:40 UTC  (5+ messages)
` [PATCH 2/2] x86/time: improve TSC / CPU freq calibration accuracy

[linux-linus test] 167716: regressions - FAIL
 2022-01-17  7:12 UTC 

[qemu-mainline test] 167717: tolerable FAIL - PUSHED
 2022-01-17  5:21 UTC 

[MINIOS PATCH v3 00/12] remove device specific struct file members
 2022-01-16 21:03 UTC  (23+ messages)
` [MINIOS PATCH v3 01/12] remove event channel specific struct file definitions
` [MINIOS PATCH v3 02/12] remove gnttab specific member from struct file
` [MINIOS PATCH v3 03/12] use alloc_file_type() and get_file_from_fd() in xs
` [MINIOS PATCH v3 04/12] use alloc_file_type() and get_file_from_fd() in tpm_tis
` [MINIOS PATCH v3 05/12] use alloc_file_type() and get_file_from_fd() in tpmfront
` [MINIOS PATCH v3 06/12] use alloc_file_type() and get_file_from_fd() in blkfront
` [MINIOS PATCH v3 07/12] use alloc_file_type() and get_file_from_fd() in netfront
` [MINIOS PATCH v3 08/12] use alloc_file_type() and get_file_from_fd() in fbfront
` [MINIOS PATCH v3 09/12] use file_ops and get_file_from_fd() for console
` [MINIOS PATCH v3 10/12] add struct file_ops for file type socket
` [MINIOS PATCH v3 11/12] add struct file_ops for FTYPE_FILE
` [MINIOS PATCH v3 12/12] make files array private to sys.c

[PATCH v3 0/3] tools/libs: decouple more from mini-os
 2022-01-16 20:51 UTC  (8+ messages)
` [PATCH v3 1/3] tools/libs/evtchn: "
` [PATCH v3 2/3] tools/libs/gnttab: "
` [PATCH v3 3/3] tools/libs/ctrl: remove file related handling

[MINIOS PATCH v3 0/5] mini-os: remove struct file dependency on config
 2022-01-16 20:41 UTC  (11+ messages)
` [MINIOS PATCH v3 1/5] introduce get_file_from_fd()
` [MINIOS PATCH v3 2/5] reset file type in close() in one place only
` [MINIOS PATCH v3 3/5] remove file type FTYPE_XC
` [MINIOS PATCH v3 4/5] use function vectors instead of switch for file operations
` [MINIOS PATCH v3 5/5] add CONFIG_LIBXS item

[PATCH] MAINTAINERS: Email address update in TXT section
 2022-01-16 20:20 UTC 

[linux-linus test] 167715: regressions - FAIL
 2022-01-16 19:32 UTC 

[linux-5.4 test] 167712: tolerable FAIL - PUSHED
 2022-01-16 15:12 UTC 

[linux-linus test] 167708: regressions - FAIL
 2022-01-16 12:41 UTC 

[xen-unstable test] 167709: tolerable FAIL
 2022-01-16 10:45 UTC 

[xen-unstable-coverity test] 167714: all pass - PUSHED
 2022-01-16  9:49 UTC 

[libvirt test] 167710: regressions - FAIL
 2022-01-16  9:07 UTC 

[linux-linus test] 167705: regressions - FAIL
 2022-01-15 22:27 UTC 

[qemu-mainline test] 167706: tolerable FAIL - PUSHED
 2022-01-15 19:28 UTC 

[linux-linus test] 167701: regressions - FAIL
 2022-01-15 10:31 UTC 

[xen-unstable test] 167702: tolerable FAIL
 2022-01-15 10:07 UTC 

[libvirt test] 167703: regressions - FAIL
 2022-01-15  7:54 UTC 

[qemu-mainline test] 167700: tolerable FAIL - PUSHED
 2022-01-15  3:19 UTC 

[linux-linus test] 167698: regressions - FAIL
 2022-01-14 20:56 UTC 

[qemu-mainline test] 167697: tolerable FAIL - PUSHED
 2022-01-14 19:23 UTC 

[XEN PATCH v3] xen/arm: introduce dummy iommu node for dom0
 2022-01-14 15:14 UTC  (5+ messages)

[PATCH] x86/hvm: Drop .is_singlestep_supported() callback
 2022-01-14 14:30 UTC  (3+ messages)

[PATCH v2] x86/HVM: convert remaining hvm_funcs hook invocations to alt-call
 2022-01-14 14:28 UTC  (2+ messages)

[xen-unstable test] 167695: tolerable FAIL
 2022-01-14 14:27 UTC 

[PULL 0/6] Block patches
 2022-01-14 13:21 UTC  (2+ messages)

[PATCH v3] xen/arm: Allow QEMU platform to be built with GICv2
 2022-01-14 12:10 UTC  (6+ messages)

[linux-linus test] 167693: regressions - FAIL
 2022-01-14 11:58 UTC 

[PATCH] x86/hvm: reserve another HVM context save record ID for Amazon
 2022-01-14 10:39 UTC  (3+ messages)

[libvirt test] 167694: regressions - FAIL
 2022-01-14  8:37 UTC 

[XEN PATCH v2 0/5] dom0less PV drivers
 2022-01-14  7:02 UTC  (10+ messages)
` [XEN PATCH v2 1/5] xen: introduce xen,enhanced dom0less property
` [XEN PATCH v2 2/5] xen: export get_free_port

[xen-unstable test] 167692: tolerable FAIL - PUSHED
 2022-01-14  6:43 UTC 

[qemu-mainline test] 167688: tolerable FAIL - PUSHED
 2022-01-14  2:46 UTC 

[LINUX PATCH v2 0/1] late xenstore initialization
 2022-01-14  2:25 UTC  (4+ messages)
` [LINUX PATCH v2 1/1] xen: add support for initializing xenstore later as HVM domain

[qemu-upstream-4.16-testing test] 167686: tolerable FAIL - PUSHED
 2022-01-14  0:56 UTC 

[PATCH v4 00/11] direct-map memory map
 2022-01-13 22:55 UTC  (6+ messages)
` [PATCH v4 05/11] xen/arm: introduce direct-map for domUs
` [PATCH v4 08/11] xen/arm: gate make_gicv3_domU_node with CONFIG_GICV3


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