xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-14 12:52:31 to 2019-03-15 11:06:03 UTC [more...]

[PATCH 0/6] x86emul: fixes, improvements, and beginnings of AVX512 support
 2019-03-15 11:06 UTC  (57+ messages)
` [PATCH v7 00/49] x86emul: remaining "
  ` [PATCH v7 04/49] x86emul: support AVX512{F, BW, DQ} insert insns
  ` [PATCH v7 05/49] x86emul: basic AVX512F testing
  ` [PATCH v7 06/49] x86emul: support AVX512{F, BW, DQ} integer broadcast insns
  ` [PATCH v7 07/49] x86emul: basic AVX512VL testing
` [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 03/50] x86emul: support AVX512{F, BW, DQ} insert insns
  ` [PATCH v8 04/50] x86emul: basic AVX512F testing
  ` [PATCH v8 05/50] x86emul: support AVX512{F, BW, DQ} integer broadcast insns
  ` [PATCH v8 06/50] x86emul: basic AVX512VL testing
  ` [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 0/1] Update TXT maintainter
 2019-03-15 11:01 UTC  (6+ messages)
` [PATCH 1/1] "

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

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

[PATCH v2 00/14] Add support for Hygon Dhyana Family 18h processor
 2019-03-15 10:17 UTC  (4+ messages)
` [PATCH v2 01/14] x86/cpu: Create Hygon Dhyana architecture support file

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

[PATCH v7 00/11] viridian: implement more enlightenments
 2019-03-15  9:55 UTC  (14+ messages)
` [PATCH v7 01/11] viridian: add init hooks
` [PATCH v7 02/11] viridian: separately allocate domain and vcpu structures
` [PATCH v7 03/11] viridian: use stack variables for viridian_vcpu and viridian_domain
` [PATCH v7 04/11] viridian: make 'fields' struct anonymous
` [PATCH v7 05/11] viridian: extend init/deinit hooks into synic and time modules
` [PATCH v7 06/11] viridian: add missing context save helpers "
` [PATCH v7 07/11] viridian: use viridian_map/unmap_guest_page() for reference tsc page
` [PATCH v7 08/11] viridian: stop directly calling viridian_time_ref_count_freeze/thaw()
` [PATCH v7 09/11] viridian: add implementation of synthetic interrupt MSRs
` [PATCH v7 10/11] viridian: add implementation of synthetic timers
` [PATCH v7 11/11] viridian: add implementation of the HvSendSyntheticClusterIpi hypercall

[linux-linus test] 133778: regressions - FAIL
 2019-03-15  9:42 UTC 

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

[PATCH] Input: xen-kbdfront - signal the backend that we disconnect
 2019-03-15  9:23 UTC 

[PATCH 0/6] Xen stubdom support
 2019-03-15  9:17 UTC  (13+ messages)
` [PATCH 2/6] xen: Move xenstore initialization to common location
` [PATCH 6/6] xen-pt: Round pci regions sizes to XEN_PAGE_SIZE

[linux-4.14 test] 133782: regressions - FAIL
 2019-03-15  9:12 UTC 

Xen Project Community Call March: Poll for the best day (originally week of March 11, propose to move to the week of March 17th)
 2019-03-15  9:00 UTC  (4+ messages)

[PATCH 0/3] mwait support for AMD processors
 2019-03-15  8:54 UTC  (12+ messages)
` [PATCH 1/3] mwait-idle: add support for using halt
` [PATCH 2/3] mwait-idle: add support for AMD processors
` [PATCH 3/3] mwait-idle: add enablement for AMD Naples and Rome

Can someone pls repair patchwork?
 2019-03-15  8:46 UTC  (8+ messages)

[PATCH] xen/arm: p2m: configure pa_range_info table to support 42 bit PA systems
 2019-03-15  8:34 UTC 

[linux-3.18 test] 133774: regressions - FAIL
 2019-03-15  7:54 UTC 

[PATCH v2 0/2] xen: some debug trace enhancements
 2019-03-15  6:35 UTC  (3+ messages)
` [PATCH v2 1/2] xen/debug: make debugtrace configurable via Kconfig
` [PATCH v2 2/2] xen/debug: make debugtrace more clever regarding repeating entries

[linux-next test] 133763: regressions - FAIL
 2019-03-14 23:08 UTC 

Commit 331b51 breaks live migration on FreeBSD/Xen dom0
 2019-03-14 22:34 UTC  (3+ messages)

[PATCH RESEND 0/3] Xen PCI passthrough fixes
 2019-03-14 20:09 UTC  (9+ messages)
