xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-15 10:40:13 to 2019-03-18 09:55:25 UTC [more...]

[PATCH 0/6] x86emul: fixes, improvements, and beginnings of AVX512 support
 2019-03-18  9:55 UTC  (60+ messages)
` [PATCH v7 00/49] x86emul: remaining "
  ` [PATCH v7 06/49] x86emul: support AVX512{F, BW, DQ} integer broadcast insns
` [PATCH v8 00/50] x86emul: remaining AVX512 support
  ` [PATCH v8 01/50] x86emul: no need to set fault_suppression to false for VMOVNT*
  ` [PATCH v8 02/50] x86emul: support AVX512{F, BW, DQ} extract insns
  ` [PATCH v8 07/50] x86emul: support AVX512{F, BW} zero- and sign-extending moves
  ` [PATCH v8 08/50] x86emul: support AVX512{F, BW} down conversion moves
  ` [PATCH v8 09/50] x86emul: support AVX512{F, BW} integer unpack insns
  ` [PATCH v8 10/50] x86emul: support AVX512{F, BW, _VBMI} full permute insns
  ` [PATCH v8 11/50] x86emul: support AVX512{F, BW} integer shuffle insns
  ` [PATCH v8 12/50] x86emul: support AVX512{BW, DQ} mask move insns
  ` [PATCH v8 13/50] x86emul: basic AVX512BW testing
  ` [PATCH v8 14/50] x86emul: basic AVX512DQ testing
  ` [PATCH v8 15/50] x86emul: support AVX512F move high/low insns
  ` [PATCH v8 16/50] x86emul: support AVX512F move duplicate insns
  ` [PATCH v8 17/50] x86emul: support AVX512{F, BW, _VBMI} permute insns
  ` [PATCH v8 18/50] x86emul: support AVX512BW pack insns
  ` [PATCH v8 19/50] x86emul: support AVX512F floating-point conversion insns
  ` [PATCH v8 20/50] x86emul: support AVX512F legacy-equivalent packed int/FP "
  ` [PATCH v8 21/50] x86emul: support AVX512F legacy-equivalent scalar "
  ` [PATCH v8 22/50] x86emul: support AVX512DQ packed quad-int/FP "
  ` [PATCH v8 23/50] x86emul: support AVX512{F, DQ} uint-to-FP "
  ` [PATCH v8 24/50] x86emul: support AVX512{F, DQ} FP-to-uint "
  ` [PATCH v8 25/50] x86emul: support remaining AVX512F legacy-equivalent insns
  ` [PATCH v8 26/50] x86emul: support remaining AVX512BW "
  ` [PATCH v8 27/50] x86emul: support AVX512{F, ER} reciprocal insns
  ` [PATCH v8 28/50] x86emul: support AVX512F floating point manipulation insns
  ` [PATCH v8 29/50] x86emul: support AVX512DQ "
  ` [PATCH v8 30/50] x86emul: support AVX512{F, _VBMI2} compress/expand insns
  ` [PATCH v8 31/50] x86emul: support remaining misc AVX512{F, BW} insns
  ` [PATCH v8 32/50] x86emul: support AVX512F gather insns
  ` [PATCH v8 33/50] x86emul: add high register S/G test cases
  ` [PATCH v8 34/50] x86emul: support AVX512F scatter insns
  ` [PATCH v8 35/50] x86emul: support AVX512PF insns
  ` [PATCH v8 36/50] x86emul: support AVX512CD insns
  ` [PATCH v8 37/50] x86emul: complete support of AVX512_VBMI insns
  ` [PATCH v8 38/50] x86emul: support of AVX512* population count insns
  ` [PATCH v8 39/50] x86emul: support of AVX512_IFMA insns
  ` [PATCH v8 40/50] x86emul: support remaining AVX512_VBMI2 insns
  ` [PATCH v8 41/50] x86emul: support AVX512_4FMAPS insns
  ` [PATCH v8 42/50] x86emul: support AVX512_4VNNIW insns
  ` [PATCH v8 43/50] x86emul: support AVX512_VNNI insns
  ` [PATCH v8 44/50] x86emul: support VPCLMULQDQ insns
  ` [PATCH v8 45/50] x86emul: support VAES insns
  ` [PATCH v8 46/50] x86emul: support GFNI insns
  ` [PATCH v8 47/50] x86emul: restore ordering within main switch statement
  ` [PATCH v8 48/50] x86emul: add an AES/VAES test case to the harness
  ` [PATCH v8 49/50] x86emul: add a SHA "
  ` [PATCH v8 50/50] x86emul: add a PCLMUL/VPCLMUL "

[linux-4.19 test] 133868: regressions - FAIL
 2019-03-18  9:40 UTC 

[PATCH 0/2] Follow-up viridian fixes
 2019-03-18  9:07 UTC  (3+ messages)
` [PATCH 1/2] viridian: remove synic poll blocking
` [PATCH 2/2] viridian: fix mistakes in timer expiration and re-start

[PATCH v2 00/14] Add support for Hygon Dhyana Family 18h processor
 2019-03-18  8:59 UTC  (36+ messages)
` [PATCH v2 01/14] x86/cpu: Create Hygon Dhyana architecture support file
` [PATCH v2 02/14] x86/cpu/mtrr: Add Hygon Dhyana support to get TOP_MEM2
` [PATCH v2 03/14] x86/cpu/vpmu: Add Hygon Dhyana and AMD Zen support for vPMU
` [PATCH v2 04/14] x86/cpu/mce: Add Hygon Dhyana support to the MCA infrastructure
` [PATCH v2 05/14] x86/spec_ctrl: Add Hygon Dhyana to the respective mitigation machinery
` [PATCH v2 06/14] x86/apic: Add Hygon Dhyana support
` [PATCH v2 07/14] x86/acpi: "
` [PATCH v2 08/14] x86/iommu: "
` [PATCH v2 09/14] x86/pv: Add Hygon Dhyana support to emulate MSRs access
` [PATCH v2 10/14] x86/domain: Add Hygon Dhyana support
` [PATCH v2 11/14] x86/domctl: "
` [PATCH v2 13/14] x86/cpuid: "

[xen-unstable test] 133864: tolerable FAIL - PUSHED
 2019-03-18  8:17 UTC 

Running XEN on imx8mq
 2019-03-18  7:39 UTC 

[freebsd-master bisection] complete build-amd64-xen-freebsd
 2019-03-18  7:23 UTC 

Xen ARM Fault recovery for automotive use case
 2019-03-18  6:50 UTC 

[linux-3.18 test] 133856: regressions - FAIL
 2019-03-18  3:48 UTC 

[ovmf baseline-only test] 83741: trouble: blocked/broken
 2019-03-17 23:18 UTC 

[linux-4.14 test] 133855: tolerable FAIL - PUSHED
 2019-03-17 21:06 UTC 

[PATCH v4 1/2] x86/hvm: split all linear reads and writes at page boundary
 2019-03-17 19:35 UTC  (2+ messages)
` [PATCH v4 2/2] x86/hvm: finish IOREQs correctly on completion path

