xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-25 16:54:46 to 2016-03-29 13:44:11 UTC [more...]

[PATCH v2 0/6] x86/time: PVCLOCK_TSC_STABLE_BIT support
 2016-03-29 13:44 UTC  (7+ messages)
` [PATCH v2 1/6] public/xen.h: add flags field to vcpu_time_info
` [PATCH v2 2/6] x86/time: refactor init_platform_time()
` [PATCH v2 3/6] x86/time: implement tsc as clocksource
` [PATCH v2 4/6] x86/time: streamline platform time init on plt_init()
` [PATCH v2 5/6] x86/time: refactor read_platform_stime()
` [PATCH v2 6/6] x86/time: implement PVCLOCK_TSC_STABLE_BIT

XSA-155: _apparently_ missing blktap1 fix (up to 4.5)
 2016-03-29 13:29 UTC  (2+ messages)

[PATCH v3 0/7] Enhance PAT init to fix Xorg crashes
 2016-03-29 14:19 UTC  (2+ messages)

[PATCH v7 00/22] Prepare UEFI and ACPI tables for Dom0 on ARM64
 2016-03-29 13:02 UTC  (15+ messages)
` [PATCH v7 01/22] arm/acpi: Estimate memory required for acpi/efi tables
` [PATCH v7 02/22] arm/acpi: Add a helper function to get the acpi table offset
` [PATCH v7 04/22] arm/gic: Add a new callback for creating MADT table for Dom0
` [PATCH v7 09/22] arm/p2m: Add helper functions to map memory regions
` [PATCH v7 10/22] arm/acpi: Map all other tables for Dom0
` [PATCH v7 17/22] arm/gic: Add a new callback to deny Dom0 access to GIC regions

[PATCH 0/7] oxenstored: improve transaction conflict handling
 2016-03-29 12:45 UTC  (7+ messages)
` [PATCH 3/7] oxenstored: refactor request processing

patch ping
 2016-03-29 12:21 UTC 

Xen Security Advisory 172 (CVE-2016-3158, CVE-2016-3159) - broken AMD FPU FIP/FDP/FOP leak workaround
 2016-03-29 12:00 UTC 

[PATCH 1/2] libxl: ensure var is inited in libxl__domain_firmware
 2016-03-29 11:44 UTC  (8+ messages)
` [PATCH 2/2] tools: detect appropriate debug optimization level

[PATCH] blktap2: Invalid logic detecting unaligned buffers in vhd_write_block
 2016-03-29 11:26 UTC  (4+ messages)

[PATCH] x86/hvm/viridian: fix APIC assist page leak
 2016-03-29 11:22 UTC  (2+ messages)

xl: improve return codes for more xl comands
 2016-03-29 11:14 UTC  (2+ messages)

[PATCH v3] xen/arm64: check XSM Magic and Signature from the second unknown module
 2016-03-29 11:10 UTC  (3+ messages)

[PATCH v8 for Xen 4.7 0/4] Enable per-VCPU parameter for RTDS
 2016-03-29 10:58 UTC  (9+ messages)
` [PATCH v8 for Xen 4.7 1/4] xen: enable "

[qemu-mainline test] 87801: regressions - FAIL
 2016-03-29 10:54 UTC 

[RFC Design Doc] Add vNVDIMM support for Xen
 2016-03-29 10:49 UTC  (14+ messages)

[PATCH] spinlock: improve spin_is_locked() for recursive locks
 2016-03-29 10:45 UTC  (5+ messages)

[PATCH v2] x86/HVM: fix forwarding of internally cached requests
 2016-03-29 10:43 UTC  (2+ messages)

[PATCH 0/3] libxl: add support for qemu base pvusb backend
 2016-03-29 10:35 UTC  (8+ messages)
` [PATCH 3/3] libxl: add new pvusb backend "qusb" provided by qemu

[PATCH v2] x86/hvm/viridian: save APIC assist vector
 2016-03-29 10:22 UTC  (4+ messages)

[PATCH] update MAINTAINERS info
 2016-03-29 10:08 UTC 

crash on boot with 4.6.1 on fedora 24
 2016-03-29 10:07 UTC  (2+ messages)

[PATCH v7 00/11] grub-xen: support booting huge pv-domains
 2016-03-29 10:04 UTC  (3+ messages)

