public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-03-17 13:32:56 to 2016-03-22 07:52:19 UTC [more...]

[RFC Design Doc]Speed up live migration by skipping free pages
 2016-03-22  7:43 UTC 

[PATCH] arm64: KVM: Turn kvm_ksym_ref into a NOP on VHE
 2016-03-22  7:33 UTC  (12+ messages)

[RFC PATCH 0/4] cgroup aware workqueues
 2016-03-22  7:12 UTC  (14+ messages)
` [RFC PATCH 1/4] cgroup: Introduce a function to compare two tasks
` [RFC PATCH 2/4] workqueue: introduce support for attaching to cgroups
` [RFC PATCH 3/4] cgroup: use spin_lock_irq for cgroup match and attach fns
` [RFC PATCH 4/4] vhost: use workqueues for the works
    ` vhost threading model (was: Re: [RFC PATCH 0/4] cgroup aware workqueues)

[PATCH] virtio-pci: use possible fallback queue size
 2016-03-22  6:51 UTC 

[PATCH] KVM: x86: Inject pending interrupt even if pending nmi exist
 2016-03-22  6:41 UTC  (2+ messages)

[PATCH kernel 0/9] KVM, PPC, VFIO: Enable in-kernel acceleration
 2016-03-22  0:34 UTC  (8+ messages)
` [PATCH kernel 9/9] KVM: PPC: VFIO device: support SPAPR TCE

[kvm-unit-tests PATCH v2 0/5] Check emulation
 2016-03-21 23:56 UTC  (15+ messages)
` [kvm-unit-tests PATCH v2 1/5] powerpc: add exception handler
` [kvm-unit-tests PATCH v2 2/5] powerpc: add test to check invalid instruction trap
` [kvm-unit-tests PATCH v2 3/5] powerpc: check 64bit mode
` [kvm-unit-tests PATCH v2 4/5] powerpc: check lswx
` [kvm-unit-tests PATCH v2 5/5] powerpc: Check lswx in little-endian mode

[Bug 115081] New: arch/x86/kvm/vmx.c:8719: Error: symbol `vmx_return' is already defined
 2016-03-21 23:17 UTC  (2+ messages)
` [Bug 115081] "

[KVMTOOL][V1] Implement support for ppc64le
 2016-03-21 22:30 UTC  (7+ messages)
` [PATCH 1/4] Add basic little endian support
` [PATCH 2/4] Implement H_SET_MODE for ppc64le
` [PATCH 3/4] Fix a race during exit processing
` [PATCH 4/4] Implement spapr pci for little endian systems

[PATCH kvm-unit-tests 0/2] x86: vmx: test invalid operand for INVEPT and INVVPID
 2016-03-21 21:17 UTC  (7+ messages)
` [PATCH kvm-unit-tests 1/2] x86: vmx: test invalid operand for INVEPT
` [PATCH kvm-unit-tests 2/2] x86: vmx: test invalid type for INVVPID

FOR YOUR INFORMATION DEAR BENEFICIARY,
 2016-03-21 19:35 UTC 

[PATCH V5 0/9] KVM, pkeys: add memory protection-key support
 2016-03-21 17:43 UTC  (19+ messages)
` [PATCH V5 1/9] KVM, pkeys: disable pkeys for guests in non-paging mode
` [PATCH V5 2/9] KVM, pkeys: add pkeys support for xsave state
` [PATCH V5 3/9] x86: pkey: introduce write_pkru() for KVM
` [PATCH V5 4/9] KVM, pkeys: save/restore PKRU when guest/host switches
` [PATCH V5 5/9] KVM, pkeys: introduce pkru_mask to cache conditions
` [PATCH V5 6/9] KVM, pkeys: add pkeys support for permission_fault logic
` [PATCH V5 7/9] KVM, pkeys: expose CPUID/CR4 to guest
` [PATCH V5 8/9] KVM, pkeys: disable PKU feature without ept
` [PATCH V5 9/9] Revert "KVM: MMU: precompute page fault error code"

[PATCH] KVM: fix spin_lock_init order on x86
 2016-03-21 17:42 UTC  (4+ messages)

[PATCH v2] Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
 2016-03-21 16:24 UTC  (6+ messages)

[PATCH] kvm, rt: change async pagefault code locking for PREEMPT_RT
 2016-03-21 14:14 UTC 

[PATCH] kvm: Fix build error caused by redefinition
 2016-03-21 14:04 UTC  (2+ messages)

[PATCH] kvm: arm64: Disable compiler instrumentation for hypervisor code
 2016-03-21 13:01 UTC  (2+ messages)

[kvm:queue 15/23] arch/x86/kvm/cpuid.c:536:16: warning: passing argument 1 of 'cpuid_mask' makes pointer from integer without a cast
 2016-03-21 12:50 UTC 

Kernel: BUG: soft lockup - CPU#0 stuck for 22s! on many machines at the same time
 2016-03-21 10:53 UTC  (4+ messages)
` high i/o waits and 100% khugepaged with 4.4.4
  ` [Qemu-stable] "

issue vhost-net (64 bit) not working with 32 bit Guest DPDK virtio-net front-end driver
 2016-03-21 10:13 UTC  (2+ messages)

Major KVM issues with kernel 4.5 on the host
 2016-03-21  9:08 UTC  (11+ messages)

KVM networking issue
 2016-03-20 22:41 UTC 

Re:¸´£ºProces denture tools
 2016-03-20 16:33 UTC 