[ovmf baseline-only test] 83739: trouble: blocked/broken
 2019-03-17 17:53 UTC 

[xen-4.9-testing test] 133850: regressions - FAIL
 2019-03-17 17:47 UTC 

[GIT PULL] xen: one further fix for v5.1-rc1
 2019-03-17 16:45 UTC 

[PATCH v1 1/2] xen/arm: Add Amlogic Meson SoCs earlyprintk support
 2019-03-17 15:16 UTC  (4+ messages)
` [PATCH v1 2/2] xen/arm: Add MESON UART driver for Amlogic Meson SoCs

[xen-4.8-testing test] 133847: regressions - FAIL
 2019-03-17 15:17 UTC 

[qemu-mainline baseline-only test] 83737: trouble: blocked/broken
 2019-03-17 13:56 UTC 

[xen-unstable-coverity test] 133875: regressions - ALL FAIL
 2019-03-17 11:38 UTC 

[libvirt test] 133846: tolerable all pass - PUSHED
 2019-03-17 11:32 UTC 

[seabios baseline-only test] 83738: trouble: blocked/broken
 2019-03-17 10:04 UTC 

[PATCH V2 00/10] block: enable multi-page bvec for passthrough IO
 2019-03-17 10:01 UTC  (3+ messages)
` [PATCH V2 01/10] block: pass page to xen_biovec_phys_mergeable
` [PATCH V2 02/10] block: avoid to break XEN by multi-page bvec

[ovmf test] 133848: all pass - PUSHED
 2019-03-17  8:47 UTC 

[GIT PULL] xen: one further fix for v5.1-rc1
 2019-03-17  7:45 UTC 

[qemu-mainline test] 133844: regressions - FAIL
 2019-03-17  6:56 UTC 

[linux-4.19 test] 133842: regressions - FAIL
 2019-03-17  3:53 UTC 

[xen-unstable test] 133838: regressions - FAIL
 2019-03-17  1:36 UTC 

[linux-linus test] 133829: regressions - FAIL
 2019-03-16 23:40 UTC 

[linux-next test] 133826: regressions - FAIL
 2019-03-16 21:33 UTC 

[seabios test] 133835: tolerable FAIL - PUSHED
 2019-03-16 20:09 UTC 

[linux-3.18 test] 133819: regressions - FAIL
 2019-03-16 14:18 UTC 

[linux-4.14 test] 133825: regressions - FAIL
 2019-03-16 13:45 UTC 

[PATCH 0/2] xen: some scheduler related simplifications
 2019-03-16 13:14 UTC  (7+ messages)
` [PATCH 1/2] xen: introduce a cpumask with all bits set
` [PATCH 2/2] xen/sched: don't disable scheduler on cpus during suspend

[freebsd-master test] 133827: regressions - FAIL
 2019-03-16  6:20 UTC 

[xen-4.9-testing test] 133800: regressions - FAIL
 2019-03-16  4:13 UTC 

[ovmf test] 133816: all pass - PUSHED
 2019-03-16  2:46 UTC 

[xen-4.8-testing test] 133794: regressions - trouble: broken/fail/pass
 2019-03-16  2:18 UTC 

[libvirt test] 133798: regressions - FAIL
 2019-03-16  2:06 UTC 

[PATCH] xen/arm: p2m: configure pa_range_info table to support 42 bit PA systems
 2019-03-15 23:57 UTC  (3+ messages)

[BUG] Sporadic boot of Xen Kernel 4.12.0, hangs at random EXTInt
 2019-03-15 21:50 UTC  (5+ messages)

[qemu-mainline test] 133791: regressions - FAIL
 2019-03-15 21:47 UTC 

[PATCH] xen-mapcache: use MAP_FIXED flag so the mmap address hint is always honored
 2019-03-15 20:24 UTC  (6+ messages)

[PATCH v4 00/10] TEE mediator (and OP-TEE) support in XEN
 2019-03-15 20:18 UTC  (10+ messages)
` [PATCH v4 01/10] xen/arm: add generic TEE mediator framework
` [PATCH v4 04/10] xen/arm: optee: add fast calls handling
` [PATCH v4 03/10] xen/arm: optee: add OP-TEE mediator skeleton

