xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-24 10:31:33 to 2018-09-25 13:53:16 UTC [more...]

[PATCH 0/6] x86emul: fixes, improvements, and beginnings of AVX512 support
 2018-09-25 13:53 UTC  (43+ messages)
` [PATCH v4 00/44] "
  ` [PATCH v4 01/44] x86emul: support AVX512 opmask insns
  ` [PATCH v4 02/44] x86/HVM: grow MMIO cache data size to 64 bytes
  ` [PATCH v4 03/44] x86emul: correct EVEX decoding
  ` [PATCH v4 04/44] x86emul: generalize vector length handling for AVX512/EVEX
  ` [PATCH v4 05/44] x86emul: support basic AVX512 moves
  ` [PATCH v4 06/44] x86emul: test for correct EVEX Disp8 scaling
  ` [PATCH v4 07/44] x86emul: also allow running the 32-bit harness on a 64-bit distro
  ` [PATCH v4 08/44] x86emul: use AVX512 logic for emulating V{, P}MASKMOV*
  ` [PATCH v4 09/44] x86emul: support AVX512F legacy-equivalent arithmetic FP insns
  ` [PATCH v4 10/44] x86emul: support AVX512DQ logic "
  ` [PATCH v4 11/44] x86emul: support AVX512F "normal" FP compare insns
  ` [PATCH v4 12/44] x86emul: support AVX512F misc legacy-equivalent FP insns
  ` [PATCH v4 13/44] x86emul: support AVX512F fused-multiply-add insns
  ` [PATCH v4 14/44] x86emul: support AVX512F legacy-equivalent logic insns
  ` [PATCH v4 15/44] x86emul: support AVX512{F, DQ} FP broadcast insns
  ` [PATCH v4 16/44] x86emul: support AVX512F v{, u}comis{d, s} insns
  ` [PATCH v4 17/44] x86emul/test: introduce eq()
  ` [PATCH v4 18/44] x86emul: support AVX512{F, BW} packed integer compare insns
  ` [PATCH v4 19/44] x86emul: support AVX512{F, BW} packed integer arithmetic insns
  ` [PATCH v4 20/44] x86emul: use simd_128 also for legacy vector shift insns
  ` [PATCH v4 21/44] x86emul: support AVX512{F, BW} shift/rotate insns
  ` [PATCH v4 22/44] x86emul: support AVX512{F, BW, DQ} extract insns
  ` [PATCH v4 23/44] x86emul: support AVX512{F, BW, DQ} insert insns
  ` [PATCH v4 24/44] x86emul: basic AVX512F testing
  ` [PATCH v4 25/44] x86emul: support AVX512{F, BW, DQ} integer broadcast insns
  ` [PATCH v4 26/44] x86emul: basic AVX512VL testing
  ` [PATCH v4 27/44] x86emul: support AVX512{F, BW} zero- and sign-extending moves
  ` [PATCH v4 28/44] x86emul: support AVX512{F, BW} down conversion moves
  ` [PATCH v4 29/44] x86emul: support AVX512{F, BW} integer unpack insns
  ` [PATCH v4 30/44] x86emul: support AVX512{F, BW, _VBMI} full permute insns
  ` [PATCH v4 31/44] x86emul: support AVX512{F, BW} integer shuffle insns
  ` [PATCH v4 32/44] x86emul: support AVX512{BW, DQ} mask move insns
  ` [PATCH v4 33/44] x86emul: basic AVX512BW testing
  ` [PATCH v4 34/44] x86emul: basic AVX512DQ testing
  ` [PATCH v4 35/44] x86emul: support AVX512F move high/low insns
  ` [PATCH v4 36/44] x86emul: support AVX512F move duplicate insns
  ` [PATCH v4 37/44] x86emul: support AVX512{F, BW, VBMI} permute insns
  ` [PATCH v4 38/44] x86emul: support AVX512BW pack insns
  ` [PATCH v4 39/44] x86emul: support AVX512F floating-point conversion insns
  ` [PATCH v4 40/44] x86emul: support AVX512F legacy-equivalent packed int/FP "
  ` [PATCH v4 41/44] x86emul: support AVX512F legacy-equivalent scalar "

[PATCH 0/6] xen: Use %*pb[l] for printing bitmaps
 2018-09-25 13:22 UTC  (7+ messages)
` [PATCH 1/6] xen/vsprintf: Introduce "

[PATCH] arm: fix Dom build after cd8015b634
 2018-09-25 13:02 UTC  (2+ messages)

[PATCH] x86/HVM: correct hvmemul_map_linear_addr() for multi-page case
 2018-09-25 12:41 UTC  (4+ messages)
` [PATCH v2] "

