xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-23 13:48:16 to 2014-05-27 09:30:48 UTC [more...]

[PATCH 0/3] x86: Use alternative mechanism to define CLAC/STAC
 2014-05-27  9:30 UTC  (13+ messages)
` [PATCH 1/3] x86: Add definitions for NOP operation
` [PATCH 2/3] x86: Port the basic alternative mechanism from Linux to Xen
` [PATCH 3/3] x86: Use alternative mechanism to define CLAC/STAC

preparations for 4.4.1, 4.3.3, and 4.2.5
 2014-05-27  9:23 UTC  (8+ messages)

[PATCH] x86: don't use VA for cache flush when also flushing TLB
 2014-05-27  9:18 UTC  (3+ messages)

[PATCH v6 00/19] x86/PMU: Xen PMU PV(H) support
 2014-05-27  9:10 UTC  (10+ messages)
` [PATCH v6 15/19] x86/VPMU: Add privileged PMU mode
` [PATCH v6 16/19] x86/VPMU: Save VPMU state for PV guests during context switch
` [PATCH v6 17/19] x86/VPMU: NMI-based VPMU support

[v3][PATCH 0/5] xen: add Intel IGD passthrough support
 2014-05-27  9:06 UTC  (7+ messages)
` [v3][PATCH 1/5] xen, gfx passthrough: basic graphics "
` [v3][PATCH 2/5] xen, gfx passthrough: create intel isa bridge
` [v3][PATCH 3/5] xen, gfx passthrough: support Intel IGD passthrough with VT-D
` [v3][PATCH 4/5] xen, gfx passthrough: create host bridge to passthrough
` [v3][PATCH 5/5] xen, gfx passthrough: add opregion mapping
` [Qemu-devel] [v3][PATCH 0/5] xen: add Intel IGD passthrough support

[PATCH] hvmloader: don't use AML operations on 64-bit fields
 2014-05-27  8:57 UTC 

[PATCH v2 0/3] xen/arm: Add stage 2 48-bit PA support
 2014-05-27  6:46 UTC  (4+ messages)
` [PATCH v2 1/3] xen/arm: Add 4-level page table for stage 2 translation
` [PATCH v2 2/3] xen/arm: update page table walk to handle 4 level page table
` [PATCH v2 3/3] xen/arm: remove unused VADDR_BITS and VADDR_MASK macros

[PATCH] x86: Expose hypervisor's PVH support via xen_caps
 2014-05-27  3:03 UTC  (9+ messages)

[Xen-users] nestedhvm
 2014-05-26 19:20 UTC  (5+ messages)

PV Memory allocated difference in kernel 2.6.18 and 3.2
 2014-05-26 19:18 UTC  (3+ messages)

[PATCH] common/domain: Do not rely on the assumption that guest_type_pv has the value 0
 2014-05-26 19:06 UTC 

new knob to tweak caching mode for backends
 2014-05-26 17:06 UTC 

[PATCH v3 0/4] Fix grant map/unmap with auto-translated guests
 2014-05-26 16:10 UTC  (9+ messages)
` [PATCH v3 1/4] xen: make logdirty and iommu mutually exclusive
` [PATCH v3 2/4] iommu: set correct IOMMU entries when iommu_hap_pt_share == 0
` [PATCH v3 3/4] amd-iommu: disable iommu_hap_pt_share with AMD IOMMUs
` [PATCH v3 4/4] xen: expose that grant table mappings update the IOMMU

[PATCH] AMD IOMMU: don't free page table prematurely
 2014-05-26 15:55 UTC  (2+ messages)

ARM Generic Timer interrupt
 2014-05-26 15:26 UTC 

[PATCH v7 00/10] Implement the XEN_DOMCTL_memory_mapping hypercall for ARM
 2014-05-26 15:00 UTC  (16+ messages)
` [PATCH v7 10/10] xen/common: do not implicitly permit access to mapped I/O memory

[PATCH v4 00/16] xen/arm: Add GICv3 support
 2014-05-26 14:39 UTC  (26+ messages)
