xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-06-06 13:02:59 to 2013-06-07 18:35:16 UTC [more...]

[PATCH v6 00/22] XSA55 libelf fixes for Xen 4.2
 2013-06-07 18:35 UTC  (8+ messages)
` [PATCH 01/22] libelf: abolish libelf-relocate.c
` [PATCH 02/22] libxc: introduce xc_dom_seg_to_ptr_pages
` [PATCH 03/22] libxc: Fix range checking in xc_dom_pfn_to_ptr etc
` [PATCH 04/22] libelf: add `struct elf_binary*' parameter to elf_load_image
` [PATCH 05/22] libelf: abolish elf_sval and elf_access_signed
` [PATCH 06/22] libelf: move include of <asm/guest_access.h> to top of file
` [PATCH 07/22] libelf/xc_dom_load_elf_symtab: Do not use "syms" uninitialised

[PATCH v6 00/22] XSA55 libelf fixes for unstable
 2013-06-07 18:33 UTC  (25+ messages)
` [PATCH 01/22] libelf: abolish libelf-relocate.c
` [PATCH 02/22] libxc: introduce xc_dom_seg_to_ptr_pages
` [PATCH 03/22] libxc: Fix range checking in xc_dom_pfn_to_ptr etc
` [PATCH 04/22] libelf: add `struct elf_binary*' parameter to elf_load_image
` [PATCH 05/22] libelf: abolish elf_sval and elf_access_signed
` [PATCH 06/22] libelf: move include of <asm/guest_access.h> to top of file
` [PATCH 07/22] libelf/xc_dom_load_elf_symtab: Do not use "syms" uninitialised
` [PATCH 08/22] libelf: introduce macros for memory access and pointer handling
` [PATCH 09/22] tools/xcutils/readnotes: adjust print_l1_mfn_valid_note
` [PATCH 10/22] libelf: check nul-terminated strings properly
` [PATCH 11/22] libelf: check all pointer accesses
` [PATCH 12/22] libelf: Check pointer references in elf_is_elfbinary
` [PATCH 13/22] libelf: Make all callers call elf_check_broken
` [PATCH 14/22] libelf: use C99 bool for booleans
` [PATCH 15/22] libelf: use only unsigned integers
` [PATCH 16/22] libelf: check loops for running away
` [PATCH 17/22] libelf: abolish obsolete macros
` [PATCH 18/22] libxc: Add range checking to xc_dom_binloader
` [PATCH 19/22] libxc: check failure of xc_dom_*_to_ptr, xc_map_foreign_range
` [PATCH 20/22] libxc: check return values from malloc
` [PATCH 21/22] libxc: range checks in xc_dom_p2m_host and _guest
` [PATCH 22/22] libxc: check blob size before proceeding in xc_dom_check_gzip

Xen 4.2.2 / fixed vanilla kernel 3.7.10 / GPLPV r956 passes my torture test
 2013-06-07 18:29 UTC 

Latest Arndale Xen, dom0 kernel stuck on ASIX mac
 2013-06-07 18:25 UTC  (13+ messages)

libvirt and virt-manager default blktap driver name for file images, tap vs tap2?
 2013-06-07 18:04 UTC  (5+ messages)

[Xen-users] xc_hvm_inject_trap() failing for int3 traps under Xen 4.2.2
 2013-06-07 17:43 UTC  (3+ messages)

Upcoming changes to Xen Project websites (tomorrow June 8th)
 2013-06-07 17:28 UTC 

BUG: ext3 corruption in domU
 2013-06-07 17:10 UTC  (11+ messages)

[RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation
 2013-06-07 17:07 UTC  (7+ messages)

Linux 3.11 and the future
 2013-06-07 17:03 UTC  (7+ messages)

Xen Security Advisory 55 - Multiple vulnerabilities in libelf PV kernel handling
 2013-06-07 16:57 UTC 

[PATCH v2] libxl: add LIBXL_HAVE_<foo> for outstanding_pages and outstanding_memkb
 2013-06-07 16:14 UTC 

[BUG 1747]Guest could't find bootable device with memory more than 3600M
 2013-06-07 15:56 UTC  (4+ messages)

S3 crash with VTD Queue Invalidation enabled
 2013-06-07 15:52 UTC  (22+ messages)

[PATCH 4 00/16] XSA55 libelf fixes for unstable
 2013-06-07 15:50 UTC  (26+ messages)
` [PATCH 10/16] libelf: check all pointer accesses
` [PATCH 12/16] libelf: Make all callers call elf_check_broken
` [PATCH 13/16] libelf: use C99 bool for booleans
` [PATCH 14/16] libelf: use only unsigned integers

[PATCH 00/18][V6]: PVH xen: version 6 patches
 2013-06-07 15:48 UTC  (24+ messages)
` [PATCH 02/18] PVH xen: add XENMEM_add_to_physmap_range
` [PATCH 04/18] PVH xen: add params to read_segment_register

Xen on ARM: Force register dump from guest
 2013-06-07 15:46 UTC  (7+ messages)

xl pci-detach vs xm pci-detach in Xen 4.3 (one works, the other does not)
 2013-06-07 15:45 UTC 

[PATCH] xen/blkback: Check for insane amounts of request on the ring
 2013-06-07 15:41 UTC  (3+ messages)

[PATCH v3, part1 04/10] PCI: mark pci_scan_bus_parented() as __deprecated
 2013-06-07 15:30 UTC  (5+ messages)

[linux-linus test] 18093: regressions - trouble: broken/fail/pass
 2013-06-07 15:00 UTC 

[PATCH v5 00/21] XSA55 libelf fixes for unstable
 2013-06-07 14:53 UTC  (31+ messages)
` [PATCH 01/21] libelf: abolish libelf-relocate.c
` [PATCH 02/21] libxc: introduce xc_dom_seg_to_ptr_pages
` [PATCH 03/21] libxc: Fix range checking in xc_dom_pfn_to_ptr etc
` [PATCH 04/21] libelf: add `struct elf_binary*' parameter to elf_load_image
` [PATCH 05/21] libelf: abolish elf_sval and elf_access_signed
` [PATCH 06/21] libelf: move include of <asm/guest_access.h> to top of file
` [PATCH 07/21] libelf/xc_dom_load_elf_symtab: Do not use "syms" uninitialised
` [PATCH 08/21] libelf: introduce macros for memory access and pointer handling
` [PATCH 09/21] tools/xcutils/readnotes: adjust print_l1_mfn_valid_note
` [PATCH 10/21] libelf: check nul-terminated strings properly
` [PATCH 11/21] libelf: check all pointer accesses
` [PATCH 12/21] libelf: Check pointer references in elf_is_elfbinary
` [PATCH 13/21] libelf: Make all callers call elf_check_broken
` [PATCH 14/21] libelf: use C99 bool for booleans
` [PATCH 15/21] libelf: use only unsigned integers
` [PATCH 16/21] libelf: check loops for running away
` [PATCH 17/21] libelf: abolish obsolete macros
` [PATCH 18/21] libxc: Add range checking to xc_dom_binloader
` [PATCH 19/21] libxc: check failure of xc_dom_*_to_ptr, xc_map_foreign_range
` [PATCH 20/21] libxc: check return values from malloc
` [PATCH 21/21] libxc: range checks in xc_dom_p2m_host and _guest

Qemu crashed while unpluging IDE disk
 2013-06-07 14:31 UTC 

(Temporary) Changes to Wiki editing rights
 2013-06-07 14:16 UTC  (4+ messages)

[PATCH] LIBXL_HAVE_<xxx> for claim related visible fields
 2013-06-07 14:05 UTC  (5+ messages)
` [PATCH] libxl: add LIBXL_HAVE_<foo> for outstanding_pages and outstanding_memkb

