xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-08-07 18:13:37 to 2012-08-10 01:41:06 UTC [more...]

[PATCH] dump_p2m_table: For IOMMU
 2012-08-10  1:41 UTC  (3+ messages)

[xen-4.0-testing test] 13580: regressions - FAIL
 2012-08-10  1:01 UTC 

[PATCH 0/5] RFC: V4V (v3)
 2012-08-09 23:25 UTC  (19+ messages)
` [PATCH 1/5] xen: add ssize_t
` [PATCH 4/5] xen: events, exposes evtchn_alloc_unbound_domain
` [PATCH 5/5] xen: Add V4V implementation

RFC: blktap3
 2012-08-09 21:39 UTC  (5+ messages)

[DOCDAY PATCH] docs: initial documentation for xenstore paths
 2012-08-09 21:26 UTC  (6+ messages)
` Guest knowledge of own domid [was: docs: initial documentation for xenstore paths]

[xen-4.0-testing test] 13575: regressions - FAIL
 2012-08-09 18:43 UTC  (3+ messages)

[xen-4.1-testing test] 13576: regressions - FAIL
 2012-08-09 18:29 UTC 

Xen Security Advisory 11 (CVE-2012-3433) - HVM destroy p2m host DoS (Xen.org security team)
 2012-08-09 17:15 UTC  (4+ messages)

tools/makefile: Add build target
 2012-08-09 16:59 UTC  (4+ messages)

[PATCH v2 00/23] Introduce Xen support on ARM
 2012-08-09 16:54 UTC  (58+ messages)
` [PATCH v2 01/23] arm: initial Xen support
` [PATCH v2 02/23] xen/arm: hypercalls
` [PATCH v2 03/23] xen/arm: page.h definitions
` [PATCH v2 05/23] xen/arm: empty implementation of grant_table arch specific functions
` [PATCH v2 06/23] xen: missing includes
` [PATCH v2 07/23] xen/arm: Xen detection and shared_info page mapping
  ` [Xen-devel] "
` [PATCH v2 08/23] xen/arm: Introduce xen_pfn_t for pfn and mfn types
` [PATCH v2 09/23] xen/arm: Introduce xen_ulong_t for unsigned long
` [PATCH v2 10/23] xen/arm: compile and run xenbus
` [PATCH v2 11/23] xen: do not compile manage, balloon, pci, acpi and cpu_hotplug on ARM
` [PATCH v2 12/23] xen/arm: introduce CONFIG_XEN "
` [PATCH v2 13/23] xen/arm: get privilege status
` [PATCH v2 15/23] xen/arm: receive Xen events on ARM
` [PATCH v2 16/23] xen: clear IRQ_NOAUTOEN and IRQ_NOREQUEST
` [PATCH v2 17/23] xen/arm: implement alloc/free_xenballooned_pages with alloc_pages/kfree
` [PATCH v2 18/23] xen: allow privcmd for HVM guests
` [PATCH v2 19/23] xen/arm: compile blkfront and blkback
` [PATCH v2 20/23] xen/arm: compile netback
` [PATCH v2 21/23] xen: update xen_add_to_physmap interface
` [PATCH v2 23/23] [HACK] xen/arm: implement xen_remap_domain_mfn_range

GPU passthrough with Xen 4.2 on Ubuntu 12.04
 2012-08-09 16:32 UTC  (4+ messages)

Xen4.2 S3 regression?
 2012-08-09 16:09 UTC  (12+ messages)

[PATCH] x86/cpuidle: clean up statistics reporting to user mode
 2012-08-09 15:07 UTC 

Xen Security Advisory 11 (CVE-2012-3433) - HVM destroy p2m host DoS
 2012-08-09 15:02 UTC 

vif backend configuration times out
 2012-08-09 14:34 UTC  (7+ messages)

[PATCH 0/4] arm: SMP interrupt handling fixes
 2012-08-09 11:37 UTC  (9+ messages)
` [PATCH 1/4] arm: disable distributor delivery on boot CPU only

[help] problem with `tools/xenstore/xs.c: xs_talkv()`
 2012-08-09 11:00 UTC  (12+ messages)

kernel bootup slow issue on ovm3.1.1
 2012-08-09 10:35 UTC  (10+ messages)

[PATCH] docs: document hotplug script protocol
 2012-08-09 10:19 UTC  (2+ messages)

