kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-06-12 20:50:28 to 2013-06-19 11:27:40 UTC [more...]

[PATCH v3 0/6] KVM: MMU: fast invalidate all mmio sptes
 2013-06-19 11:27 UTC  (13+ messages)

[PATCH v2 0/2] kvm: x86: Emulate MSR_PLATFORM_INFO
 2013-06-19 10:57 UTC  (11+ messages)
` [PATCH v2 2/2] kvm: x86: emulate MSR_PLATFORM_INFO

[PATCH 0/7] KVM: MMU: update mmu documentation
 2013-06-19 10:32 UTC  (9+ messages)
` [PATCH 1/7] KVM: MMU: update the documentation for reverse mapping of parent_pte
` [PATCH 2/7] KVM: MMU: document clear_spte_count
` [PATCH 3/7] KVM: MMU: document write_flooding_count
` [PATCH 4/7] KVM: MMU: document mmio page fault
` [PATCH 5/7] KVM: MMU: document fast page fault in
` [PATCH 6/7] KVM: MMU: document fast invalidate all pages
` [PATCH 7/7] KVM: MMU: document fast invalidate all mmio sptes

[PATCH] kvm api doc: fix section numbers
 2013-06-19 10:06 UTC  (2+ messages)

[PATCH 0/4 v3] KVM: PPC: IOMMU in-kernel handling
 2013-06-19  9:58 UTC  (34+ messages)
` [PATCH 1/4] KVM: PPC: Add support for multiple-TCE hcalls
` [PATCH 2/4] powerpc: Prepare to support kernel handling of IOMMU map/unmap
` [PATCH 3/4] KVM: PPC: Add support for IOMMU in-kernel handling
` [PATCH 4/4] KVM: PPC: Add hugepage "

[PATCH 1/2] kvm-unit-tests: Add a func to run instruction in emulator
 2013-06-19  9:31 UTC  (17+ messages)
` [PATCH 2/2] kvm-unit-tests: Change two cases to use trap_emulator

[PATCH 00/31] KVM/MIPS: Implement hardware virtualization via the MIPS-VZ extensions
 2013-06-19  9:06 UTC  (70+ messages)
` [PATCH 01/31] MIPS: Move allocate_kscratch to cpu-probe.c and make it public
` [PATCH 03/31] mips/kvm: Fix 32-bitisms in kvm_locore.S
` [PATCH 04/31] mips/kvm: Add casts to avoid pointer width mismatch build failures
` [PATCH 05/31] mips/kvm: Use generic cache flushing functions
` [PATCH 06/31] mips/kvm: Rename kvm_vcpu_arch.pc to kvm_vcpu_arch.epc
` [PATCH 07/31] mips/kvm: Rename VCPU_registername to KVM_VCPU_ARCH_registername
` [PATCH 08/31] mips/kvm: Fix code formatting in arch/mips/kvm/kvm_locore.S
` [PATCH 09/31] mips/kvm: Factor trap-and-emulate support into a pluggable implementation
` [PATCH 10/31] mips/kvm: Implement ioctls to get and set FPU registers
` [PATCH 11/31] MIPS: Rearrange branch.c so it can be used by kvm code
` [PATCH 12/31] MIPS: Add instruction format information for WAIT, MTC0, MFC0, et al
` [PATCH 13/31] mips/kvm: Add accessors for MIPS VZ registers
` [PATCH 14/31] mips/kvm: Add thread_info flag to indicate operation in MIPS VZ Guest Mode
` [PATCH 15/31] mips/kvm: Exception handling to leave and reenter guest mode
` [PATCH 16/31] mips/kvm: Add exception handler for MIPSVZ Guest exceptions
` [PATCH 17/31] MIPS: Quit exposing Kconfig symbols in uapi headers
` [PATCH 18/31] mips/kvm: Add pt_regs slots for BadInstr and BadInstrP
` [PATCH 19/31] mips/kvm: Add host definitions for MIPS VZ based host
` [PATCH 20/31] mips/kvm: Hook into TLB fault handlers
` [PATCH 21/31] mips/kvm: Allow set_except_vector() to be used from MIPSVZ code
` [PATCH 22/31] mips/kvm: Split get_new_mmu_context into two parts
` [PATCH 23/31] mips/kvm: Hook into CP unusable exception handler
` [PATCH 24/31] mips/kvm: Add thread_struct fields used by MIPSVZ hosts
` [PATCH 25/31] mips/kvm: Add some asm-offsets constants used by MIPSVZ
` [PATCH 26/31] mips/kvm: Split up Kconfig and Makefile definitions in preperation for MIPSVZ
` [PATCH 27/31] mips/kvm: Gate the use of kvm_local_flush_tlb_all() by KVM_MIPSTE
` [PATCH 28/31] mips/kvm: Only use KVM_COALESCED_MMIO_PAGE_OFFSET with KVM_MIPSTE
` [PATCH 29/31] mips/kvm: Add MIPSVZ support
` [PATCH 30/31] mips/kvm: Enable MIPSVZ in Kconfig/Makefile
` [PATCH 31/31] mips/kvm: Allow for upto 8 KVM vcpus per vm

[Bug 59891] New: Unrecoverable Kernel Panic, in Virtio Net in memcpy(), Complete system lockup
 2013-06-19  5:51 UTC  (2+ messages)
` [Bug 59891] "

