messages from 2013-07-19 10:56:24 to 2013-07-22 06:20:16 UTC [more...]
[PATCH RFC V11 0/18] Paravirtualized ticket spinlocks
2013-07-22 6:20 UTC (16+ messages)
` [PATCH RFC V11 1/18] x86/spinlock: Replace pv spinlocks with pv ticketlocks
` [PATCH RFC V11 2/18] x86/ticketlock: Don't inline _spin_unlock when using paravirt spinlocks
` [PATCH RFC V11 3/18] x86/ticketlock: Collapse a layer of functions
` [PATCH RFC V11 4/18] xen: Defer spinlock setup until boot CPU setup
` [PATCH RFC V11 5/18] xen/pvticketlock: Xen implementation for PV ticket locks
` [PATCH RFC V11 6/18] xen/pvticketlocks: Add xen_nopvspin parameter to disable xen pv ticketlocks
` [PATCH RFC V11 7/18] x86/pvticketlock: Use callee-save for lock_spinning
` [PATCH RFC V11 8/18] x86/pvticketlock: When paravirtualizing ticket locks, increment by 2
` [PATCH RFC V11 9/18] jump_label: Split out rate limiting from jump_label.h
` [PATCH RFC V11 10/18] x86/ticketlock: Add slowpath logic
` [PATCH RFC V11 11/18] xen/pvticketlock: Allow interrupts to be enabled while blocking
` [PATCH RFC V11 12/18] kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks
` [PATCH RFC V11 13/18] kvm : Fold pv_unhalt flag into GET_MP_STATE ioctl to aid migration
` [PATCH RFC V11 14/18] kvm guest : Add configuration support to enable debug information for KVM Guests
` [PATCH RFC V11 15/18] kvm : Paravirtual ticketlocks support for linux guests running on KVM hypervisor
[xen-unstable test] 18582: regressions - FAIL
2013-07-22 5:33 UTC
[PATCH v2] xen/arm: enable PV control for ARM
2013-07-21 20:59 UTC (2+ messages)
[PATCH] xen/arm and xen/arm64: update xen_restart after ff701306cd49
2013-07-21 20:39 UTC (2+ messages)
[xen-unstable test] 18581: regressions - FAIL
2013-07-21 19:21 UTC
[xen-unstable test] 18580: regressions - FAIL
2013-07-21 18:20 UTC
[PATCH RFC] xen/grant_table: deprecate GNTTABOP_unmap_and_replace
2013-07-21 17:52 UTC (2+ messages)
[xen-unstable test] 18575: regressions - FAIL
2013-07-21 17:49 UTC
[PATCH 0/3] make ballooned out pages have a valid mapping at all times
2013-07-21 17:49 UTC (6+ messages)
` [PATCH 1/3] xen/balloon: set a mapping for ballooned out pages
` [PATCH 2/3] xen/grant_table: use the new GNTTABOP_unmap_and_replace hypercall
` [PATCH 3/3] xen/m2p: use GNTTABOP_unmap_and_replace to replace foreign grants with balloon_trade_page
[xen-unstable bisection] complete test-amd64-amd64-pv
2013-07-21 17:24 UTC
build for pv-grub stubdom
2013-07-21 16:36 UTC
[xen-unstable test] 18565: regressions - FAIL
2013-07-21 16:13 UTC
[PATCH v2] xen/arm: disable cpuidle and cpufreq when linux is running as dom0
2013-07-21 15:38 UTC (3+ messages)
[linux-linus test] 18561: regressions - trouble: broken/fail/pass
2013-07-21 15:34 UTC
[xen-unstable bisection] complete test-amd64-i386-rhel6hvm-intel
2013-07-21 15:15 UTC (3+ messages)
about the guest(Redhat6.3) shows white screen, but the suse, ubuntu is ok
2013-07-21 14:41 UTC
[RFC] Improving CPU hotplug for 4.3 with qemu-xen
2013-07-21 14:18 UTC (2+ messages)
[PATCH 0/3] xen: evtchn and gntdev device fixes and perf improvements
2013-07-21 14:12 UTC (6+ messages)
` [PATCH 1/3] xen/evtchn: avoid a deadlock when unbinding an event channel
` [PATCH 2/3] xen/p2m: avoid unneccesary TLB flush in m2p_remove_override()
` [PATCH 3/3] xen/evtchn: improve scalability by using per-user locks
[xen-unstable bisection] complete test-amd64-amd64-xl
2013-07-21 11:31 UTC
[xen-unstable test] 18558: regressions - FAIL
2013-07-21 9:34 UTC
[xen-unstable test] 18551: regressions - FAIL
2013-07-21 7:16 UTC
[xen-unstable bisection] complete test-amd64-i386-qemut-rhel6hvm-amd
2013-07-21 6:53 UTC
[xen-unstable test] 18543: regressions - FAIL
2013-07-21 4:22 UTC
[xen-unstable test] 18537: regressions - FAIL
2013-07-21 0:40 UTC
[xen-unstable test] 18528: regressions - FAIL
2013-07-20 21:12 UTC
[xen-4.1-testing test] 18521: tolerable FAIL - PUSHED
2013-07-20 19:17 UTC
[xen-unstable test] 18519: regressions - FAIL
2013-07-20 17:21 UTC
[linux-linus test] 18518: regressions - trouble: broken/fail/pass
2013-07-20 15:54 UTC
[xen-unstable test] 18508: regressions - trouble: blocked/broken/fail/pass
2013-07-20 10:35 UTC
Intel HD Graphics 4600 Xen VGA Passthrough to Windows 7 Ultimate HVM domU
2013-07-20 10:09 UTC (2+ messages)
CfP 8th Workshop on Virtualization in High-Performance Cloud Computing (VHPC '13)
2013-07-20 9:51 UTC
[xen-4.1-testing test] 18505: regressions - FAIL
2013-07-20 5:46 UTC
[xen-unstable test] 18496: regressions - FAIL
2013-07-20 5:04 UTC
[xen-4.2-testing test] 18494: tolerable FAIL - PUSHED
2013-07-20 4:24 UTC
[xen-4.1-testing test] 18500: regressions - FAIL
2013-07-20 2:46 UTC
[PATCH 00/23][V9]PVH xen: Phase I, Version 9 patches
2013-07-20 1:45 UTC (24+ messages)
` [PATCH 01/23] PVH xen: Add readme docs/misc/pvh-readme.txt
` [PATCH 02/23] PVH xen: turn gdb_frames/gdt_ents into union
` [PATCH 03/23] PVH xen: add params to read_segment_register
` [PATCH 04/23] PVH xen: Move e820 fields out of pv_domain struct
` [PATCH 05/23] PVH xen: hvm related preparatory changes for PVH
` [PATCH 06/23] PVH xen: vmx "
` [PATCH 07/23] PVH xen: vmcs "
` [PATCH 08/23] PVH xen: Introduce PVH guest type and some basic changes
` [PATCH 09/23] PVH xen: introduce pvh_set_vcpu_info() and vmx_pvh_set_vcpu_info()
` [PATCH 10/23] PVH xen: domain create, context switch related code changes
` [PATCH 11/23] PVH xen: support invalid op emulation for PVH
` [PATCH 12/23] PVH xen: Support privileged "
` [PATCH 13/23] PVH xen: interrupt/event-channel delivery to PVH
` [PATCH 14/23] PVH xen: additional changes to support PVH guest creation and execution
` [PATCH 15/23] PVH xen: mapcache and show registers
` [PATCH 16/23] PVH xen: mtrr, tsc, grant changes
` [PATCH 17/23] PVH xen: Checks, asserts, and limitations for PVH
` [PATCH 18/23] PVH xen: add hypercall support "
` [PATCH 19/23] PVH xen: vmcs related changes
` [PATCH 20/23] PVH xen: HVM support of PVH guest creation/destruction
` [PATCH 21/23] PVH xen: VMX "
` [PATCH 22/23] PVH xen: preparatory patch for the pvh vmexit handler patch
` [PATCH 23/23] PVH xen: introduce vmexit handler for PVH
Xen 4.3 Release VGA Passthrough Questions
2013-07-19 22:55 UTC
[xen-4.1-testing test] 18493: regressions - FAIL
2013-07-19 22:14 UTC
[PATCH 00/24][V8]PVH xen: Phase I, Version 8 patches
2013-07-19 21:33 UTC (6+ messages)
` [PATCH 01/24] PVH xen: Add readme docs/misc/pvh-readme.txt
is kexec on Xen domU possible?
2013-07-19 20:58 UTC (10+ messages)
[xen-unstable test] 18491: regressions - FAIL
2013-07-19 17:53 UTC
[PATCH] xen: arm: clear the exclusive monitor on exception return
2013-07-19 17:06 UTC (7+ messages)
[PATCH 0/4] Support 8250 compatible UART for OMAP5432
2013-07-19 17:06 UTC (12+ messages)
` [PATCH 1/4] xen: extract register definitions from ns16550 into a separated header
` [PATCH 2/4] xen/arm: add OMAP5432 UART support for early_printk
` [PATCH 3/4] xen: set the right flags when enabling interrupts for 8250
` [PATCH 4/4] xen/arm: enable ns16550 uart driver for OMAP5432
Is my Intel HD Graphics 4600 Xen VGA Passthrough to Windows 8 Enterprise HVM domU Considered Successful?
2013-07-19 17:02 UTC (15+ messages)
Kernel patches for Xen 4.3 release
2013-07-19 16:43 UTC
[PATCH v2] interrupts: allow guest to set and clear MSI-X mask bit
2013-07-19 16:38 UTC (4+ messages)
Kernel patches for Xen 4.3 release
2013-07-19 16:36 UTC
[linux-linus test] 18490: regressions - FAIL
2013-07-19 16:27 UTC
[PATCH] xen: Support 64-bit PV guest receiving NMIs
2013-07-19 16:19 UTC (2+ messages)
[RFC PATCH] Add the --ignore-warn parameter (v1)
2013-07-19 15:48 UTC (4+ messages)
` [RFC PATCH 1/3] xl: replace vcpu-set --ignore-host with --ignore-warn
` [RFC PATCH 2/3] xl/create: warn if the 'vcpu' parameter exceeds host physical CPUs
` [RFC PATCH 3/3] xl/create: Sprinkle the check to silence warnings further
[PATCH] enable claim by default. (v2)
2013-07-19 15:32 UTC (4+ messages)
` [PATCH] xl: Enable by default claim mode
[PATCH] xl: Enable by default claim mode
2013-07-19 15:31 UTC
[PATCH 0/3] xen: arm: update asm primitives (bitops, spinlocks, atomics)
2013-07-19 15:20 UTC (4+ messages)
` [PATCH 1/3] xen/arm64: Assembly optimized bitops from Linux
` [PATCH 2/3] xen/arm64: resync atomics and spinlock asm with Linux
` [PATCH 3/3] xen: arm: retry trylock if strex fails on free lock
xen (XSM policy) : Unload and analysis tool
2013-07-19 14:45 UTC (2+ messages)
[xen-unstable test] 18489: regressions - trouble: broken/fail/pass
2013-07-19 14:33 UTC
[XenARM] XEN tools for ARM with Virtualization Extensions
2013-07-19 14:20 UTC (16+ messages)
[PATCH v3] xen/arm: Implement MPIDR per VCPU
2013-07-19 14:20 UTC (2+ messages)
[PATCH v2 0/3] xen: various changes to what we install in /boot
2013-07-19 14:18 UTC (2+ messages)
[PATCH] xen: arm: make zImage the default target which we install
2013-07-19 14:18 UTC (5+ messages)
[PATCH] xen: arm: enable aborts on all physical processors
2013-07-19 14:17 UTC (4+ messages)
[PATCH 0/2] Remaining ARM cross compile patches
2013-07-19 14:16 UTC (5+ messages)
` [PATCH 2/2] xen: arm: drop LDFLAGS_DIRECT emulation specification
Xen 4.2.3-rc1 and 4.1.6-rc1 tagged
2013-07-19 14:13 UTC
[PATCHv2] xen: extract register definitions from ns16550 into a separated header
2013-07-19 13:45 UTC (3+ messages)
[PATCH v2 0/7] makedumpfile: Xen fixes and minor cleanups
2013-07-19 13:44 UTC (4+ messages)
` [PATCH v2 4/7] xen: Enforce page size only when xen-syms file is used
[PATCH v3 00/15] xen: arm: 64-bit dom0 kernel support
2013-07-19 13:42 UTC (21+ messages)
` [PATCH v3 01/15] xen: arm: tweak arm64 stack frame layout
` [PATCH v3 02/15] xen: arm: rename 32-bit specific zImage field offset constants
` [PATCH v3 03/15] xen: arm: support for loading 64-bit zImage dom0
` [PATCH v3 04/15] xen: arm: support building a 64-bit dom0 domain
` [PATCH v3 05/15] xen: arm: precalculate VTTBR_EL2 for a domain when setting up its p2m
` [PATCH v3 06/15] xen: arm: improve register dump output for 64-bit guest (and more generally too)
` [PATCH v3 07/15] xen: arm: support dumping 64-bit guest stack
` [PATCH v3 08/15] xen: arm: show less words in a line of a stack trace in 64-bit builds
` [PATCH v3 09/15] xen: arm: Set EL1 register width in HCR_EL2 during context switch
` [PATCH v3 10/15] xen: arm: handle traps from 64-bit guests
` [PATCH v3 11/15] xen: arm: handle hypercalls "
` [PATCH v3 12/15] xen: arm: handle 64-bit system register access traps
` [PATCH v3 13/15] xen: arm: align some comments
` [PATCH v3 14/15] xen: arm: document HCR bits
` [PATCH v3 15/15] xen: arm: Handle SMC from 64-bit guests
[PATCH v6 0/5] xen: public interface and foreign struct check changes for arm
2013-07-19 13:40 UTC (8+ messages)
` [PATCH v6 1/5] xen/compat: support XEN_HAVE_FOO ifdefs in public interface
` [PATCH v6 2/5] xen: only expose start_info on architectures which have a PV boot path
` [PATCH v6 3/5] xen: arm: include public/xen.h in foreign interface checking
` [PATCH v6 4/5] tools: foreign: add checks for compatible architectures
` [PATCH v6 5/5] xen: remove evtchn_upcall_mask from interface on ARM
[PATCH v2] xen/arm: enable PV control for ARM
2013-07-19 13:09 UTC
[PATCH] interrupts: allow guest to set and clear MSI-X mask bit
2013-07-19 13:05 UTC (3+ messages)
Fwd: Xen Project User Summit looking for Xen/ARM talk
2013-07-19 12:35 UTC (3+ messages)
oxenstored memory leak? seems related with XSA-38
2013-07-19 11:56 UTC (5+ messages)
[PATCH v2] xen/arm: disable cpuidle and cpufreq when linux is running as dom0
2013-07-19 11:27 UTC
[XenARM] XEN tools for ARM with Virtualization Extensions - Patch #2
2013-07-19 11:02 UTC (6+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).