[xen-unstable-smoke test] 133841: tolerable all pass - PUSHED
 2019-03-15 19:51 UTC 

[linux-4.19 test] 133789: regressions - FAIL
 2019-03-15 19:17 UTC 

[PATCH v2 0/2] add xl command to get hypervisor .config
 2019-03-15 18:57 UTC  (8+ messages)
` [PATCH v2 1/2] xen: add interface for obtaining .config from hypervisor

XEN on R-CAR H3
 2019-03-15 18:50 UTC  (17+ messages)

[xen-unstable-smoke test] 133837: tolerable all pass - PUSHED
 2019-03-15 17:32 UTC 

[PATCH 0/1] Update TXT maintainter
 2019-03-15 17:29 UTC  (11+ messages)
` [PATCH 1/1] "

UEFI Boot Order Not Respected
 2019-03-15 17:05 UTC  (2+ messages)

Hypervisor Debugging GDB, KDB
 2019-03-15 16:48 UTC  (2+ messages)

[xen-unstable test] 133786: regressions - FAIL
 2019-03-15 16:51 UTC 

[PATCH] x86/svm: Improve code generation from cpu_has_svm_feature()
 2019-03-15 16:51 UTC  (4+ messages)

[PATCH 0/6] Xen stubdom support
 2019-03-15 16:28 UTC  (6+ messages)
