xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-22 12:07:48 to 2021-04-25 20:13:43 UTC [more...]

[PATCH RFCv2 00/15] xen/arm: mm: Remove open-coding mappings
 2021-04-25 20:13 UTC  (7+ messages)
` [PATCH RFCv2 01/15] xen/arm: lpae: Rename LPAE_ENTRIES_MASK_GS to LPAE_ENTRY_MASK_GS
` [PATCH RFCv2 02/15] xen/arm: lpae: Use the generic helpers to defined the Xen PT helpers
` [PATCH RFCv2 03/15] xen/arm: p2m: Replace level_{orders, masks} arrays with LEVEL_{ORDER, MASK}
` [PATCH RFCv2 04/15] xen/arm: mm: Allow other mapping size in xen_pt_update_entry()
` [PATCH RFCv2 05/15] xen/arm: mm: Avoid flushing the TLBs when mapping are inserted
` [PATCH RFCv2 07/15] xen/arm: mm: Re-implement early_fdt_map() using map_pages_to_xen()

[xen-4.12-testing test] 161442: regressions - FAIL
 2021-04-25 19:52 UTC 

[xen-unstable-smoke test] 161449: tolerable all pass - PUSHED
 2021-04-25 15:44 UTC 

[PATCH RFC 0/6] xen/arm: mm: Add limited support for superpages
 2021-04-25 15:11 UTC  (10+ messages)
` [PATCH RFC 4/6] xen/arm: mm: Allow other mapping size in xen_pt_update_entry()

[PATCH] xen/page_alloc: Remove dead code in alloc_domheap_pages()
 2021-04-25 13:41 UTC  (3+ messages)

[PATCH] tools/xenstored: Wire properly the command line option -M/--path-max
 2021-04-25 12:56 UTC  (3+ messages)

[PATCH] tools/xenstored: Remove unused prototype
 2021-04-25 12:50 UTC  (3+ messages)

[xen-unstable test] 161439: tolerable FAIL
 2021-04-25 11:58 UTC 

[xen-unstable-coverity test] 161447: all pass - PUSHED
 2021-04-25  9:48 UTC 

[linux-linus test] 161437: regressions - FAIL
 2021-04-25  7:57 UTC 

[libvirt test] 161443: regressions - trouble: blocked/fail/pass/starved
 2021-04-25  7:52 UTC 

[qemu-mainline test] 161434: regressions - FAIL
 2021-04-25  5:45 UTC 

[xen-4.12-testing test] 161431: regressions - FAIL
 2021-04-25  2:40 UTC 

[PATCH v3 0/2] VMX: apic access page handling adjustments
 2021-04-25  1:27 UTC  (15+ messages)
` [PATCH v4] VMX: use a single, global APIC access page
` [PATCH v4 0/3] VMX APIC access page and shadow adjustments
  ` [PATCH v4 1/3] VMX: use a single, global APIC access page
  ` [PATCH v4 2/3] x86/shadow: re-use variables in shadow_get_page_from_l1e()
  ` [PATCH v4 3/3] x86/shadow: streamline shadow_get_page_from_l1e()
  ` Really v5 (was: [PATCH v4 0/3] VMX APIC access page and shadow adjustments)

[PATCH v2] VT-d: Don't assume register-based invalidation is always supported
 2021-04-25  1:20 UTC  (6+ messages)

[PATCH] x86/vPMU: Extend vPMU support to version 5
 2021-04-25  1:10 UTC  (2+ messages)

[PATCH v5 1/2] x86/vtx: add LBR_SELECT to the list of LBR MSRs
 2021-04-25  1:07 UTC  (4+ messages)
` [PATCH v5 2/2] x86/intel: insert Ice Lake-SP and Ice Lake-D model numbers

[linux-linus test] 161425: regressions - FAIL
 2021-04-24 21:24 UTC 

[xen-unstable test] 161421: tolerable FAIL - PUSHED
 2021-04-24 19:18 UTC 

[qemu-mainline test] 161419: regressions - FAIL
 2021-04-24 14:44 UTC 