[DOCDAY PATCH] docs: console: correct example console type definition
 2012-08-09 10:01 UTC  (3+ messages)

[DOCDAY PATCH] docs: document/mark-up SCHEDOP_*
 2012-08-09  9:59 UTC  (2+ messages)

[PATCH 0/5] ARM hypercall ABI: 64 bit ready
 2012-08-09  9:43 UTC  (41+ messages)
` [PATCH 1/5] xen: improve changes to xen_add_to_physmap
` [PATCH 2/5] xen/arm: introduce __lshrdi3 and __aeabi_llsr
` [PATCH 3/5] xen: few more xen_ulong_t substitutions
` [PATCH 4/5] xen: introduce XEN_GUEST_HANDLE_PARAM

[PATCH] arm/tools: pass correct p2m array to popphysmap in alloc_magic_pages
 2012-08-09  9:10 UTC  (4+ messages)

[PATCH] xen/arm: protect LR registers and lr_mask changes with spin_lock_irq
 2012-08-09  9:10 UTC  (2+ messages)

PoD code killing domain before it really gets started
 2012-08-09  8:37 UTC  (10+ messages)

[xen-unstable test] 13574: tolerable FAIL - PUSHED
 2012-08-09  7:05 UTC 

The hypercall will fail and return EFAULT when the page becomes COW by forking process in linux
 2012-08-09  6:56 UTC  (18+ messages)

error when pass through device to guest with qemu-xen-dir-remote
 2012-08-09  6:49 UTC  (4+ messages)

[xen-unstable test] 13573: regressions - FAIL
 2012-08-09  0:44 UTC 

[PATCH] netvm: check for page == NULL when propogating the skb->pfmemalloc flag
 2012-08-08 22:50 UTC  (3+ messages)

Failure to boot, Debian squeeze with 4.0.1 hypervisor, timer problems?
 2012-08-08 20:53 UTC  (5+ messages)

First Xen Test Day, August 14th
 2012-08-08 17:21 UTC 

[PATCH] dump_p2m_table: For IOMMU
 2012-08-08 17:17 UTC  (3+ messages)

Possible bug with huge unflushed console buffer
 2012-08-08 16:42 UTC  (2+ messages)

[PATCH] xen/x86: Add support for cpuid masking on Intel Xeon Processor E5 Family
 2012-08-08 16:24 UTC  (10+ messages)

[PATCH] tools: don't expand prefix and exec_prefix too early
 2012-08-08 16:08 UTC  (12+ messages)

[PATCH] make all (native) hypercalls consistently have "long" return type
 2012-08-08 16:05 UTC 

How to initialize the grant table in a HVM guest OS and its bios
 2012-08-08 15:55 UTC  (4+ messages)

[PATCH] dump_p2m_table: For IOMMU
 2012-08-08 15:32 UTC  (3+ messages)

[xen-unstable test] 13571: tolerable FAIL - PUSHED
 2012-08-08 13:53 UTC  (3+ messages)

[questions] Dom0/DomU on ARM under Xen
 2012-08-08 13:47 UTC  (5+ messages)

[PATCH] libxl: fix build for gcc prior to 4.3
 2012-08-08 10:25 UTC 

Big Bug:Time in VM running on xen goes slower
 2012-08-08  9:20 UTC  (2+ messages)

[xen-unstable test] 13572: tolerable FAIL
 2012-08-08  9:16 UTC 

NUMA TODO-list for xen-devel
 2012-08-08  7:43 UTC  (13+ messages)

[PATCH] tools/hotplug/Linux/init.d/: added other xen kernel modules on xencommons start
 2012-08-08  7:07 UTC  (7+ messages)

Xen 4.2 TODO / Release Plan
 2012-08-08  6:37 UTC  (5+ messages)

[Patch 1 of 1] [xen-4.1.2] libxl: Seal tapdisk minor leak
 2012-08-08  1:16 UTC 

4.1.2 very slow without upstream patches, but fast with them, also 4.2 very slow
 2012-08-07 22:21 UTC  (4+ messages)

lists.xen.org Mailman configuration and DKIM
 2012-08-07 21:56 UTC  (5+ messages)

[xen-unstable test] 13570: tolerable FAIL - PUSHED
 2012-08-07 20:25 UTC 

[PATCH 00/18] RFC: Merge IS_PRIV checks into XSM hooks
 2012-08-07 18:20 UTC  (5+ 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).