[xen-unstable-smoke bisection] complete test-arm64-arm64-xl-xsm
 2018-09-25 12:34 UTC  (2+ messages)

[PATCH v2 1/6] mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
 2018-09-25 12:15 UTC  (7+ messages)
` [PATCH v2 2/6] mm/memory_hotplug: make add_memory() "
` [PATCH v2 3/6] mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock
` [PATCH v2 4/6] powerpc/powernv: hold device_hotplug_lock when calling device_online()
` [PATCH v2 5/6] powerpc/powernv: hold device_hotplug_lock when calling memtrace_offline_pages()
` [PATCH v2 6/6] memory-hotplug.txt: Add some details about locking internals

null scheduler bug
 2018-09-25 11:51 UTC  (16+ messages)

[distros-debian-snapshot test] 75284: trouble: blocked/broken
 2018-09-25 11:43 UTC 

[PATCH v2] xen: Make XEN_BACKEND selectable by DomU
 2018-09-25 11:36 UTC 

[ovmf test] 128037: all pass - PUSHED
 2018-09-25 11:32 UTC 

[xen-unstable-smoke test] 128048: regressions - FAIL
 2018-09-25 11:23 UTC 

[PATCH v2 1/6] docs/qemu-deprivilege: Revise and update with status and future plans
 2018-09-25 11:20 UTC  (28+ messages)
` [PATCH v2 2/6] test/depriv: Add a tool to check process-level depriv
` [PATCH v2 3/6] tools/dm_restrict: Ask QEMU to chroot
` [PATCH v2 4/6] tools/dm_restrict: Unshare mount and IPC namespaces on Linux
` [PATCH v2 5/6] tools/dm_depriv: Add first cut RLIMITs
` [PATCH v2 6/6] RFC: tools/dm_restrict: Enable QEMU sandboxing

[PATCH] SUPPORT.md: Clarify stubdomain support
 2018-09-25 11:18 UTC  (6+ messages)

[PATCH V3] x86/altp2m: clean up p2m_{get/set}_suppress_ve()
 2018-09-25 11:02 UTC 

[PATCH 0/5] Xen: Remove the of variable length arrays
 2018-09-25 10:42 UTC  (20+ messages)
` [PATCH 1/5] x86/PoD: Simplify handling of the quick check
` [PATCH 2/5] x86/PoD: Avoid using variable length arrays in p2m_pod_zero_check()
` [PATCH 3/5] x86/hvm: Adjust hvmemul_rep_stos() to compile with -Wvla
` [PATCH 4/5] ARM/dom0: Avoid using a variable length array in make_memory_node()
` [PATCH 5/5] xen: Disallow variable length arrays

[PATCH V2] x86/altp2m: clean up p2m_{get/set}_suppress_ve()
 2018-09-25 10:41 UTC  (4+ messages)

[PATCH v11 0/9] paravirtual IOMMU pre-requisites and clean-up
 2018-09-25 10:37 UTC  (3+ messages)
` [PATCH v11 9/9] mm / iommu: split need_iommu() into has_iommu_pt() and need_iommu_pt_sync()

[PATCH v2] memory_hotplug: Free pages as higher order
 2018-09-25  9:59 UTC 

[PATCH] amd/iommu: remove hidden AMD inclusive mappings
 2018-09-25  9:52 UTC  (2+ messages)

tools/fuzz fails due build, osstest did not notice
 2018-09-25  9:51 UTC  (8+ messages)
` [PATCH] fuzz, test x86_emulator: disable sse before including always_inline fns
              ` [PATCH v2] "

[PATCH] x86: move hvm_domain_use_pirq to hvm files
 2018-09-25  9:27 UTC  (2+ messages)

[PATCH v1] x86/hvm: Add check for cpu_has_vmx_virt_exceptions
 2018-09-25  9:20 UTC  (2+ messages)

