xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-25 15:16:07 to 2018-10-26 16:10:07 UTC [more...]

[PATCH 0/6] x86emul: fixes, improvements, and beginnings of AVX512 support
 2018-10-26 16:10 UTC  (20+ messages)
` [PATCH v3 00/34] "
  ` [PATCH v3 01/34] x86emul: support AVX512 opmask insns
  ` [PATCH v3 02/34] x86/HVM: grow MMIO cache data size to 64 bytes
` [PATCH v4 00/44] x86emul: fixes, improvements, and beginnings of AVX512 support
  ` [PATCH v4 03/44] x86emul: correct EVEX decoding
  ` [PATCH v4 04/44] x86emul: generalize vector length handling for AVX512/EVEX
  ` [PATCH v4 17/44] x86emul/test: introduce eq()

[PATCH v2 00/16] Make CONFIG_PV work on x86
 2018-10-26 16:02 UTC  (7+ messages)
` [PATCH v2 01/16] x86: make mm.c build with !CONFIG_PV
` [PATCH v2 02/16] x86: put some code in arch_set_info_guest under CONFIG_PV
` [PATCH v2 03/16] x86: make traps.c build with !CONFIG_PV

[PATCH v2 0/5] Fixes to debugging facilities (part 1)
 2018-10-26 15:58 UTC  (10+ messages)
` [PATCH v2 2/5] x86/domain: Initialise vcpu debug registers correctly
` [PATCH v2 5/5] x86: Reorganise and rename debug register fields in struct vcpu

[PATCH] amd-iommu: get rid of pointless IOMMU_PAGING_MODE_LEVEL_X definitions
 2018-10-26 15:55 UTC  (5+ messages)

[PATCH v1] x86/hvm: Clean up may_defer from hvm_* helpers
 2018-10-26 15:52 UTC  (4+ messages)

[PATCH] iommu / p2m: add a page_order parameter to iommu_map/unmap_page()
 2018-10-26 15:52 UTC  (3+ messages)

[PULL 00/20] Trivial patches patches
 2018-10-26 15:31 UTC  (21+ messages)
` [PULL 01/20] configs/alpha: Remove unused CONFIG_PARALLEL_ISA switch
` [PULL 02/20] vga_int: remove unused function protype
` [PULL 03/20] memory.h: fix typos in comments
` [PULL 04/20] tests/tcg/README: fix location for lm32 tests
` [PULL 05/20] qemu-iotests: fix filename containing checks
` [PULL 06/20] docs/devel/testing.rst: add missing newlines after code block
` [PULL 07/20] scripts/decodetree.py: remove unused imports
` [PULL 08/20] scripts/qemu.py: remove trailing quotes on docstring
` [PULL 09/20] qemu-iotests: make 218 executable
` [PULL 10/20] linux-user: fix comment s/atomic_write/atomic_set/
` [PULL 11/20] cpu.h: fix a typo in comment
` [PULL 12/20] tests: Fix typos in comments and help message (found by codespell)
` [PULL 13/20] configure: Support pkg-config for zlib
` [PULL 14/20] qobject: Catch another straggler for use of qdict_put_str()
` [PULL 15/20] xen: Use the PCI_DEVICE macro
` [PULL 16/20] tests/bios-tables-test: Remove an useless cast
` [PULL 17/20] hw/pci-host: Remove useless parenthesis around DIV_ROUND_UP macro
` [PULL 18/20] hw/intc/gicv3: "
` [PULL 19/20] milkymist-minimac2: Use qemu_log_mask(GUEST_ERROR) instead of error_report
` [PULL 20/20] ppc: move at24c to its own CONFIG_ symbol

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

[PATCH] x86/cpuid: Tie SMAP to NX, for the shadow pagetable code
 2018-10-26 15:23 UTC  (2+ messages)

[PATCH v2 0/5] xen: Use %*pb[l] for printing bitmaps
 2018-10-26 15:21 UTC  (3+ messages)
