kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-30 17:00:44 to 2017-12-04 20:35:38 UTC [more...]

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

[Bug 197861] New: Shutting down a VM with Kernel 4.14 will sometime hang and a reboot is the only way to recover
 2017-12-04 20:33 UTC  (2+ messages)
` [Bug 197861] "

[PATCH v6 0/8] Handle forwarded level-triggered interrupts
 2017-12-04 20:05 UTC  (9+ messages)
` [PATCH v6 1/8] KVM: arm/arm64: Remove redundant preemptible checks
` [PATCH v6 2/8] KVM: arm/arm64: Factor out functionality to get vgic mmio requester_vcpu
` [PATCH v6 3/8] KVM: arm/arm64: Don't cache the timer IRQ level
` [PATCH v6 4/8] KVM: arm/arm64: vgic: Support level-triggered mapped interrupts
` [PATCH v6 5/8] KVM: arm/arm64: Support a vgic interrupt line level sample function
` [PATCH v6 6/8] KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQs
` [PATCH v6 7/8] KVM: arm/arm64: Provide a get_input_level for the arch timer
` [PATCH v6 8/8] KVM: arm/arm64: Avoid work when userspace iqchips are not used

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

[PATCH v5 0/8] Handle forwarded level-triggered interrupts
 2017-12-04 19:31 UTC  (11+ messages)
` [PATCH v5 1/8] KVM: arm/arm64: Remove redundant preemptible checks
` [PATCH v5 2/8] KVM: arm/arm64: Factor out functionality to get vgic mmio requester_vcpu
` [PATCH v5 3/8] KVM: arm/arm64: Don't cache the timer IRQ level
` [PATCH v5 6/8] KVM: arm/arm64: Support VGIC dist pend/active changes for mapped IRQs

[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-12-04 19:28 UTC  (8+ messages)
` [Bug 197951] "

[PATCH 0/2] x86:kvm:hyperv: guest->host event signaling via eventfd
 2017-12-04 19:00 UTC  (3+ messages)
` [PATCH 1/2] x86:kvm:hyperv: factor out kvm.arch.hyperv (de)init
` [PATCH 2/2] x86:kvm:hyperv: guest->host event signaling via eventfd

[PATCH 1/2] KVM: VMX: remove I/O port 0x80 bypass on Intel hosts
 2017-12-04 18:34 UTC  (7+ messages)
` [PATCH 2/2] KVM: VMX: Use just one page for I/O permission bitmaps

[PATCH v2 0/2] Fix use after free in HPT resizing code and related minor improvements
 2017-12-04 15:02 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: PPC: Book3S HV: Drop prepare_done from struct kvm_resize_hpt and cleanups
` [PATCH v2 2/2] KVM: PPC: Book3S HV: Fix use after free in case of multiple resize requests

[RFC v2 PATCH] ksm: add offset arg to memcmp_pages() to speedup comparing
 2017-12-04 14:55 UTC  (2+ messages)

[PULL 00/19] KVM/ARM Fixes for v4.15
 2017-12-04 14:28 UTC  (2+ messages)

[RFC PATCH v3 0/1] VM introspection
 2017-12-04 14:09 UTC  (3+ messages)

[PULL 00/19] KVM/ARM Fixes for v4.15
 2017-12-04 14:03 UTC  (20+ messages)
` [PULL 01/19] KVM: arm/arm64: Don't enable/disable physical timer access on VHE
` [PULL 02/19] KVM: arm/arm64: VGIC: extend !vgic_is_initialized guard
` [PULL 03/19] KVM: arm/arm64: vgic-irqfd: Fix MSI entry allocation
` [PULL 04/19] KVM: arm/arm64: vgic: Preserve the revious read from the pending table
` [PULL 05/19] KVM: arm/arm64: vgic-its: "
` [PULL 06/19] KVM: arm/arm64: vgic-its: Check result of allocation before use
` [PULL 07/19] KVM: arm/arm64: vgic-v4: Only perform an unmap for valid vLPIs
` [PULL 08/19] arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-one
` [PULL 09/19] arm: KVM: Fix "
` [PULL 10/19] KVM: arm/arm64: debug: Introduce helper for single-step
` [PULL 11/19] kvm: arm64: handle single-stepping trapped instructions
` [PULL 12/19] kvm: arm64: handle single-step of userspace mmio instructions
` [PULL 13/19] kvm: arm64: handle single-step during SError exceptions
` [PULL 14/19] kvm: arm64: handle single-step of hyp emulated mmio instructions
` [PULL 15/19] KVM: arm/arm64: Avoid attempting to load timer vgic state without a vgic
` [PULL 16/19] kvm: arm: don't treat unavailable HYP mode as an error
` [PULL 17/19] KVM: arm/arm64: Fix spinlock acquisition in vgic_set_owner
` [PULL 18/19] KVM: arm/arm64: kvm_arch_destroy_vm cleanups
` [PULL 19/19] KVM: arm/arm64: Fix broken GICH_ELRSR big endian conversion

[PULL] vhost: cleanups and fixes
 2017-12-04 13:25 UTC 

Using KVM from a process inside a Docker container
 2017-12-04 13:16 UTC  (4+ messages)

[PATCH] vfio/iommu_type1: report the IOMMU aperture info
 2017-12-04 12:36 UTC  (13+ messages)

[PATCH v13 00/12] Add ARMv8 RAS virtualization support in QEMU
 2017-12-04 12:15 UTC 

VFIO on ARM64
 2017-12-04 11:12 UTC  (5+ messages)
      ` Invalidation in SMMU v3