[PATCH] pci: Enable overrides for missing ACS capabilities
 2013-06-19  2:52 UTC  (9+ messages)

[PATCH] kvmclock: clock should count only if vm is running
 2013-06-18 23:38 UTC  (4+ messages)
` [PATCH] kvmclock: clock should count only if vm is running (v2)

[PATCH] x86: kvmclock: zero initialize pvclock shared memory area
 2013-06-18 22:21 UTC  (3+ messages)
` [PATCHv1] kvm guest: fix uninitialized kvmclock read by KVM guest

Unreliable QueryPerformanceCounter on Windows 2008 RC2 guest
 2013-06-18 18:35 UTC 

[PATCH qom-cpu v2 01/29] kvm: Change kvm_cpu_synchronize_state() argument to CPUState
 2013-06-18 16:36 UTC  (16+ messages)
` [PATCH qom-cpu v2 02/29] kvm: Change cpu_synchronize_state() "
` [PATCH qom-cpu v2 07/29] kvm: Change kvm_set_signal_mask() "
` [PATCH qom-cpu v2 09/29] cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
` [PATCH qom-cpu v2 10/29] kvm: Change kvm_handle_internal_error() argument to CPUState
` [PATCH qom-cpu v2 11/29] kvm: Change kvm_cpu_exec() "
` [PATCH qom-cpu v2 20/29] kvm: Change kvm_remove_all_breakpoints() "
` [PATCH qom-cpu v2 21/29] cpu: Make first_cpu and next_cpu CPUState

Bug#707257: linux-image-3.8-1-686-pae: KVM crashes with "entry failed, hardware error 0x80000021"
 2013-06-18 16:35 UTC  (17+ messages)

[PATCH 0/7] KVM: arm-vgic: Implement save/restore of VGIC state
 2013-06-18 15:51 UTC  (8+ messages)
` [PATCH 1/7] KVM: arm-vgic: Support KVM_CREATE_DEVICE for VGIC
` [PATCH 2/7] KVM: arm-vgic: Set base addr through device API

[PATCH] KVM: x86: fix missed memory synchronization when patch hypercall
 2013-06-18 15:22 UTC  (13+ messages)

[PATCH] KVM: x86: remove vcpu's CPL check in host invoked vcpu's xcr set process
 2013-06-18 13:34 UTC  (6+ messages)

[PATCH v3 01/13] nEPT: Support LOAD_IA32_EFER entry/exit controls for L1
 2013-06-18 13:01 UTC  (8+ messages)
` [PATCH v3 03/13] nEPT: Add EPT tables support to paging_tmpl.h

FINAL WARNING!!!
 2013-06-18  8:57 UTC 

[Bug 59521] New: KVM linux guest reads uninitialized pvclock values before executing rdmsr MSR_KVM_WALL_CLOCK
 2013-06-17 21:29 UTC  (5+ messages)
` [Bug 59521] "

[PATCH v2] virtio_balloon: leak_balloon(): only tell host if we got pages deflated
 2013-06-17 17:17 UTC  (2+ messages)

[kvm-unit-test PATCH] kvmclock: serialize RDTSC
 2013-06-17 15:43 UTC  (2+ messages)

[PATCH 0/8] kvm/ppc: fixes for 3.10
 2013-06-17 15:27 UTC  (3+ messages)

[PATCH 0/2] kvm/mips: ABI fix for 3.10
 2013-06-17 15:26 UTC  (2+ messages)

[PATCH 0/6] KVM: s390: Patches for kvm-next
 2013-06-17 15:14 UTC  (2+ messages)

access PCI card trouble from VM guest
 2013-06-17 13:59 UTC  (4+ messages)

cache write back & barriers
 2013-06-16 12:06 UTC  (6+ messages)
      ` [virt-tools-list] "

Commit f9afbd45b0d0 broke mips r4k
 2013-06-16  6:51 UTC  (3+ messages)

mod filenames != modnames? (inconsistent name changing)
 2013-06-16  5:35 UTC 

[PATCH] intel-iommu: Fix leaks in pagetable freeing
 2013-06-15 16:27 UTC 

[PATCH 2/2] armv7 initial device passthrough support
 2013-06-15 15:47 UTC  (2+ messages)

BUG: perf kvm top --callgraph not showing callgraph
 2013-06-14 23:23 UTC 

KVM Forum 2013 Call for Participation
 2013-06-14 12:09 UTC 

Re: KVM MMU: why write-protect for the pages containing PML4/PDPT/PDT (page directory) of the guest?
 2013-06-14  2:51 UTC 

Bottleneck in KVM
 2013-06-14  1:38 UTC  (2+ messages)

[PATCH 1/2] kvm-unit-tests: Add a func to run instruction in emulator
 2013-06-13 15:16 UTC  (2+ messages)
` [PATCH 2/2] kvm-unit-tests: Change two cases to use trap_emulator

[PATCH v2 0/7] target-arm: cpregs list for migration, kvm reset
 2013-06-13 14:13 UTC  (2+ messages)

KVM MMU: why write-protect for the pages containing PML4/PDPT/PDT (page directory) of the guest?
 2013-06-13 13:15 UTC  (2+ 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).