[PATCH] Xen: update MAINTAINERS info
 2016-03-29 10:02 UTC 

[PATCH] Xen on ARM and ARM64: update MAINTAINERS info
 2016-03-29 10:01 UTC 

[PATCH v5] xSplice v1 design and implementation
 2016-03-29  9:36 UTC  (3+ messages)
` [PATCH v5 05/28] xsplice: Design document

[PATCH] x86/hvm/viridian: save APIC assist vector
 2016-03-29  9:07 UTC  (7+ messages)

[PATCH v4 00/26] x86: Improvements to cpuid handling for guests
 2016-03-29  8:57 UTC  (34+ messages)
` [PATCH v4 07/26] xen/x86: Calculate maximum host and guest featuresets
` [PATCH v4 10/26] xen/x86: Improve disabling of features which have dependencies
` [PATCH v4 11/26] xen/x86: Improvements to in-hypervisor cpuid sanity checks
` [PATCH v4 12/26] x86/cpu: Move set_cpumask() calls into c_early_init()
` [PATCH v4 13/26] x86/cpu: Sysctl and common infrastructure for levelling context switching
` [PATCH v4 14/26] x86/cpu: Rework AMD masking MSR setup
` [PATCH v4 15/26] x86/cpu: Rework Intel masking/faulting setup
` [PATCH v4 16/26] x86/cpu: Context switch cpuid masks and faulting state in context_switch()
` [PATCH v4 17/26] x86/pv: Provide custom cpumasks for PV domains
` [PATCH v4 18/26] x86/domctl: Update PV domain cpumasks when setting cpuid policy
` [PATCH v4 19/26] xen+tools: Export maximum host and guest cpu featuresets via SYSCTL
` [PATCH v4 20/26] tools/libxc: Modify bitmap operations to take void pointers
` [PATCH v4 21/26] tools/libxc: Use public/featureset.h for cpuid policy generation
` [PATCH v4 22/26] tools/libxc: Expose the automatically generated cpu featuremask information
` [PATCH v4 23/26] tools: Utility for dealing with featuresets
` [PATCH v4 24/26] tools/libxc: Wire a featureset through to cpuid policy logic

4.4: INFO: rcu_sched self-detected stall on CPU
 2016-03-29  8:56 UTC  (3+ messages)

[RFC PATCH 1/2] build: add debug menu to Kconfig
 2016-03-29  8:50 UTC  (7+ messages)
` [RFC PATCH 2/2] build: convert crash_debug "

xen run on minnowboard
 2016-03-29  8:33 UTC 

[PATCH v8 01/17] Xen: ACPI: Hide UART used by Xen
 2016-03-29  8:08 UTC  (6+ messages)
  ` [RESEND PATCH v9 "

[PATCH v9 01/17] Xen: ACPI: Hide UART used by Xen
 2016-03-29  8:05 UTC 

[PATCH 0/2] Check VT-d Device-TLB flush error
 2016-03-29  7:36 UTC  (9+ messages)
` [PATCH 1/2] IOMMU/MMU: Adjust top level functions for "
` [PATCH 2/2] IOMMU/MMU: Adjust low "

[linux-4.1 test] 87765: regressions - FAIL
 2016-03-29  7:29 UTC 

[PATCH 0/4] x86: accommodate 32-bit PV guests with SMAP/SMEP handling
 2016-03-29  6:59 UTC  (11+ messages)
` [PATCH v2 0/3] x86: accommodate 32-bit PV guests with SMEP/SMAP handling
    ` [PATCH v3 0/4] "
      ` [PATCH v3 2/4] x86: suppress SMEP and SMAP while running 32-bit PV guest code
      ` [PATCH v3 4/4] x86: use 32-bit loads for 32-bit PV guest state reload
      ` [PATCH v3 5/4] x86: reduce code size of struct cpu_info member accesses

[PATCH v4 0/4] libxl: add support for qemu base pvusb backend
 2016-03-29  6:52 UTC  (5+ messages)
` [PATCH v4 1/4] libxl: make libxl__need_xenpv_qemu() operate on domain config
` [PATCH v4 2/4] libxl: add new pvusb backend "qusb" provided by qemu
` [PATCH v4 3/4] libxl: add service function to check whether device model is running
` [PATCH v4 4/4] libxl: check for dynamic device model start required