[XEN PVSCSI]About the scsifront_resume function
 2013-06-07 13:53 UTC 

[PATCH RFC V9 0/19] Paravirtualized ticket spinlocks
 2013-06-07 13:29 UTC  (7+ messages)

[GIT PULL] Introduce Xen support to ARM64
 2013-06-07 13:26 UTC 

Xenalyze questions
 2013-06-07 11:46 UTC  (5+ messages)

[PATCH] xen/arm: Implement MPIDR per VCPU
 2013-06-07 11:38 UTC 

GNTCOPY_can_fail ???
 2013-06-07 11:20 UTC  (2+ messages)

(Temporary) Changes to Wiki editing rights
 2013-06-07 10:36 UTC 

dom0 alignment check panic due to EFLAGS.AC been set
 2013-06-07  8:57 UTC  (3+ messages)

[PATCH] linux-2.6.18/backends: Check for insane amounts of requests on the ring
 2013-06-07  8:04 UTC 

Unmodified drivers and 2.6.27
 2013-06-07  8:00 UTC  (2+ messages)

[xen-unstable test] 18092: tolerable FAIL
 2013-06-07  7:52 UTC  (2+ messages)

CAP and performance problem
 2013-06-07  7:40 UTC  (21+ messages)

[PATCH] xen: remove unnecessary rc clearing from evtchn_reset
 2013-06-07  2:21 UTC 

libxl: calculating free pages in libvirt
 2013-06-06 22:54 UTC  (5+ messages)

[PATCH] fix kmemleak complaining about memory leaks when offlining/onlining vCPUS (v1)
 2013-06-06 18:58 UTC  (3+ messages)
` [PATCH 2/9] xen/smp: Introduce a common structure to contain the IRQ name and interrupt line

Install vTPM on Xen-4.2.2
 2013-06-06 16:54 UTC  (14+ messages)

Created the list : publicity@lists.xenproject.org
 2013-06-06 16:49 UTC 

Created the list : publicity@lists.xenproject.org
 2013-06-06 16:49 UTC 

[PATCH v3 0/6] Introduce Xen support to ARM64
 2013-06-06 16:19 UTC  (5+ messages)
` [PATCH v3 5/6] arm64/xen: introduce CONFIG_XEN and hypercall.S on ARM64

[Votes] Xen Security Problem Response Process v2
 2013-06-06 15:42 UTC  (2+ messages)

[linux-linus test] 18091: regressions - FAIL
 2013-06-06 14:48 UTC 

[PATCH v4 0/6] Introduce Xen support to ARM64
 2013-06-06 14:25 UTC  (3+ messages)
` [PATCH v4 5/6] arm64/xen: introduce CONFIG_XEN on ARM64

libxl: calculating free pages in libvirt
 2013-06-06 13:53 UTC 

[PATCH] xen/arm: Update VTCR to use region size of 2^40 bytes instead of 2^39
 2013-06-06 13:51 UTC  (4+ messages)

[PATCH] xenalyze: Make sure that the shadow information structs are packed
 2013-06-06 13:30 UTC 

auto-ballooning crashing Dom0?
 2013-06-06 13:20 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).