public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-12-20 15:55:53 to 2016-12-29 08:59:02 UTC [more...]

[PATCH][RFC] VM: x86: Return ealier if clocksource has not changed
 2016-12-29  8:59 UTC  (5+ messages)

[Bug 191451] New: Host hangs when hyperv/pvspinlock are disabled
 2016-12-29  6:06 UTC 

Migration Time and Downtime
 2016-12-28 18:55 UTC 

[PATCH 00/15] hyperv: more stuff to uapi + cleanup
 2016-12-28 17:09 UTC  (43+ messages)
` [PATCH 01/15] hyperv: consolidate TSC ref page definitions
` [PATCH 02/15] hyperv: uapi-fy synic event flags definitions
` [PATCH 03/15] hyperv: use standard bitops
` [PATCH 06/15] hyperv: avoid unnecessary vmalloc
` [PATCH 07/15] hyperv: dedup cpuid definitions
` [PATCH 08/15] hyperv: dedup crash msr related definitions
` [PATCH 09/15] hyperv: unify Hyper-V msr definitions
` [PATCH 10/15] hyperv: uapi-fy PostMessage and SignalEvent hypercall structures
` [PATCH 11/15] hyperv: uapi-fy monitored notification structures
` [PATCH 12/15] hyperv: move VMBus connection ids to uapi
` [PATCH 13/15] hyperv: move function close to its only callsite
` [PATCH 14/15] hyperv_vmbus: drop unused definitions
` [PATCH 15/15] hyperv: redefine hv_message without bitfields

[PATCH net-next V2 0/3] vhost net tx batching
 2016-12-28  8:09 UTC  (4+ messages)
` [PATCH net-next V2 1/3] vhost: better detection of available buffers
` [PATCH net-next V2 2/3] vhost_net: tx batching
` [PATCH net-next V2 3/3] tun: rx batching

MSR_BITMAP question
 2016-12-28  3:04 UTC 

vfio/pci: guest error recovery proposal
 2016-12-28  2:52 UTC  (2+ messages)

[PATCH 0/4] Allow migration with invtsc if there's no frequency mismatch
 2016-12-27 19:21 UTC  (5+ messages)
` [PATCH 1/4] kvm: Simplify invtsc check
` [PATCH 2/4] kvm: Allow invtsc migration if tsc-khz is set explicitly
` [PATCH 3/4] pc: Add 2.9 machine-types
` [PATCH 4/4] kvm: Allow migration with invtsc

[PATCH kvm-unit-tests v8 00/10] arm/arm64: add gic framework
 2016-12-27 16:27 UTC  (6+ messages)
` [PATCH kvm-unit-tests v8 03/10] arm/arm64: add some delay routines
    ` [Qemu-devel] "

kvm: BUG in kvm_unload_vcpu_mmu
 2016-12-27 14:55 UTC 

kvm: use-after-free in complete_emulated_mmio
 2016-12-27 13:57 UTC 

[PATCH kvm-unit-tests] [RFC] README: coding style: allow 120ch
 2016-12-27 11:26 UTC 

[kvm-unit-tests PATCH] x86: vmx: test invalid vmcs
 2016-12-27 11:17 UTC  (4+ messages)

[RFC 0/8] Provide the EL1 physical timer to the VM
 2016-12-26 17:12 UTC  (9+ messages)
` [RFC 1/8] KVM: arm/arm64: Abstract virtual timer context into separate structure
` [RFC 2/8] KVM: arm/arm64: Decouple kvm timer functions from virtual timer
` [RFC 3/8] KVM: arm/arm64: Add the EL1 physical timer context
` [RFC 4/8] KVM: arm/arm64: Initialize the emulated EL1 physical timer
` [RFC 5/8] KVM: arm64: Add the EL1 physical timer access handler
` [RFC 6/8] KVM: arm/arm64: Update the physical timer interrupt level
` [RFC 7/8] KVM: arm/arm64: Set up a background timer for the physical timer emulation
` [RFC 8/8] KVM: arm/arm64: Emulate the EL1 phys timer register access

[Bug 190961] New: pvclock_gtod_notify invoked frequently leads to extra cpu load
 2016-12-26  4:27 UTC  (3+ messages)