[PATCH] tools: fix xen-detect to correctly identify domU type
 2016-03-29  6:49 UTC  (18+ messages)

[ovmf test] 87789: regressions - FAIL
 2016-03-29  5:55 UTC 

[PATCH v2 0/2] usb, xen: add pvUSB backend
 2016-03-29  4:55 UTC  (4+ messages)
    ` [Xen-devel] "

[PATCH v2 0/3] libxl: add support for qemu base pvusb backend
 2016-03-29  4:53 UTC  (7+ messages)
` [PATCH v2 2/3] libxl: add new pvusb backend "qusb" provided by qemu
` [PATCH v2 3/3] libxl: add domain config parameter to force start of qemu

[PATCH v3] arm: Fix asynchronous aborts (SError exceptions) due to bogus PTEs
 2016-03-29  4:46 UTC 

[PATCH v2] xen/arm64: check XSM Magic and Signature from the second unknown module
 2016-03-29  3:34 UTC  (5+ messages)

[xen-unstable test] 87739: regressions - FAIL
 2016-03-29  3:04 UTC 

pv-grub guest booting fail with recent qemu-xen
 2016-03-29  1:44 UTC  (5+ messages)

[PATCH v8 0/3] VT-d Device-TLB flush issue
 2016-03-29  1:32 UTC  (14+ messages)
` [PATCH v8 1/3] VT-d: Reduce spin timeout to 1ms, which can be boot-time changed
` [PATCH v8 3/3] VT-d: Fix vt-d Device-TLB flush timeout issue

[qemu-mainline test] 87710: regressions - FAIL
 2016-03-28 22:51 UTC 

[linux-linus test] 87701: regressions - FAIL
 2016-03-28 20:21 UTC 

[ovmf test] 87722: regressions - FAIL
 2016-03-28 20:13 UTC 

[PATCH 0/6] xentrace/xenalyze support on ARM
 2016-03-28 18:55 UTC  (9+ messages)
` [PATCH 1/6] Flask: Support for ARM xentrace
` [PATCH 3/6] xentrace: P2M lookup suport for ARM platform
` [PATCH 6/6] xentrace: ARM platform timestamp support

[linux-mingo-tip-master test] 87700: regressions - FAIL
 2016-03-28 15:46 UTC 

[PATCH RFC v3 00/28] x86: Improvements to cpuid handling for guests
 2016-03-28 15:02 UTC  (5+ messages)