[PATCH v2 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
 2018-09-25  9:14 UTC 

[qemu-mainline test] 128010: tolerable FAIL - PUSHED
 2018-09-25  9:01 UTC 

[xen-unstable-smoke test] 128045: regressions - FAIL
 2018-09-25  8:21 UTC 

Ping: [PATCH 0/3] xen-netback: hash mapping hanling adjustments
 2018-09-25  8:18 UTC  (2+ messages)

[PATCH 0/3] xen-netback: hash mapping hanling adjustments
 2018-09-25  8:13 UTC  (5+ messages)
` [PATCH net 0/3 RESEND] xen-netback: hash mapping handling adjustments
` [PATCH net 1/3 RESEND] xen-netback: fix input validation in xenvif_set_hash_mapping()
` [PATCH net 2/3 RESEND] xen-netback: validate queue numbers "
` [PATCH net 3/3 RESEND] xen-netback: handle page straddling "

[ovmf baseline-only test] 75282: trouble: blocked/broken
 2018-09-25  7:24 UTC 

[PATCH v2] memory_hotplug: Free pages as higher order
 2018-09-25  5:42 UTC 

[xen-unstable-smoke test] 128038: regressions - FAIL
 2018-09-25  5:17 UTC 

[PATCH 1/6] xenbus: prepare data structures and parameter for xenwatch multithreading
 2018-09-25  5:14 UTC 

[ovmf test] 128030: all pass - PUSHED
 2018-09-25  2:44 UTC 

[xen-unstable-smoke test] 128029: regressions - FAIL
 2018-09-25  2:20 UTC 

[ovmf baseline-only test] 75280: trouble: blocked/broken
 2018-09-25  2:04 UTC 

[PATCH RFCv2 3/6] mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock
 2018-09-25  1:26 UTC  (2+ messages)

[linux-next test] 128005: regressions - FAIL
 2018-09-25  0:48 UTC 

[xen-unstable-smoke test] 128025: regressions - FAIL
 2018-09-24 23:26 UTC 

[PATCH v3 0/2] arm: improve platforms kconfig, was: add one kconfig option per platform
 2018-09-24 22:55 UTC  (3+ messages)
` [PATCH v3 1/2] xen/arm: make platform specific code dependent on ALL32_PLAT or ALL64_PLAT
` [PATCH v3 2/2] xen/arm: introduce NO_PLAT

[ovmf test] 128015: all pass - PUSHED
 2018-09-24 21:18 UTC 

[xen-unstable-smoke test] 128019: regressions - FAIL
 2018-09-24 20:34 UTC 

[linux-linus test] 128002: regressions - FAIL
 2018-09-24 19:23 UTC 

Compatibility of the Quadro P4000
 2018-09-24 18:52 UTC  (2+ messages)

[PATCH] automation: introduce a new variable to control container user
 2018-09-24 18:41 UTC  (2+ messages)

[OSSTEST PATCH v2] ts-xen-build-prep: install libgnutls28-dev for libvirt build
 2018-09-24 17:17 UTC  (2+ messages)

[PATCH v5 0/5] Make CONFIG_HVM work
 2018-09-24 17:08 UTC  (12+ messages)
` [PATCH v5 2/5] x86/p2m/pod: make it build with !CONFIG_HVM
` [PATCH v5 3/5] x86/mm: put nested p2m code under CONFIG_HVM
` [PATCH v5 4/5] x86/mm: put HVM only "
` [PATCH v5 5/5] x86: expose CONFIG_HVM

[xen-unstable-smoke test] 128013: regressions - FAIL
 2018-09-24 17:03 UTC 

[PATCH 0/4] Add support for multi-page vm_event ring buffer
 2018-09-24 16:54 UTC  (8+ messages)
` [PATCH 3/4] x86: Add map_domain_pages_global
` [PATCH 4/4] vm_event: Add support for multi-page ring buffer

[PATCH] x86/altp2m: clean up p2m_{get/set}_suppress_ve()
 2018-09-24 16:30 UTC  (5+ messages)

[PATCH] xen: x86: make asm/xen/events.h include xen/xen.h
 2018-09-24 14:41 UTC 

[PATCH v2] x86: fix comment on super page alignment requirement
 2018-09-24 14:38 UTC  (3+ messages)

clean up physical merging helpers
 2018-09-24 14:25 UTC 

[PATCH] x86: fix comment on super page alignment requirement
 2018-09-24 14:07 UTC  (4+ messages)

[freebsd-master test] 128006: all pass - PUSHED
 2018-09-24 13:43 UTC 

[PATCH v3] xen:arm: Populate arm64 image header
 2018-09-24 13:42 UTC  (3+ messages)

[PATCH] drivers/block/xen-blkback/common.h: use DIV_ROUND_UP instead of reimplementing its function
 2018-09-24 13:28 UTC 

[PATCH 4.18 141/235] x86/EISA: Dont probe EISA bus for Xen PV guests
 2018-09-24 11:52 UTC 

[PATCH 1/2] x86/SVM-IOMMU: Don't opencode memcpy() in queue_iommu_command()
 2018-09-24 12:32 UTC  (15+ messages)
` [PATCH 2/2] x86/SVM-IOMMU: Drop get_field_from_byte()

[PATCH 4.14 105/173] x86/EISA: Dont probe EISA bus for Xen PV guests
 2018-09-24 11:52 UTC 

[xen-unstable test] 127997: tolerable FAIL
 2018-09-24 11:07 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).