` [PATCH 6/6] xen-pt: Round pci regions sizes to XEN_PAGE_SIZE

[PATCH 0/2] x86: fix build with gcc9
 2019-03-15 16:21 UTC  (6+ messages)
` [PATCH 1/2] x86/e820: "
` [PATCH 2/2] x86/mtrr: "
` Ping: [PATCH 0/2] x86: "

[PATCH v7 00/11] viridian: implement more enlightenments
 2019-03-15 16:18 UTC  (6+ messages)
` [PATCH v7 10/11] viridian: add implementation of synthetic timers

[PATCH] x86/MCE: mcequirk stuff is AMD-specific
 2019-03-15 16:18 UTC  (3+ messages)

[PATCH RFC 00/55] x86: use domheap page for xen page tables
 2019-03-15 15:40 UTC  (9+ messages)
` [PATCH RFC 01/55] x86/mm: defer clearing page in virt_to_xen_lXe
` [PATCH RFC 02/55] x86: move some xen mm function declarations
` [PATCH RFC 04/55] x86/mm: introduce l{1, 2}t local variables to map_pages_to_xen
` [PATCH RFC 07/55] x86/mm: add an end_of_loop label in map_pages_to_xen

[PATCH v2] xen/balloon: Fix mapping PG_offline pages to user space
 2019-03-15 14:53 UTC 

[PATCH] xen-block: Replace qdict_put_obj() by qdict_put() where appropriate
 2019-03-15 14:46 UTC  (5+ messages)
` [Qemu-block] "
  ` [Qemu-devel] "

[PATCH RFC 0/3] x86emul: further work
 2019-03-15 14:32 UTC  (5+ messages)
` [PATCH RFC 1/3] x86emul: generalize wbinvd() hook
` [PATCH RFC 2/3] x86emul: support WBNOINVD
` [PATCH RFC 3/3] x86emul: support MOVDIR{I,64B} insns

[xen-unstable-smoke test] 133836: tolerable all pass - PUSHED
 2019-03-15 14:40 UTC 

[PATCH] xen/x86: Fix cflush()'s parameter tracking
 2019-03-15 14:27 UTC  (2+ messages)

[PATCH] xen: drop the nop() macro
 2019-03-15 14:17 UTC  (4+ messages)

[PATCH v2] automation: enable building rombios with clang
 2019-03-15 13:38 UTC  (6+ messages)

[PATCH v2 0/2] xen: some debug trace enhancements
 2019-03-15 13:29 UTC  (3+ messages)
` [PATCH v2 2/2] xen/debug: make debugtrace more clever regarding repeating entries

[PATCH v3 1/2] x86/hvm: split all linear reads and writes at page boundary
 2019-03-15 13:16 UTC  (6+ messages)
` [PATCH v3 2/2] x86/hvm: finish IOREQs correctly on completion path

Fundamental of Virtualization
 2019-03-15 12:53 UTC 

xen source configured with --enable-systemd installs xencommons
 2019-03-15 12:50 UTC  (2+ messages)

[PATCH] x86/HVM: correctly deal with benign exceptions when combining two
 2019-03-15 12:31 UTC  (5+ messages)
    ` Ping: "
      ` Ping#2: "

[linux-4.9 test] 133783: tolerable FAIL - PUSHED
 2019-03-15 12:27 UTC 

[PATCH v6 00/12] improve late microcode loading
 2019-03-15 10:44 UTC  (11+ messages)
` [PATCH v6 11/12] x86/microcode: Synchronize "


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