` [PATCH v3 11/28] xen/x86: Clear dependent features when clearing a cpu cap

[PATCH 0/4] ns16550: enable support for Pericom controllers
 2016-03-28 14:46 UTC  (4+ messages)
` [PATCH 2/4] ns16550: enable Pericom controller support
  ` [PATCH v2 "

[libvirt test] 87702: tolerable FAIL - PUSHED
 2016-03-28 14:45 UTC 

[linux-4.1 test] 87692: regressions - FAIL
 2016-03-28 14:20 UTC 

Changing the CPUID hypervisor string for HVM DomU
 2016-03-28 13:43 UTC  (2+ messages)

[xen-unstable test] 87625: regressions - FAIL
 2016-03-28  8:51 UTC 

[ovmf test] 87656: regressions - FAIL
 2016-03-28  6:38 UTC 

XEN 4.6.0 on arm64 Ubuntu Xenial 16.04: unable to start domU
 2016-03-28  5:48 UTC 

[qemu-mainline test] 87591: regressions - FAIL
 2016-03-28  5:00 UTC 

[PATCH v13 00/26] COarse-grain LOck-stepping Virtual Machines for Non-stop Service
 2016-03-28  3:52 UTC  (9+ messages)
` [PATCH v13 20/26] Support colo mode for qemu disk
  ` [PATCH v13.1 "
` [PATCH v13 23/26] COLO nic: implement COLO nic subkind
  ` [PATCH v13.1 "
` [PATCH v13 26/26] cmdline switches and config vars to control colo-proxy
  ` [PATCH v13.1 "

[PATCH v12 00/26] COarse-grain LOck-stepping Virtual Machines for Non-stop Service
 2016-03-28  3:21 UTC  (11+ messages)
` [PATCH v12 23/26] COLO nic: implement COLO nic subkind
` [PATCH v12 26/26] cmdline switches and config vars to control colo-proxy

[linux-4.1 test] 87582: regressions - FAIL
 2016-03-28  2:31 UTC 

[linux-linus test] 87558: regressions - FAIL
 2016-03-27 22:36 UTC 

[ovmf test] 87566: regressions - FAIL
 2016-03-27 20:07 UTC 

[linux-mingo-tip-master test] 87557: regressions - FAIL
 2016-03-27 18:53 UTC 

[xen-unstable test] 87551: regressions - FAIL
 2016-03-27 14:33 UTC 

[xen-unstable-coverity test] 87590: trouble: broken
 2016-03-27  9:53 UTC 

[qemu-mainline test] 87526: regressions - FAIL
 2016-03-27  9:48 UTC 

[linux-4.1 test] 87465: regressions - FAIL
 2016-03-27  7:46 UTC 

[ovmf test] 87525: regressions - FAIL
 2016-03-27  5:29 UTC 

[xen-unstable test] 87461: regressions - FAIL
 2016-03-27  3:12 UTC 

[ovmf test] 87443: regressions - FAIL
 2016-03-26 23:37 UTC 

[qemu-mainline test] 87428: regressions - FAIL
 2016-03-26 23:13 UTC 

[linux-linus test] 87418: regressions - FAIL
 2016-03-26 21:14 UTC 

[PATCH] Mini-OS: netfront: fix off-by-one error introduced in 7c8f3483
 2016-03-26 20:53 UTC  (7+ messages)

[linux-mingo-tip-master test] 87403: regressions - FAIL
 2016-03-26 15:42 UTC 

[libvirt test] 87404: tolerable FAIL - PUSHED
 2016-03-26 13:55 UTC 

[linux-4.1 test] 87395: regressions - trouble: blocked/broken/fail/pass
 2016-03-26 13:24 UTC 

[xen-unstable test] 87377: regressions - trouble: blocked/broken/fail/pass
 2016-03-26 12:56 UTC 

[PATCH v7 11/17] ARM: XEN: Move xen_early_init() before efi_init()
 2016-03-26 12:56 UTC  (2+ messages)
  ` [PATCH v7 12/17] ARM64: ACPI: Check if it runs on Xen to enable or disable ACPI

Xen 4.6.1 raisin build error etherboot undeclared
 2016-03-26 12:46 UTC 

[ovmf test] 87391: regressions - trouble: broken/fail/pass
 2016-03-26 10:24 UTC 

[qemu-mainline test] 87327: regressions - FAIL
 2016-03-26  7:57 UTC 

[linux-linus test] 87315: regressions - FAIL
 2016-03-26  6:03 UTC 

[linux-4.1 test] 87295: regressions - FAIL
 2016-03-26  2:16 UTC 

[ovmf test] 87299: regressions - FAIL
 2016-03-26  1:23 UTC 

[xen-unstable-smoke test] 87376: tolerable all pass - PUSHED
 2016-03-26  1:09 UTC 

[xen-unstable-smoke test] 87360: regressions - FAIL
 2016-03-25 22:59 UTC 

[xen-unstable test] 87287: regressions - FAIL
 2016-03-25 22:52 UTC 

debug xen with GNU DDD
 2016-03-25 22:39 UTC 

[PATCH] xen/arm64: check XSM Magic and Signature from the second unknown module
 2016-03-25 21:02 UTC  (4+ messages)

[GRUB2 PATCH v5 1/4] i386/relocator: Add grub_relocator64_efi relocator
 2016-03-25 20:43 UTC  (3+ messages)
  ` [GRUB2 PATCH v5 4/4] multiboot2: Add support for relocatable images

[PATCH v5 0/3] tools: Return failure when the command failed for more xl commands
 2016-03-25 19:51 UTC  (2+ messages)

[xen-unstable-smoke test] 87332: tolerable all pass - PUSHED
 2016-03-25 18:23 UTC 

compilation fail, xen staging-4.6, vnc.c, qemu-tradintional issues under ubuntu 16.04
 2016-03-25 17:53 UTC 

[linux-mingo-tip-master test] 87263: regressions - FAIL
 2016-03-25 17:25 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).