kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-05 20:41:54 to 2014-05-07 19:07:23 UTC [more...]

[PATCH v10 00/19] qspinlock: a 4-byte queue spinlock with PV support
 2014-05-07 19:07 UTC  (22+ messages)
` [PATCH v10 01/19] qspinlock: A simple generic 4-byte queue spinlock
` [PATCH v10 02/19] qspinlock, x86: Enable x86-64 to use "
` [PATCH v10 03/19] qspinlock: Add pending bit
` [PATCH v10 04/19] qspinlock: Extract out the exchange of tail code word
` [PATCH v10 05/19] qspinlock: Optimize for smaller NR_CPUS
` [PATCH v10 06/19] qspinlock: prolong the stay in the pending bit path
` [PATCH v10 07/19] qspinlock: Use a simple write to grab the lock, if applicable
` [PATCH v10 08/19] qspinlock: Make a new qnode structure to support virtualization
` [PATCH v10 09/19] qspinlock: Prepare for unfair lock support
` [PATCH v10 10/19] qspinlock, x86: Allow unfair spinlock in a virtual guest
` [PATCH v10 11/19] qspinlock: Split the MCS queuing code into a separate slowerpath
` [PATCH v10 12/19] unfair qspinlock: Variable frequency lock stealing mechanism
` [PATCH v10 13/19] unfair qspinlock: Enable lock stealing in lock waiters
` [PATCH v10 14/19] pvqspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH v10 15/19] pvqspinlock, x86: Add PV data structure & methods
` [PATCH v10 16/19] pvqspinlock: Enable coexistence with the unfair lock
` [PATCH v10 17/19] pvqspinlock: Add qspinlock para-virtualization support
` [PATCH v10 18/19] pvqspinlock, x86: Enable PV qspinlock PV for KVM
` [PATCH v10 19/19] pvqspinlock, x86: Enable PV qspinlock for XEN

[PATCH] kvm: x86: emulate monitor and mwait instructions as nop
 2014-05-07 18:31 UTC  (3+ messages)

[PATCH 0/9] arm64: KVM: debug infrastructure support
 2014-05-07 17:14 UTC  (15+ messages)
` [PATCH 1/9] arm64: KVM: rename pm_fake handler to trap_wi_raz
` [PATCH 2/9] arm64: move DBG_MDSCR_* to asm/debug-monitors.h
` [PATCH 3/9] arm64: KVM: add trap handlers for AArch64 debug registers
` [PATCH 4/9] arm64: KVM: common infrastructure for handling AArch32 CP14/CP15
` [PATCH 5/9] arm64: KVM: use separate tables for AArch32 32 and 64bit traps
` [PATCH 6/9] arm64: KVM: check ordering of all system register tables
` [PATCH 7/9] arm64: KVM: add trap handlers for AArch32 debug registers
` [PATCH 8/9] arm64: KVM: implement lazy world switch for "
` [PATCH 9/9] arm64: KVM: enable trapping of all "

[kvm-kmod PATCH] Provide pci_enable_msix_exact() for kernels < 3.15
 2014-05-07 17:14 UTC  (5+ messages)

[Bug 73721] New: KVM hv-time
 2014-05-07 16:15 UTC  (2+ messages)
` [Bug 73721] "

[PATCH 0/5] KVM: x86: Fix exit handler and emulation bugs
 2014-05-07 16:11 UTC  (16+ messages)
` [PATCH 1/5] KVM: x86: Emulator does not calculate address correctly
` [PATCH 2/5] KVM: vmx: handle_dr does not handle RSP correctly
` [PATCH 3/5] KVM: x86: Mark bit 7 in long-mode PDPTE according to 1GB pages support
` [PATCH 4/5] KVM: x86: Wrong register masking in 64-bit mode
` [PATCH 5/5] KVM: x86: Fix wrong masking on relative jump/call

[PATCH] kvm/x86: implement hv EOI assist
 2014-05-07 16:01 UTC  (2+ messages)

[PATCH 00/11] kvm tools: Misc patches (mips support)
 2014-05-07 15:58 UTC  (13+ messages)
` [PATCH 01/11] kvm tools: Print message on failure of KVM_CREATE_VM
` [PATCH 02/11] kvm tools: Fix print format warnings
` [PATCH 03/11] kvm tools: Move definition of TERM_MAX_DEVS to header
` [PATCH 04/11] kvm tools: Allow to load ELF binary
` [PATCH 05/11] kvm tools, mips: Add MIPS support
` [PATCH 06/11] kvm tools, mips: Enable build of mips support
` [PATCH 07/11] kvm tools: Provide per arch macro to specify type for KVM_CREATE_VM
` [PATCH 08/11] kvm tools: Handle virtio/pci I/O space as little endian
` [PATCH 09/11] kvm tools, mips: Add support for loading elf binaries
` [PATCH 10/11] kvm tools: Introduce weak (default) load_bzimage function
` [PATCH 11/11] kvm tools: Modify term_putc to write more than one char

KVM Nested L2 guest startup problems
 2014-05-07 15:41 UTC  (15+ messages)

[PATCH v9 00/19] qspinlock: a 4-byte queue spinlock with PV support
 2014-05-07 15:00 UTC  (3+ messages)