` [Bug 190961] "

[PATCH v2 0/4] vfio-mdev: Fix remove race, clean namespace and better define ABI
 2016-12-26  3:31 UTC  (9+ messages)
` [PATCH v2 1/4] vfio-mdev: Fix remove race
` [PATCH v2 2/4] vfio-mdev: de-polute the namespace, rename parent_device & parent_ops
` [PATCH v2 3/4] vfio-mdev: Make mdev_parent private
` [PATCH v2 4/4] vfio-mdev: Make mdev_device private and abstract interfaces

[kvm-unit-tests PATCH] Makefile: Disable PIE as GCC enables it by default from 6.2.0-7
 2016-12-25  7:39 UTC 

[RFC v4 00/16] KVM PCIe/MSI passthrough on ARM/ARM64 and IOVA reserved regions
 2016-12-23 15:13 UTC  (6+ messages)
` [RFC v4 15/16] vfio/type1: Check MSI remapping at irq domain level

[RFC PATCH v3 0/6] KVM: x86: avoid redundant REQ_EVENT
 2016-12-23 12:08 UTC  (5+ messages)
` [PATCH 2/6] KVM: lapic: do not set KVM_REQ_EVENT unnecessarily on EOI
` [PATCH 6/6] KVM: lapic: do not scan IRR when delivering an interrupt

[kvm-unit-tests PATCH v8 00/14] VT-d unit test
 2016-12-23  3:44 UTC  (4+ messages)
` [Qemu-devel] "

[PATCH 0/2] test capability for remote task
 2016-12-23  2:36 UTC  (5+ messages)
` [PATCH 1/2] capability: export has_capability
` [PATCH 2/2] vfio iommu type1: fix the testing of capability for remote task

[PATCH] kvm: nVMX: Reorder error checks for emulated VMXON
 2016-12-22 23:49 UTC 

[PATCH] KVM: VMX: remove duplicated declaration
 2016-12-22 22:13 UTC 

[kvm-unit-tests PATCH] x86: apic: add physical broadcast test
 2016-12-22 18:24 UTC  (6+ messages)

[kvm-unit-tests PATCH 0/4] pci: Various PCI BAR checks
 2016-12-22 13:05 UTC  (2+ messages)

[PATCH 1/2] jump_labels: API for flushing deferred jump label updates
 2016-12-22 12:35 UTC  (3+ messages)

[PATCH kvm-unit-tests 0/3] few framework cleanups
 2016-12-22 11:13 UTC  (4+ messages)
` [PATCH kvm-unit-tests 3/3] report: move blank line to better side of SUMMARY

How bad is KVM_EXIT_INTERNAL_ERROR?
 2016-12-22 10:44 UTC  (7+ messages)

[PULL kvm-unit-tests] arm/arm64: patches ready for master
 2016-12-22 10:05 UTC  (2+ messages)

[PATCH] KVM: x86: check for pic and ioapic presence before use
 2016-12-22  9:56 UTC  (6+ messages)

[PATCH 0/4] vfio-mdev: Clean namespace and better define ABI
 2016-12-22  7:51 UTC  (8+ messages)
` [PATCH 1/4] vfio-mdev: Remove an unused structure element
` [PATCH 2/4] vfio-mdev: de-polute the namespace, rename parent_device & parent_ops
` [PATCH 3/4] vfio-mdev: Make mdev_parent private
` [PATCH 4/4] vfio-mdev: Make mdev_device private and abstract interfaces

kvm-unit-test compilation failed on Ubuntu Yakkety (4.8 kernel)
 2016-12-22  5:57 UTC  (3+ messages)

[PATCH 0/5] Followup patches for lockless access tracking
 2016-12-22  4:29 UTC  (6+ messages)