` [PATCH v4 01/16] xen/arm: move io.h as mmio.h to include folder
` [PATCH v4 02/16] xen/arm: make mmio handlers domain specific
` [PATCH v4 03/16] xen/arm: make sgi handling generic
` [PATCH v4 04/16] xen/arm: remove unused parameter in do_sgi call
` [PATCH v4 05/16] xen/arm: use ioremap to map gic-v2 registers
` [PATCH v4 06/16] xen/arm: segregate and split GIC low level functionality
` [PATCH v4 07/16] arm/xen: move GIC context data structure to gic driver
` [PATCH v4 08/16] xen/arm: use device api to detect GIC version
` [PATCH v4 09/16] xen/arm: move vgic rank data to gic header file
` [PATCH v4 10/16] xen/arm: move vgic defines to vgic "
` [PATCH v4 11/16] xen/arm: calculate vgic irq rank based on register size
` [PATCH v4 12/16] xen/arm: split vgic driver into generic and vgic-v2 driver
` [PATCH v4 13/16] xen/arm: Add support for GIC v3
` [PATCH v4 14/16] xen/arm: Add virtual GICv3 support
` [PATCH v4 15/16] xen/arm: Update Dom0 GIC dt node with GICv3 information
` [PATCH v4 16/16] xen/arm: add SGI handling for GICv3

[PATCH v8 00/14] Implement the XEN_DOMCTL_memory_mapping hypercall for ARM
 2014-05-26 11:15 UTC  (32+ messages)
` [PATCH v8 01/14] arch/arm: domain build: let dom0 access I/O memory of mapped devices
` [PATCH v8 02/14] arch/arm: add consistency check to REMOVE p2m changes
` [PATCH v8 03/14] arch/arm: let map_mmio_regions() take pfn as parameters
` [PATCH v8 04/14] arch/arm: let map_mmio_regions() use start and count
` [PATCH v8 05/14] arch/arm: unmap partially-mapped I/O-memory regions
` [PATCH v8 06/14] arch/x86: warn if to-be-removed mapping does not exist
` [PATCH v8 07/14] arch/x86: cleanup memory_mapping DOMCTL
` [PATCH v8 08/14] xen/common: move memory_type_changed() function to common code
` [PATCH v8 09/14] xen/x86: factor out map and unmap from the memory_mapping DOMCTL
` [PATCH v8 10/14] xen/common: move the memory_mapping DOMCTL hypercall to common code
` [PATCH v8 11/14] tools/libxl: parse optional start gfn from the iomem config option
` [PATCH v8 12/14] tools/libxl: handle the iomem parameter with the memory_mapping hcall
` [PATCH v8 13/14] tools/libxl: explicitly grant access to needed I/O-memory ranges
` [PATCH v8 14/14] xen/common: do not implicitly permit access to mapped I/O memory

[PATCH v2 0/3] fixes (read: workarounds) for XSA-59
 2014-05-26 11:12 UTC  (2+ messages)