[PATCH 1/2] ARM: KVM: Enable the KVM-VFIO device
 2014-05-07 14:55 UTC  (5+ messages)
` [PATCH 2/2] ARM: KVM: user_mem_abort: support stage 2 MMIO page mapping

[PATCH v3 0/9] kvmtool: handle guests of a different endianness
 2014-05-07 12:27 UTC  (26+ messages)
` [PATCH v3 9/9] kvmtool: virtio: enable arm/arm64 support for bi-endianness

[PATCH] KVM: PPC: BOOK3S: PR: Fix WARN_ON with debug options on
 2014-05-07 11:37 UTC  (4+ messages)

[PATCH] kvmclock: Ensure time in migration never goes backward
 2014-05-07 10:04 UTC  (15+ messages)
` [Qemu-devel] "

[RFC PATCH 0/4] KVM: emulator: speed up instruction fetch
 2014-05-07  8:40 UTC  (11+ messages)
` [RFC PATCH 1/4] KVM: emulate: speed up do_insn_fetch
` [RFC PATCH 2/4] KVM: emulate: avoid repeated calls to do_insn_fetch_bytes
` [RFC PATCH 3/4] KVM: emulate: avoid per-byte copying in instruction fetches
` [RFC PATCH 4/4] KVM: emulate: put pointers in the fetch_cache

[PATCH 0/6] KVM: PPC: Book3S PR: Add POWER8 support
 2014-05-07  7:09 UTC  (5+ messages)
` [PATCH 1/6] KVM: PPC: Book3S PR: Ignore PMU SPRs

KVM exit on UD interception
 2014-05-07  6:55 UTC  (8+ messages)

[RFC PATCH 0/3] Emulator Speedups - Optimize Instruction fetches
 2014-05-07  4:45 UTC  (8+ messages)
` [RFC PATCH 1/3] KVM: x86: pass ctxt to fetch helper function
` [RFC PATCH 2/3] KVM: x86: use memory_prepare in "
` [RFC PATCH 3/3] KVM: x86: cache userspace address for faster fetches

[RFC PATCH] KVM: PPC: BOOK3S: HV: THP support for guest
 2014-05-06 20:35 UTC  (14+ messages)

[PATCH v2 0/4] KVM: PPC: Read guest instruction from kvmppc_get_last_inst()
 2014-05-06 19:06 UTC  (10+ messages)
` [PATCH v2 1/4] KVM: PPC: e500mc: Revert "add load inst fixup"
` [PATCH v2 3/4] KVM: PPC: Alow kvmppc_get_last_inst() to fail

[PATCH V2] KVM: PPC: BOOK3S: HV: Add mixed page-size support for guest
 2014-05-06 18:01 UTC 

[PATCH] PCI: Introduce new device binding path using pci_dev.driver_override
 2014-05-06 17:22 UTC  (2+ messages)

[PATCH v2 0/4] Emulate VMXON region correctly
 2014-05-06 17:01 UTC  (6+ messages)
` [PATCH v2 1/4] KVM: nVMX: rearrange get_vmx_mem_address
` [PATCH v2 2/4] KVM: nVMX: additional checks on vmxon region
` [PATCH v2 3/4] KVM: nVMX: fail on invalid vmclear/vmptrld pointer
` [PATCH v2 4/4] KVM: nVMX: move vmclear and vmptrld pre-checks to nested_vmx_check_vmptr

[PATCH V2] KVM: PPC: BOOK3S: HV: Prefer CMA region for hash page table allocation
 2014-05-06 15:54 UTC 

[PATCH V5] KVM: PPC: BOOK3S: Use the saved dar value and generic make_dsisr
 2014-05-06 14:30 UTC 

[PATCH] KVM: PPC: BOOK3S: HV: Don't try to allocate from kernel page allocator for hash page table
 2014-05-06 14:25 UTC  (10+ messages)

[PATCH V4] POWERPC: BOOK3S: KVM: Use the saved dar value and generic make_dsisr
 2014-05-06 14:21 UTC  (13+ messages)

[GIT PULL 0/3] KVM: s390: Fixes
 2014-05-06 13:58 UTC  (4+ messages)
` [GIT PULL 1/3] KVM: s390: return -EFAULT if copy_from_user() fails
` [GIT PULL 2/3] KVM: s390: Add clock comparator and CPU timer IRQ injection
` [GIT PULL 3/3] KVM: s390: Fix external interrupt interception

[ovs-discuss] Linux Bridge is slow ?
 2014-05-06 10:27 UTC 

[PATCH RFC 00/22] EEH Support for VFIO PCI devices on PowerKVM guest
 2014-05-06  7:14 UTC  (6+ messages)

[PATCH v4 5/5] change update_range to handle > 4GB 2nd stage range for ARMv7
 2014-05-06  1:27 UTC  (3+ messages)

KVM call minutes for 2014-04-29
 2014-05-05 23:39 UTC  (2+ messages)
` [Qemu-devel] "

Nested EPT page fault
 2014-05-05 22:39 UTC 

[PATCH 0/1] KVM: x86: improve the usability of the 'kvm_pio' tracepoint
 2014-05-05 20:41 UTC  (3+ messages)
` [PATCH 1/1] "


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