kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-29 13:55:25 to 2017-12-01 17:32:01 UTC [more...]

[Patch v6 0/7] KVM: Guest page hinting
 2017-12-01 17:31 UTC  (7+ messages)
` [Patch v6 1/7] KVM: Support for guest "
` [Patch v6 2/7] KVM: Guest page hinting functionality
` [Patch v6 3/7] KVM: Adding tracepoints for guest page hinting
` [Patch v6 4/7] virtio: Exposes added descriptor to the other side synchronously
` [Patch v6 5/7] KVM: Sending hyperlist to the host via hinting_vq
` [Patch v6 6/7] KVM: Enabling guest page hinting via static key

[PATCH RFC 0/6] x86/kvm/hyperv: stable clocksorce for L2 guests when running nested KVM on Hyper-V
 2017-12-01 17:29 UTC  (9+ messages)
` [PATCH RFC 1/6] x86/hyper-v: check for required priviliges in hyperv_init()
` [PATCH RFC 2/6] x86/hyper-v: add a function to read both TSC and TSC page value simulateneously
` [PATCH RFC 3/6] x86/hyper-v: reenlightenment notifications support
` [PATCH RFC 4/6] x86/hyper-v: redirect reenlightment notifications on CPU offlining
` [PATCH RFC 5/6] x86/kvm: pass stable clocksource to guests when running nested on Hyper-V
` [PATCH RFC 6/6] x86/kvm: support Hyper-V reenlightenment

[PATCH v18 00/10] Virtio-balloon Enhancement
 2017-12-01 17:25 UTC  (24+ messages)
` [PATCH v18 01/10] idr: add #include <linux/bug.h>
` [PATCH v18 05/10] xbitmap: add more operations
` [PATCH v18 06/10] virtio_ring: add a new API, virtqueue_add_one_desc
` [PATCH v18 07/10] virtio-balloon: VIRTIO_BALLOON_F_SG
` [PATCH v18 09/10] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ
` [PATCH v18 10/10] virtio-balloon: don't report free pages when page poisoning is enabled

Shutting down a VM with Kernel 4.14 will sometime hang and a reboot is the only way to recover. [1]
 2017-12-01 16:38 UTC  (17+ messages)
      ` Shutting down a VM with Kernel 4.14 will sometime hang and a reboot is the only way to recover

[PATCH] vfio/iommu_type1: report the IOMMU aperture info
 2017-12-01 16:22 UTC  (14+ messages)

[RFC] virtio-iommu version 0.5
 2017-12-01 15:46 UTC  (2+ messages)

[PATCH 00/13] mmu_notifier kill invalidate_page callback
 2017-12-01 15:27 UTC  (9+ messages)
` BSOD with "
        ` [PATCH 1/2] KVM: x86: fix APIC page invalidation
          ` [PATCH 2/2] TESTING! KVM: x86: add invalidate_range mmu notifier

[PATCH 00/37] Optimize KVM/ARM for VHE systems
 2017-12-01 15:19 UTC  (21+ messages)
` [PATCH 01/37] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH 08/37] KVM: arm64: Defer restoring host VFP state to vcpu_put
` [PATCH 10/37] KVM: arm64: Slightly improve debug save/restore functions
` [PATCH 32/37] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
` [PATCH 37/37] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs

VMs freezing when host is running 4.14
 2017-12-01 14:43 UTC  (2+ messages)

KVM_CREATE_VCPU fails on mapping more than 67 pages of host memory into guest
 2017-12-01 11:10 UTC 

[PATCH] KVM: X86: Reduce the overhead when lapic_timer_advance is disabled
 2017-12-01  8:35 UTC  (2+ messages)

[PATCH v3 0/9] Intel Processor Trace virtulization enabling
 2017-12-01  8:33 UTC  (15+ messages)
` [PATCH v3 3/9] KVM: x86: Add Intel Processor Trace virtualization mode
` [PATCH v3 4/9] KVM: x86: Add Intel Processor Trace cpuid emulation
` [PATCH v3 7/9] KVM: x86: Implement Intel Processor Trace MSRs read/write
` [PATCH v3 8/9] KVM: x86: Disable Intel Processor Trace when VMXON in L1 guest
` [PATCH v3 9/9] KVM: x86: Implement Intel Processor Trace context switch

[PATCH v2 0/2] KVM: fixes for the kernel-hardening tree
 2017-12-01  8:29 UTC  (4+ messages)
` [PATCH 2/2] kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl

[RFC PATCH] KVM: x86: Allow Qemu/KVM to use PVH entry point
 2017-12-01  8:08 UTC  (17+ messages)

[PATCH] KVM: arm/arm64: Fix spinlock acquisition in vgic_set_owner
 2017-12-01  7:55 UTC  (2+ messages)

[PATCH v7 0/4] KVM: X86: Add Paravirt TLB Shootdown
 2017-12-01  0:55 UTC  (8+ messages)
` [PATCH v7 1/4] KVM: X86: Add vCPU running/preempted state
` [PATCH v7 2/4] KVM: X86: Add Paravirt TLB Shootdown
` [PATCH v7 3/4] KVM: X86: introduce invalidate_gpa argument to tlb flush
` [PATCH v7 4/4] KVM: X86: Add flush_on_enter before guest enter

[PATCH] KVM: x86: inject exceptions produced by x86_decode_insn
 2017-11-30 20:33 UTC  (12+ messages)

[RFC PATCH kernel] vfio-pci: Allow write combining
 2017-11-30 20:06 UTC  (17+ messages)