` [PATCH RESEND 1/3] OvmfPkg/XenSupport: remove usage of prefetchable PCI host bridge aperture
` [PATCH RESEND 2/3] OvmfPkg/XenSupport: use a correct PCI host bridge aperture for BAR64
` [PATCH RESEND 3/3] OvmfPkg/XenSupport: turn off address decoding before BAR sizing

[PATCH] xen/netfront: Remove unneeded .resume callback
 2019-03-14 19:00 UTC  (10+ messages)

[xen-unstable-smoke test] 133804: tolerable all pass - PUSHED
 2019-03-14 18:44 UTC 

[ovmf test] 133769: all pass - PUSHED
 2019-03-14 17:39 UTC 

[PATCH v6 00/11] viridian: implement more enlightenments
 2019-03-14 17:00 UTC  (7+ messages)
` [PATCH v6 09/11] viridian: add implementation of synthetic interrupt MSRs
` [PATCH v6 10/11] viridian: add implementation of synthetic timers

[PATCH 32/38] vfs: Convert xenfs to fs_context
 2019-03-14 16:13 UTC 

[PATCH 00/38] VFS: Convert trivial filesystems and more
 2019-03-14 16:08 UTC 

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

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

[PATCH v1] xen/balloon: Fix mapping PG_offline pages to user space
 2019-03-14 16:00 UTC  (4+ messages)

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

[PATCH 0/2] xen: some scheduler related simplifications
 2019-03-14 15:33 UTC  (5+ messages)
` [PATCH 1/2] xen: introduce a cpumask with all bits set

[PATCH v13] tolerate jitter in cpu_khz calculation to avoid TSC emulation
 2019-03-14 15:03 UTC  (14+ messages)

[xen-unstable-smoke test] 133802: tolerable all pass - PUSHED
 2019-03-14 14:54 UTC 

[xen-4.12-testing test] 133762: tolerable FAIL - PUSHED
 2019-03-14 14:43 UTC 

[PATCH 2/2] xen/debug: make debugtrace more clever regarding repeating entries
 2019-03-14 14:36 UTC 

[PATCH 0/2] xen: some debug trace enhancements
 2019-03-14 14:31 UTC  (10+ messages)
` [PATCH 1/2] xen/debug: make debugtrace configurable via Kconfig
` [PATCH 2/2] xen/debug: make debugtrace more clever regarding repeating entries

[PATCH v4 0/4] clean up MSR save/restore code
 2019-03-14 14:23 UTC  (6+ messages)
` [PATCH v4 1/4] x86: stop handling MSR_IA32_BNDCFGS save/restore in implementation code
` [PATCH v4 2/4] x86: move the saved value of MSR_IA32_XSS into struct vcpu_msrs
` [PATCH v4 3/4] x86: stop handling MSR_IA32_XSS save/restore in implementation code
` [PATCH v4 4/4] x86: remove defunct init/load/save_msr() hvm_funcs

[linux-linus bisection] complete test-arm64-arm64-xl-xsm
 2019-03-14 14:16 UTC  (8+ messages)
    ` xen: Can't insert balloon page into VM userspace (WAS Re: [linux-linus bisection] complete test-arm64-arm64-xl-xsm)

[PATCH] build: don't mandate availability of a fetcher program
 2019-03-14 14:08 UTC 

[PATCH v3 0/4] clean up MSR save/restore code
 2019-03-14 13:41 UTC  (7+ messages)
` [PATCH v3 1/4] x86: stop handling MSR_IA32_BNDCFGS save/restore in implementation code
` [PATCH v3 2/4] x86: move the saved value of MSR_IA32_XSS into struct vcpu_msrs
` [PATCH v3 3/4] x86: stop handling MSR_IA32_XSS save/restore in implementation code
` [PATCH v3 4/4] x86: remove defunct init/load/save_msr() hvm_funcs

L1TF Patch Series v10
 2019-03-14 13:21 UTC  (11+ messages)
` [PATCH L1TF v10 2/8] nospec: introduce evaluate_nospec
` [PATCH L1TF v10 3/8] is_control_domain: block speculation
` [PATCH L1TF v10 4/8] is_hvm/pv_domain: "
` [PATCH L1TF v10 5/8] common/memory: block speculative out-of-bound accesses
` [PATCH L1TF v10 6/8] x86/hvm: add nospec to hvmop param
` [PATCH L1TF v10 7/8] common/grant_table: block speculative out-of-bound accesses
` [PATCH L1TF v10 8/8] common/domain: "

[PATCH] xen/netfront: Remove unneeded .resume callback
 2019-03-14 13:17 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).