[qemu-mainline bisection] complete test-amd64-amd64-qemuu-nested-intel
 2021-04-24 14:35 UTC 

[xen-4.12-testing test] 161415: regressions - FAIL
 2021-04-24 11:46 UTC 

[libvirt test] 161423: regressions - FAIL
 2021-04-24  8:24 UTC 

[ovmf test] 161417: all pass - PUSHED
 2021-04-24  6:11 UTC 

[linux-linus test] 161407: regressions - FAIL
 2021-04-24  5:19 UTC 

[xen-unstable test] 161404: tolerable FAIL - PUSHED
 2021-04-24  2:01 UTC 

Fwd: [BUG] Windows is frozen after restore from snapshot
 2021-04-24  0:39 UTC  (10+ messages)

[qemu-mainline test] 161401: regressions - FAIL
 2021-04-23 23:46 UTC 

[ovmf test] 161406: all pass - PUSHED
 2021-04-23 21:51 UTC 

[xen-unstable-smoke test] 161413: tolerable all pass - PUSHED
 2021-04-23 20:17 UTC 

[xen-4.12-testing test] 161397: regressions - FAIL
 2021-04-23 18:05 UTC 

[xen-unstable-smoke test] 161409: tolerable all pass - PUSHED
 2021-04-23 17:17 UTC 

[PATCH v1] tools: remove unused XENSTORED_ROOTDIR from Linux launch-xenstore
 2021-04-23 16:22 UTC 

[PATCH v3] hotplug/Linux: fix starting of xenstored with restarting systemd
 2021-04-23 16:21 UTC 

[XEN PATCH 0/8] Fix libxl with QEMU 6.0 + remove some more deprecated usages
 2021-04-23 16:15 UTC  (9+ messages)
` [XEN PATCH 1/8] libxl: Replace deprecated QMP command by "query-cpus-fast"
` [XEN PATCH 2/8] libxl: Replace QEMU's command line short-form boolean option
` [XEN PATCH 3/8] libxl: Replace deprecated "cpu-add" QMP command by "device_add"
` [XEN PATCH 4/8] libxl: Use -device for cd-rom drives
` [XEN PATCH 5/8] libxl: Assert qmp_ev's state in qmp_ev_qemu_compare_version
` [XEN PATCH 6/8] libxl: Export libxl__qmp_ev_qemu_compare_version
` [XEN PATCH 7/8] libxl: Use `id` with the "eject" QMP command
` [XEN PATCH 8/8] libxl: Replace QMP command "change" by "blockdev-change-media"

[PATCH v1] tools/init-xenstore-domain: fix description of --param
 2021-04-23 15:05 UTC  (2+ messages)

[PATCH v2 0/3] x86/EFI: build adjustments
 2021-04-23 14:46 UTC  (7+ messages)
` [PATCH v2 1/3] x86/EFI: sections may not live at VA 0 in PE binaries
` [PATCH v2 2/3] x86/EFI: keep debug info in xen.efi
` [PATCH v2 3/3] x86/EFI: don't have an overly large image size

[PATCH v2] x86/oprofile: remove compat accessors usage from backtrace
 2021-04-23 14:37 UTC 

Looking for arm based mobile platform that can run Xen
 2021-04-23 14:14 UTC 

[PATCH] x86/oprofile: remove compat accessors usage from backtrace
 2021-04-23 13:55 UTC  (7+ messages)

[PATCH] x86/oprof: fix !HVM && !PV32 build
 2021-04-23 13:50 UTC  (9+ messages)

[PATCH v5 00/16] Restricted DMA
 2021-04-23 13:46 UTC  (12+ messages)
` [PATCH v5 01/16] swiotlb: Fix the type of index
` [PATCH v5 05/16] swiotlb: Add restricted DMA pool initialization
` [PATCH v5 08/16] swiotlb: Update is_swiotlb_active to add a struct device argument
` [PATCH v5 14/16] dma-direct: Allocate memory from restricted DMA pool if available
` [PATCH v5 16/16] of: Add plumbing for restricted DMA pool