` [PATCH v2 5/5] xen/keyhandler: Drop keyhandler_scratch

[PATCH V2 0/3] Fix VGA logdirty related display freezes with altp2m
 2018-10-26 15:04 UTC  (8+ messages)
` [PATCH V2 2/3] x86/mm: allocate logdirty_ranges for altp2ms
` [PATCH V2 3/3] x86/altp2m: fix display frozen when switching to a new view early

[ovmf test] 129004: all pass - PUSHED
 2018-10-26 14:54 UTC 

[PATCH] xen-swiotlb: exchange memory with Xen only when pages are contiguous
 2018-10-26 14:48 UTC  (7+ messages)

[PATCH v5 00/25] dom0less step1: boot multiple domains from device tree
 2018-10-26 14:29 UTC  (3+ messages)
` [PATCH v5 21/25] xen: support console_switching between Dom0 and DomUs on ARM

Ongoing/future speculative mitigation work
 2018-10-26 14:17 UTC  (36+ messages)

[xen-4.11-testing baseline-only test] 75507: trouble: blocked/broken
 2018-10-26 14:13 UTC 

[xen-unstable test] 128972: regressions - trouble: broken/fail/pass
 2018-10-26 13:47 UTC 

[PATCH V2] Release: add release note link to SUPPORT.md
 2018-10-26 13:13 UTC 

[PATCH V2] Release: add release note link to SUPPORT.md
 2018-10-26 13:10 UTC  (3+ messages)

[PATCH] x86/HVM: adjust hvm_interrupt_blocked()
 2018-10-26 12:56 UTC  (3+ messages)

[PATCH 0/4] xen/arm: GIC fixes and improvement
 2018-10-26 12:49 UTC  (9+ messages)
` [PATCH 1/4] xen/arm: gic: Ensure we have an ISB between ack and do_IRQ()

[linux-linus test] 128970: regressions - FAIL
 2018-10-26 12:47 UTC 

[PATCH v2] idle/x86: remove the call to boot_init_stack_canary() from cpu_startup_entry()
 2018-10-26 12:10 UTC 

[PATCH 0/4] x86/vvmx: XSA-278 followup fixes
 2018-10-26 11:31 UTC  (13+ messages)
` [PATCH 1/4] x86/vvmx: Unconditionally initialise vmxon_region_pa during vcpu construction
` [PATCH 2/4] x86/vvmx: Drop the now-obsolete vmx_inst_check_privilege()
` [PATCH 3/4] x86/vvmx: INVVPID instructions should be handled at by L1
` [PATCH 4/4] x86/vvmx: Don't handle unknown nested vmexit reasons at L0

[ovmf test] 128998: all pass - PUSHED
 2018-10-26 11:29 UTC 

[PATCH V3] x86/altp2m: clean up p2m_{get/set}_suppress_ve()
 2018-10-26 11:20 UTC  (3+ messages)

[PATCH] x86: restrict HVMOP_pagetable_dying to current
 2018-10-26 11:15 UTC  (5+ messages)
    ` Ping: "

Flask default policy mismatch vs dummy
 2018-10-26 11:16 UTC  (3+ messages)
  ` Ping: "

[PATCH] x86/efi: Do not insert timestamps in efi files
 2018-10-26 11:11 UTC  (6+ messages)

[PATCH v2 0/2] ns16550: enable use of PCI MSI
 2018-10-26 11:06 UTC  (2+ messages)
` Ping: "

[PATCH] ns16550/PCI: fix skipping of devices
 2018-10-26 11:05 UTC  (2+ messages)
` Ping: "

[PATCH] pass-through: adjust pIRQ migration
 2018-10-26 10:58 UTC  (3+ messages)
  ` Ping: "

[PATCH 0/5] x86: more power-efficient CPU parking
 2018-10-26 10:56 UTC  (7+ messages)
` [PATCH 2/5] x86/idle: re-arrange dead-idle handling
      ` Ping: "
` [PATCH 3/5] x86/cpuidle: push parked CPUs into deeper sleep states when possible
  ` Ping: "

[PATCH-for-4.10] Release: add release note link to SUPPORT.md
 2018-10-26 10:51 UTC  (9+ messages)
` [PATCH-for-4.11] "
` [PATCH] "

[PATCH] docs: remove ChangeLog file
 2018-10-26 10:38 UTC 

[PATCH v1] xen: preserve COMPAT in CFLAGS
 2018-10-26 10:10 UTC 

[freebsd-master test] 129000: trouble: blocked/broken
 2018-10-26  9:40 UTC 