[PULL] virtio/vhost: new features, performance improvements, cleanups
 2016-03-20 13:58 UTC 

kvm on 4.5.0+: trying to register non-static key
 2016-03-20 10:20 UTC 

[PATCH kernel] KVM: PPC: Create a virtual-mode only TCE table handlers
 2016-03-19 13:30 UTC  (5+ messages)

RE
 2016-03-19  9:56 UTC 

[PATCH 0/3] KVM: VMX: fix handling inv{ept,vpid} and nested RHEL6 KVM
 2016-03-19  9:53 UTC  (8+ messages)
` [PATCH 1/3] KVM: VMX: avoid guest hang on invalid invept instruction
` [PATCH 2/3] KVM: VMX: avoid guest hang on invalid invvpid instruction
` [PATCH 3/3] KVM: VMX: fix nested vpid for old KVM guests

[PATCH kvm-unit-tests 0/4] x86: vmx: vm{launch,resume} improvements
 2016-03-19  9:23 UTC  (8+ messages)
` [PATCH kvm-unit-tests 1/4] x86: vmx: fix vm{launch,resume} asm
` [PATCH kvm-unit-tests 2/4] x86: vmx: fix vm{launch,resume} early exit logic
` [PATCH kvm-unit-tests 3/4] x86: vmx: clean up vm{launch,resume} asm
` [PATCH kvm-unit-tests 4/4] x86: vmx: better vm{launch,resume} error handling

[PART1 RFC v3 00/12] KVM: x86: Introduce SVM AVIC support
 2016-03-18 21:44 UTC  (25+ messages)
` [PART1 RFC v3 01/12] KVM: x86: Misc LAPIC changes to expose helper functions
` [PART1 RFC v3 02/12] KVM: x86: Introducing kvm_x86_ops VM init/uninit hooks
` [PART1 RFC v3 03/12] KVM: x86: Introducing kvm_x86_ops VCPU blocking/unblocking hooks
` [PART1 RFC v3 04/12] KVM: split kvm_vcpu_wake_up from kvm_vcpu_kick
` [PART1 RFC v3 05/12] svm: Introduce new AVIC VMCB registers
` [PART1 RFC v3 06/12] KVM: x86: Detect and Initialize AVIC support
` [PART1 RFC v3 07/12] svm: Add interrupt injection via AVIC
` [PART1 RFC v3 08/12] KVM: x86: Add trace events for AVIC
` [PART1 RFC v3 09/12] svm: Add VMEXIT handlers "
` [PART1 RFC v3 10/12] svm: Do not expose x2APIC when enable AVIC
` [PART1 RFC v3 11/12] svm: Do not intercept CR8 "
` [PART1 RFC v3 12/12] svm: Manage vcpu load/unload "

kvm ept fault BUG_ON()
 2016-03-18 18:26 UTC 

[PATCH v3 00/16] KVM: arm64: GICv3 ITS emulation
 2016-03-18 17:14 UTC  (10+ messages)

[Bug 114851] New: 2.6.32 L1 vm on 4.4 host with nested KVM enabled cannot launch L2 vm
 2016-03-18 16:11 UTC  (2+ messages)
` [Bug 114851] "

[RFC PATCH v4 0/7] vfio-pci: Allow to mmap sub-page MMIO BARs and MSI-X table
 2016-03-18 15:04 UTC  (11+ messages)
` [RFC PATCH v4 4/7] PCI: Modify resource_alignment to support multiple devices
` [RFC PATCH v4 7/7] powerpc/powernv/pci-ioda: Add IOMMU_CAP_INTR_REMAP for IODA host bridge

[kvm-unit-tests PATCH 0/5] Check emulation
 2016-03-18 10:34 UTC  (21+ messages)
` [kvm-unit-tests PATCH 1/5] powerpc: add exception handler
` [kvm-unit-tests PATCH 2/5] powerpc: add test to check invalid instruction trap
` [kvm-unit-tests PATCH 3/5] powerpc: check 64bit mode
` [kvm-unit-tests PATCH 4/5] powerpc: check lswx
` [kvm-unit-tests PATCH 5/5] powerpc: Check lswx in little-endian mode

[PATCH v3 0/9] arm64: Add support of KVM with ACPI
 2016-03-18  9:42 UTC  (5+ messages)
` [PATCH v3 5/9] irqchip/gic-v3: Gather all ACPI specific data in a single structure

[PART1 RFC v2 00/10] KVM: x86: Introduce SVM AVIC support
 2016-03-18  5:13 UTC  (6+ messages)
` [PART1 RFC v2 07/10] svm: Add VMEXIT handlers for AVIC
      ` [PATCH] KVM: split kvm_vcpu_wake_up from kvm_vcpu_kick

[PATCH 1/3] Powernv: Remove the usage of PACAR1 from opal wrappers
 2016-03-18  4:51 UTC  (4+ messages)
` [PATCH 2/3] powerpc/book3s: Fix TB corruption in guest exit path on HMI interrupt
` [1/3] Powernv: Remove the usage of PACAR1 from opal wrappers

Problem with merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
 2016-03-18  2:34 UTC  (3+ messages)

[PATCH 1/5] x86/kvm: On KVM re-enable (e.g. after suspend), update clocks
 2016-03-17 19:58 UTC  (8+ messages)

User question: does KVM work better with latest Linux kernel?
 2016-03-17 13:32 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