CFP deadline extended for FOSDEM18 Virt & IaaS Devroom
 2017-12-04 10:57 UTC 

[PATCH] KVM: x86: MMU: make array audit_point_name static
 2017-12-04 10:41 UTC  (2+ messages)

[PATCH 00/37] Optimize KVM/ARM for VHE systems
 2017-12-04 10:05 UTC  (54+ messages)
` [PATCH 08/37] KVM: arm64: Defer restoring host VFP state to vcpu_put
` [PATCH 09/37] KVM: arm64: Move debug dirty flag calculation out of world switch
` [PATCH 10/37] KVM: arm64: Slightly improve debug save/restore functions
` [PATCH 11/37] KVM: arm64: Improve debug register save/restore flow
` [PATCH 13/37] KVM: arm64: Introduce VHE-specific kvm_vcpu_run
` [PATCH 15/37] KVM: arm64: Don't deactivate VM on VHE systems
` [PATCH 16/37] KVM: arm64: Remove noop calls to timer save/restore from VHE switch
` [PATCH 17/37] KVM: arm64: Move userspace system registers into separate function
` [PATCH 20/37] KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions
` [PATCH 21/37] KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems
` [PATCH 23/37] KVM: arm64: Prepare to handle traps on deferred VM sysregs
` [PATCH 24/37] KVM: arm64: Prepare to handle traps on deferred EL0 sysregs
` [PATCH 25/37] KVM: arm64: Prepare to handle traps on remaining deferred EL1 sysregs
` [PATCH 26/37] KVM: arm64: Prepare to handle traps on deferred AArch32 sysregs
` [PATCH 37/37] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs

[PATCH] KVM: arm/arm64: Fix broken GICH_ELRSR big endian conversion
 2017-12-04 10:05 UTC  (2+ messages)

[PATCH] KVM: x86: Add emulation of MSR_SMI_COUNT
 2017-12-04  9:32 UTC  (4+ messages)

KVM_CREATE_VCPU fails on mapping more than 67 pages of host memory into guest
 2017-12-04  9:20 UTC  (2+ messages)

[PATCH] KVM: VMX: fix page leak in hardware_setup()
 2017-12-04  9:09 UTC  (3+ messages)

[PATCH RFC 0/6] x86/kvm/hyperv: stable clocksorce for L2 guests when running nested KVM on Hyper-V
 2017-12-04  9:08 UTC  (12+ 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-04  5:39 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 10/10] virtio-balloon: don't report free pages when page poisoning is enabled

[PATCH] x86,kvm: move qemu/guest FPU switching out to vcpu_run
 2017-12-04  2:15 UTC  (2+ messages)

[PATCH v3 0/9] Intel Processor Trace virtulization enabling
 2017-12-04  1:21 UTC  (6+ messages)
` [PATCH v3 7/9] KVM: x86: Implement Intel Processor Trace MSRs read/write

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

WARNING in kvm_arch_vcpu_ioctl_run (2)
 2017-12-03 16:38 UTC  (5+ messages)

WARNING: CPU: 0 PID: 12216 at arch/x86/kernel/fpu/core.c:47 kernel_fpu_disable+0x3f/0x50
 2017-12-02 16:18 UTC  (3+ messages)

[RFC 00/19] KVM: s390/crypto/vfio: guest dedicated crypto adapters
 2017-12-02  1:30 UTC  (8+ messages)
` [RFC 19/19] s390/facilities: enable AP facilities needed by guest

[PATCH v2] KVM: nVMX/nSVM: Don't intercept #UD when running L2
 2017-12-02  0:27 UTC  (5+ messages)

[PATCH v2 0/8] KVM: Fix multiple issues in handling pending/injected events
 2017-12-02  0:19 UTC  (4+ messages)
` [PATCH v2 1/8] KVM: VMX: No need to clear pending NMI/interrupt on inject realmode interrupt

[PATCH tip/core/rcu 21/21] drivers/vhost: Remove now-redundant read_barrier_depends()
 2017-12-01 19:51 UTC 

[PATCH v2 0/4] Support Perf Extension on AMD KVM guests
 2017-12-01 19:30 UTC  (10+ messages)
` [PATCH v2 3/4] Add support for AMD Core Perf Extension in guest

[Patch v6 0/7] KVM: Guest page hinting
 2017-12-01 17:32 UTC  (9+ 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 v6 7/7] KVM: Disabling page poisoning to avoid memory corruption errors
` [QEMU PATCH] kvm: Support for guest page hinting

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

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

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

[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  (10+ 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  (4+ messages)
` [PATCH v7 2/4] "

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

[RFC PATCH kernel] vfio-pci: Allow write combining
 2017-11-30 20:06 UTC  (12+ 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).