usage of libxc compat function fails with staging
 2018-10-26  9:37 UTC  (2+ messages)

[PATCH v4] arch/x86: Add registers to vm_event
 2018-10-26  9:11 UTC 

[ovmf test] 128994: all pass - PUSHED
 2018-10-26  8:52 UTC 

[ovmf test] 128989: regressions - FAIL
 2018-10-26  6:58 UTC 

[PATCH] CONFIG_XEN_PV breaks xen_create_contiguous_region on ARM
 2018-10-26  6:54 UTC  (2+ messages)

[xen-4.11-testing test] 128968: tolerable FAIL - PUSHED
 2018-10-26  4:25 UTC 

[PATCH] x86/xen: add physically contiguous check to xen_destroy_contiguous_region
 2018-10-26  4:17 UTC 

[ovmf test] 128979: regressions - FAIL
 2018-10-26  3:41 UTC 

[ovmf baseline-only test] 75505: trouble: blocked/broken
 2018-10-26  1:20 UTC 

[xen-4.10-testing test] 128967: regressions - FAIL
 2018-10-26  1:20 UTC 

[PATCH] x86/xen: add physically contiguous check to xen_destroy_contiguous_region
 2018-10-26  0:16 UTC 

[v3 04/12] x86/fsgsbase/64: Enable FSGSBASE instructions in the helper functions
 2018-10-25 23:16 UTC  (6+ messages)

[ovmf test] 128976: regressions - FAIL
 2018-10-25 22:31 UTC 

[xen-4.9-testing test] 128966: regressions - FAIL
 2018-10-25 22:14 UTC 

[examine test] 75503: trouble: blocked/broken/fail
 2018-10-25 20:49 UTC 

Fix VGA logdirty related display freezes with altp2m
 2018-10-25 20:17 UTC  (19+ messages)

[ovmf baseline-only test] 75502: trouble: blocked/broken
 2018-10-25 19:18 UTC 

[ovmf test] 128974: all pass - PUSHED
 2018-10-25 18:11 UTC 

[PATCH 00/22] xen/arm: Bunch of clean-ups
 2018-10-25 17:56 UTC  (38+ messages)
` [PATCH 05/22] xen/arm: Consolidate CPU identification in cpufeature.{c, h}
` [PATCH 06/22] xen/arm: Move VABORT_GEN_BY_GUEST to traps.h and turned into inline
` [PATCH 07/22] xen/arm: gic-3: Remove unused includes
` [PATCH 08/22] xen/arm: gic-v3: Re-order includes in alphabetical order
` [PATCH 09/22] xen/arm: Move HSR defines in a new header hsr.h
` [PATCH 10/22] xen/arm: Move SYSREG accessors in sysregs.h
` [PATCH 11/22] xen/arm: Move out of processor.h traps related variable/function
` [PATCH 12/22] xen/arm: Only include stringify.h when necessary
` [PATCH 13/22] xen/arm: Only include vreg.h "
` [PATCH 14/22] xen/arm: Remove unnecessary includes in asm/vgic.h
` [PATCH 15/22] xen/arm: Remove unnecessary includes in asm/mmio.h
` [PATCH 16/22] xen/arm: Remove unnecessary includes in traps.c
` [PATCH 17/22] xen/arm: Remove unnecessary includes in asm/p2m.h
` [PATCH 18/22] xen/arm: Remove unnecessary includes in asm-arm/acpi.h
` [PATCH 19/22] xen/arm: Remove unnecessary include in asm-arm/atomic.h
` [PATCH 20/22] xen/arm: Remove unnecessary includes in asm/current.h
` [PATCH 21/22] xen/arm: platform: Don't include p2m.h in exynos5 and omap5
` [PATCH 22/22] xen/arm: Move vgic_* helpers from gic.h to vgic.h

[PATCH v2] x86/mm/p2m: don't needlessly limit MMIO mapping order to 4k
 2018-10-25 17:21 UTC  (3+ messages)

[libvirt test] 128963: tolerable all pass - PUSHED
 2018-10-25 16:54 UTC 

Xen optimization
 2018-10-25 16:18 UTC  (23+ messages)
                                      ` Xen optimizationcy

[PATCH] xen: drop writing error messages to xenstore
 2018-10-25 15:50 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).