` [PATCH 1/5] kvm: x86: mmu: Rename EPT_VIOLATION_READ/WRITE/INSTR constants
` [PATCH 2/5] kvm: x86: mmu: Set SPTE_SPECIAL_MASK within mmu.c
` [PATCH 3/5] kvm: x86: mmu: Move pgtbl walk inside retry loop in fast_page_fault
` [PATCH 4/5] kvm: x86: mmu: Update comment in mark_spte_for_access_track
` [PATCH 5/5] kvm: x86: mmu: Verify that restored PTE has needed perms in fast page fault

[PATCH kernel v2 00/11] powerpc/kvm/vfio: Enable in-kernel acceleration
 2016-12-22  1:25 UTC  (7+ messages)
` [PATCH kernel v2 05/11] KVM: PPC: Use preregistered memory API to access TCE list
` [PATCH kernel v2 09/11] vfio iommu: Add helpers to (un)register blocking notifiers per group

DAX mapping detection (was: Re: [PATCH] Fix region lost in /proc/self/smaps)
 2016-12-21 21:33 UTC  (14+ messages)

[PATCH 0/3] KVM: nVMX: fix one guest vmcs check and refactor a bunch more
 2016-12-21 20:24 UTC  (4+ messages)
` [PATCH 1/3] KVM: nVMX: fix handling of invalid host efer
` [PATCH 2/3] KVM: nVMX: colocate guest vmcs checks
` [PATCH 3/3] KVM: nVMX: refactor nested_vmx_entry_failure()

[PATCH 0/4] Lockless Access Tracking for Intel CPUs without EPT A bits
 2016-12-21 18:00 UTC  (7+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 7/8] kvm: x86: mmu: Lockless access tracking "

[PATCH] Revert "KVM: nested VMX: disable perf cpuid reporting"
 2016-12-21 17:48 UTC  (4+ messages)

[RFC 0/7] Move accel, KVM, Xen, qtest files to accel/ subdir
 2016-12-21 15:41 UTC  (15+ messages)
` [RFC 3/7] kvm: Move some kvm-stub.c code to stubs/kvm.c
` [RFC 4/7] kvm: Include kvm-stub.o only on CONFIG_SOFTMMU
  ` [Qemu-devel] "
` [RFC 5/7] kvm: Move kvm*.c files to accel/
` [Qemu-devel] [RFC 0/7] Move accel, KVM, Xen, qtest files to accel/ subdir

kvm question
 2016-12-21 13:27 UTC  (3+ messages)

[PATCH v3 0/4] KVM: nVMX: fix CR3 load if L2 uses PAE paging and EPT
 2016-12-21 12:20 UTC  (5+ messages)
` [PATCH v3 1/4] "

[PATCH 1/2] KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMU
 2016-12-21 12:01 UTC  (3+ messages)
` [PATCH 2/2] KVM: PPC: Book3S HV: Set process table for HPT guests on POWER9

[RFC PATCH] mm: introduce kv[mz]alloc helpers
 2016-12-21  8:45 UTC  (8+ messages)

[PATCH v2] kvm: x86: export maximum number of mmu_page_hash collisions
 2016-12-21  8:29 UTC  (2+ messages)

[PATCH v6 kernel 0/5] Extend virtio-balloon for fast (de)inflating & fast live migration
 2016-12-21  6:52 UTC  (6+ messages)
` [PATCH v6 kernel 1/5] virtio-balloon: rework deflate to add page to a list
` [PATCH v6 kernel 2/5] virtio-balloon: define new feature bit and head struct
` [PATCH v6 kernel 3/5] virtio-balloon: speed up inflate/deflate process
` [PATCH v6 kernel 4/5] virtio-balloon: define flags and head for host request vq
` [PATCH v6 kernel 5/5] virtio-balloon: tell host vm's unused page info

[PATCH kvm-unit-tests] KVM: nVMX Verify that L2's CPUID(0xa) causes a VM-exit to L1
 2016-12-21  0:28 UTC 

[PATCH 1/2] kvm: x86: export maximum number of mmu_page_hash collisions
 2016-12-20 23:01 UTC  (4+ messages)
` [PATCH 2/2] kvm: x86: reduce collisions in mmu_page_hash

[PATCH] KVM: nVMX: fix instruction skipping during emulated vm-entry
 2016-12-20 22:59 UTC  (5+ messages)

[PATCH] KVM: PPC: Book3S HV: Don't try to signal cpu -1
 2016-12-20 21:21 UTC 

[PATCH v2] vfio/type1: Restore mapping performance with mdev support
 2016-12-20 18:37 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