[Bug 197951] New: QEMU/KVM & VFIO & PCI passthru with Windows 10 x64 guest: memory access intermittently causes CRITICAL_STRUCTURE_CORRUPTION BSOD unless swap is disabled on host, since 4.12.13
 2017-11-30 17:45 UTC  (3+ messages)
` [Bug 197951] "

[RFC PATCH v3 0/1] VM introspection
 2017-11-30 17:23 UTC  (2+ messages)

[PATCH] KVM: x86: MMU: make array audit_point_name static
 2017-11-30 16:14 UTC  (2+ messages)

[GIT PULL] KVM fixes for Linux 4.15-rc2
 2017-11-30 16:12 UTC 

[RFC PATCH kernel] vfio-pci: Fix sparse capability when no parts of MSIX BAR can be mapped
 2017-11-30 15:47 UTC  (4+ messages)

[PATCH v6 0/4] KVM: X86: Add Paravirt TLB Shootdown
 2017-11-30 15:14 UTC  (5+ messages)
` [PATCH v6 2/4] "

[PATCH v2 0/3] KVM: x86: kvm_mwait_in_guest() cleanup
 2017-11-30 14:19 UTC  (6+ messages)
` [PATCH v2 1/3] KVM: x86: prevent MWAIT in guest with buggy MONITOR
` [PATCH v2 2/3] KVM: x86: drop bogus MWAIT check
` [PATCH v2 3/3] KVM: x86: simplify kvm_mwait_in_guest()

WARNING: CPU: 0 PID: 12216 at arch/x86/kernel/fpu/core.c:47 kernel_fpu_disable+0x3f/0x50
 2017-11-30 13:00 UTC  (4+ messages)

[Bug 197077] New: WARNING: CPU: 0 PID: 12216 at arch/x86/kernel/fpu/core.c:47 kernel_fpu_disable+0x3f/0x50
 2017-11-30 12:43 UTC  (2+ messages)
` [Bug 197077] "

x86: Add test for TPR threshold and vTPR check on VM-entry
 2017-11-30  0:37 UTC  (2+ messages)
` [PATCH] "

[RFC PATCH kernel] vfio-pci: Allow mapping MSIX BAR
 2017-11-29 22:49 UTC  (14+ messages)

[PATCH] KVM: VMX: Cache IA32_DEBUGCTL in memory
 2017-11-29 22:45 UTC  (6+ messages)

[PATCH v5 00/20] KVM: arm/arm64: Optimize arch timer register handling
 2017-11-29 18:17 UTC  (5+ messages)
` [PATCH v5 19/20] KVM: arm/arm64: Get rid of kvm_timer_flush_hwstate

[PATCH v2 00/16] Move vcpu_load and vcpu_put calls to arch code
 2017-11-29 17:47 UTC  (30+ messages)
` [PATCH v2 01/16] KVM: Take vcpu->mutex outside vcpu_load
` [PATCH v2 02/16] KVM: Prepare for moving vcpu_load/vcpu_put into arch specific code
` [PATCH v2 03/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run
` [PATCH v2 04/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs
` [PATCH v2 05/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs
` [PATCH v2 06/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_sregs
` [PATCH v2 07/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_sregs
` [PATCH v2 08/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_mpstate
` [PATCH v2 09/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_mpstate
` [PATCH v2 10/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_translate
` [PATCH v2 11/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
` [PATCH v2 12/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu
` [PATCH v2 13/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu
` [PATCH v2 14/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl
` [PATCH v2 15/16] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH v2 16/16] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init

[PATCH v2] KVM: VMX: Cache IA32_DEBUGCTL in memory
 2017-11-29 17:32 UTC  (3+ messages)

[PATCH] arm64: KVM: Hide PMU from guests when disabled
 2017-11-29 17:24 UTC  (2+ messages)

[PATCH 0/3] KVM: Tie MWAIT/HLT/PAUSE interception to initially disabled capabilities
 2017-11-29 16:58 UTC  (9+ messages)
` [PATCH 1/3] KVM: Don't enable MWAIT in guest by default

Assist me for a joint business
 2017-11-29 16:46 UTC 

[PATCH kernel] vfio/spapr: Add trace points for map/unmap
 2017-11-29 16:44 UTC  (8+ messages)

[PATCH] KVM: arm/arm64: Avoid attempting to load timer vgic state without a vgic
 2017-11-29 16:30 UTC 

[PATCH v1 0/2] Additional single-step-cases
 2017-11-29 16:18 UTC  (2+ messages)

[Patch v5 6/7] KVM: Enabling guest page hinting via static key
 2017-11-29 15:45 UTC  (2+ messages)

[RFC PATCH v2 0/5] Add virtio-iommu driver
 2017-11-29 15:17 UTC  (5+ messages)
` [RFC PATCH v2 1/5] iommu: "
  ` [virtio-dev] "
` [RFC PATCH v2 4/5] ACPI/IORT: Support paravirtualized IOMMU
  ` [virtio-dev] "

[PATCH v5 0/8] Handle forwarded level-triggered interrupts
 2017-11-29 15:13 UTC  (5+ messages)
` [PATCH v5 6/8] KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQs
` [PATCH v5 7/8] KVM: arm/arm64: Provide a get_input_level for the arch timer

[PATCH v2] KVM: VMX: Fix vmx->nested freeing when no SMI handler
 2017-11-29 14:38 UTC  (2+ messages)

[PATCH v17 0/6] Virtio-balloon Enhancement
 2017-11-29 14:20 UTC  (4+ messages)
` [PATCH v17 2/6] radix tree test suite: add tests for xbitmap

[PATCH] kvm: Check for register_shrinker() failure
 2017-11-29 14:03 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).