[PATCH v2] x86/cpuid: do not expand max leaves on restore
 2021-04-23 13:25 UTC  (2+ messages)

[linux-linus test] 161395: regressions - FAIL
 2021-04-23 12:51 UTC 

[PATCH] x86/cpuid: do not expand max leaves on restore
 2021-04-23 12:47 UTC  (3+ messages)

[PATCH 0/8] x86/EFI: build adjustments
 2021-04-23 10:58 UTC  (17+ messages)
` [PATCH 7/8] x86/EFI: keep debug info in xen.efi

[xen-unstable test] 161393: tolerable FAIL - PUSHED
 2021-04-23 10:40 UTC 

[PATCH v2] hotplug/Linux: fix starting of xenstored with restarting systemd
 2021-04-23 10:37 UTC  (2+ messages)
` [Xen-devel] "

[PATCH 0/2] x86/clang: build fixes
 2021-04-23  9:48 UTC  (6+ messages)
` [PATCH 1/2] x86/oprofile: fix oprofile for clang build
` [PATCH 2/2] x86/pv: fix clang build without CONFIG_PV32

[PATCH v2 0/8] assorted replacement of x[mz]alloc_bytes()
 2021-04-23  9:44 UTC  (3+ messages)

[PATCH v3] xen/arm: introduce XENFEAT_direct_mapped and XENFEAT_not_direct_mapped
 2021-04-23  9:36 UTC  (2+ messages)

[libvirt test] 161398: regressions - FAIL
 2021-04-23  8:29 UTC 

[PATCH] xen-blkfront: Fix 'physical' typos
 2021-04-23  8:05 UTC  (2+ messages)

[PATCH] xen: Remove support for PV ACPI cpu/memory hotplug
 2021-04-23  8:05 UTC  (2+ messages)

[PATCH 0/3] xen-pciback: a fix, a workaround, and some simplification
 2021-04-23  8:05 UTC  (3+ messages)
` [PATCH 3/3] xen-pciback: simplify vpci's find hook

[PATCH] xen/pciback: Fix incorrect type warnings
 2021-04-23  8:04 UTC  (2+ messages)

[PATCH v3] xen-blkback: fix compatibility bug with single page rings
 2021-04-23  8:04 UTC  (2+ messages)

[PATCH] xen/gntdev: fix gntdev_mmap() error exit path
 2021-04-23  7:04 UTC  (4+ messages)

[qemu-mainline test] 161388: regressions - FAIL
 2021-04-23  7:01 UTC 

cleanup and fix swiotlb sizing
 2021-04-23  5:23 UTC  (3+ messages)
` [PATCH 7/7] swiotlb: don't override the command line in swiotlb_adjust_size

kernel NULL pointer dereference in gntdev_mmap -> mmu_interval_notifier_remove
 2021-04-23  3:22 UTC  (3+ messages)

[xen-4.12-testing test] 161383: regressions - FAIL
 2021-04-23  2:51 UTC 

[linux-linus test] 161371: regressions - FAIL
 2021-04-23  1:56 UTC 

[xen-unstable-smoke test] 161392: tolerable all pass - PUSHED
 2021-04-23  0:39 UTC 

[xen-unstable test] 161368: tolerable FAIL - PUSHED
 2021-04-22 22:16 UTC 

[xtf test] 161375: all pass - PUSHED
 2021-04-22 21:41 UTC 

[xen-unstable-smoke test] 161386: tolerable all pass - PUSHED
 2021-04-22 21:01 UTC 

[PATCH] xen/arm: Ensure the vCPU context is seen before clearing the _VPF_down
 2021-04-22 20:33 UTC  (12+ messages)

[qemu-mainline test] 161364: regressions - FAIL
 2021-04-22 18:45 UTC 

[PATCH 0/7] xen: Switch to using -Og for debug builds
 2021-04-22 18:20 UTC  (3+ messages)