` [PATCH v2 2/3] VT-d: suppress UR signaling for desktop chipsets

[PATCH RFC] VT-d: honor firmware-first mode in XSA-59 workaround code
 2014-05-26 10:19 UTC  (7+ messages)
` [PATCH v2 "

[v3][PATCH 0/8] xen: add Intel IGD passthrough support
 2014-05-26  9:43 UTC  (7+ messages)
` [v3][PATCH 1/5] xen, gfx passthrough: basic graphics "
` [v3][PATCH 2/5] xen, gfx passthrough: create intel isa bridge
` [v3][PATCH 3/5] xen, gfx passthrough: support Intel IGD passthrough with VT-D
` [v3][PATCH 4/5] xen, gfx passthrough: create host bridge to passthrough
` [v3][PATCH 5/5] xen, gfx passthrough: add opregion mapping

[PATCH v3] xen: fix setup of PVH Dom0 memory map
 2014-05-26  9:39 UTC  (2+ messages)

[V15 PATCH 0/2] pvh dom0 patches
 2014-05-26  9:24 UTC  (7+ messages)
` [V15 PATCH 1/2] pvh dom0: Add and remove foreign pages

[PATCH] Don't track all memory when enabling log dirty to track vram
 2014-05-26  9:04 UTC  (23+ messages)

[PATCH] libxl: change default QEMU machine to pc-i440fx-1.6
 2014-05-26  8:00 UTC  (4+ messages)
` [Xen-devel] "

[PATCH] VT-d: fix mask applied to DMIBAR in desktop chipset XSA-59 workaround
 2014-05-26  3:09 UTC  (2+ messages)

[PATCH v10 0/5] Remus/Libxl: Network buffering support
 2014-05-26  1:11 UTC  (2+ messages)

Xen Platform QoS design discussion
 2014-05-26  0:51 UTC  (19+ messages)

Plea to keep Xen Project from being unsupported in Debian
 2014-05-25 21:44 UTC 

[PATCH 0/2] vgic emulation and GICD_ITARGETSR
 2014-05-25 19:01 UTC  (4+ messages)
` [PATCH 1/2] xen/arm: add a warning if the guest asks for SPI delivery to vcpu != 0
` [PATCH 2/2] xen/arm: observe itarget setting in vgic_enable_irqs and vgic_disable_irqs

[PATCH v8 0/13] remove maintenance interrupts
 2014-05-25 18:46 UTC  (19+ messages)
` [PATCH v8 09/13] xen/arm: second irq injection while the first irq is still inflight
` [PATCH v8 13/13] gic_remove_from_queues: take a lock on the right vcpu

[V1 PATCH] dom0 pvh: map foreign pfns in our p2m for toolstack
 2014-05-24  2:33 UTC 

[V1 PATCH] dom0 pvh linux support
 2014-05-24  2:33 UTC 

[PATCH v5 00/14] xen: add systemd support
 2014-05-23 23:20 UTC  (6+ messages)
` [PATCH v5 12/14] autoconf: xen: enable explicit preference option for xenstored preference

dom0 USB failing with "ehci-pci: probe of 0000:00:1d.0 failed with error -110"
 2014-05-23 20:00 UTC  (8+ messages)
                        ` dom0 USB failing with "ehci-pci: probe of 0000:00:1d.0 faile

[RFC PATCH] page_alloc: use first half of higher order chunks when halving
 2014-05-23 19:00 UTC  (11+ messages)

[PATCH] xen-blkfront: check feature-persitent on resume
 2014-05-23 18:08 UTC  (2+ messages)

[PATCH RESEND 0/3] xen-block: changes for discard support
 2014-05-23 17:54 UTC  (2+ messages)

[PATCH v2] xen: fix setup of PVH Dom0 memory map
 2014-05-23 15:25 UTC  (3+ messages)

[xen-4.3-testing test] 26429: regressions - FAIL
 2014-05-23 16:53 UTC 

[xen-4.4-testing test] 26423: regressions - FAIL
 2014-05-23 16:21 UTC 

[PATCH v2 0/3] qemu-freebsd: fixes for running Xen guests
 2014-05-23 15:57 UTC 

[PATCH v2 1/3] xen: fix usage of ENODATA
 2014-05-23 15:57 UTC  (3+ messages)
` [PATCH v2 2/3] tap-bsd: implement a FreeBSD only version of tap_open
` [PATCH v2 3/3] serial: poll the serial console with G_IO_HUP

xen-hypervisor-4.3-amd64 4.3.0-3+b1 -> Intel M/B, I/O virt. enabled, start vm -> Kernel panic
 2014-05-23 15:50 UTC  (7+ messages)

[xen-4.2-testing test] 26422: regressions - FAIL
 2014-05-23 15:45 UTC 

Only one week left to submit talks to Xen Project User Summit
 2014-05-23 15:31 UTC 

[PATCH] xen: make xen-platform a default device
 2014-05-23 15:02 UTC  (3+ messages)

[V13 PATCH 0/2] pvh dom0 patches
 2014-05-23 15:01 UTC  (5+ messages)

[seabios test] 26426: FAIL
 2014-05-23 14:51 UTC 

[xen-unstable test] 26421: regressions - FAIL
 2014-05-23 14:29 UTC  (3+ messages)


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