` [PATCH 1/7] xen/arm: Make make_cpus_node() compile at -Og

[PATCH] x86/mm: fix wrong unmap call
 2021-04-22 17:42 UTC 

[PATCH v10 00/13] switch to domheap for Xen page tables
 2021-04-22 17:28 UTC  (7+ messages)
` [PATCH v10 03/13] x86/mm: switch to new APIs in modify_xen_mappings

[xen-unstable-smoke test] 161380: regressions - FAIL
 2021-04-22 17:12 UTC 

[xen-4.12-testing test] 161360: regressions - FAIL
 2021-04-22 16:19 UTC 

[PATCH 0/3] xen: remove some checks for always present Xen features
 2021-04-22 15:51 UTC  (13+ messages)
` [PATCH 1/3] xen: check required "
` [PATCH 2/3] xen: assume XENFEAT_mmu_pt_update_preserve_ad being set for pv guests
` [PATCH 3/3] xen: assume XENFEAT_gnttab_map_avail_bits "

[PATCH v3 00/22] xvmalloc() / x86 xstate area / x86 CPUID / AMX+XFD
 2021-04-22 15:11 UTC  (25+ messages)
` [PATCH v3 01/22] mm: introduce xvmalloc() et al and use for grant table allocations
` [PATCH v3 02/22] x86/xstate: use xvzalloc() for save area allocation
` [PATCH v3 03/22] x86/xstate: re-size save area when CPUID policy changes
` [PATCH v3 04/22] x86/xstate: re-use valid_xcr0() for boot-time checks
` [PATCH v3 05/22] x86/xstate: drop xstate_offsets[] and xstate_sizes[]
` [PATCH v3 06/22] x86/xstate: replace xsave_cntxt_size and drop XCNTXT_MASK
` [PATCH v3 07/22] x86/xstate: avoid accounting for unsupported components
` [PATCH v3 08/22] x86: use xvmalloc() for extended context buffer allocations
` [PATCH v3 09/22] x86/xstate: enable AMX components
` [PATCH v3 10/22] x86/CPUID: adjust extended leaves out of range clearing
` [PATCH v3 11/22] x86/CPUID: move bounding of max_{,sub}leaf fields to library code
` [PATCH v3 12/22] x86/CPUID: enable AMX leaves
` [PATCH v3 13/22] x86: XFD enabling
` [PATCH v3 14/22] x86emul: introduce X86EMUL_FPU_{tilecfg,tile}
` [PATCH v3 15/22] x86emul: support TILERELEASE
` [PATCH v3 16/22] x86: introduce struct for TILECFG register
` [PATCH v3 17/22] x86emul: support {LD,ST}TILECFG
` [PATCH v3 18/22] x86emul: support TILEZERO
` [PATCH v3 19/22] x86emul: support TILELOADD{,T1} and TILESTORE
` [PATCH v3 20/22] x86emul: support tile multiplication insns
` [PATCH v3 21/22] x86emul: test AMX insns
` [PATCH v3 22/22] x86: permit guests to use AMX and XFD

[xen-unstable-smoke test] 161377: tolerable all pass - PUSHED
 2021-04-22 14:55 UTC 

[PATCH 0/9] xen/arm64: Get rid of READ/WRITE_SYSREG32
 2021-04-22 13:40 UTC  (5+ messages)
` [PATCH 5/9] arm/mm: "

[libvirt test] 161369: regressions - FAIL
 2021-04-22 13:08 UTC 

[PATCH v4] tools: create libxensaverestore
 2021-04-22 12:46 UTC  (4+ messages)

[PATCH v3] x86/CPUID: shrink max_{,sub}leaf fields according to actual leaf contents
 2021-04-22 12:36 UTC  (4+ messages)
` Ping: "

[PATCH 00/16] Remove the direct map
 2021-04-22 12:31 UTC  (3+ messages)
` [PATCH 13/16] xen/page_alloc: add a path for xenheap when there is no "

[PATCH v2 15/21] libs/guest: obtain a compatible cpu policy from two input ones
 2021-04-22 12:08 UTC  (12+ messages)


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