kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-21 18:37:31 to 2017-08-24 16:02:37 UTC [more...]

[PATCH v7 0/4] Raise #UD and disable execution controls for more CPUID bits
 2017-08-24 16:02 UTC  (11+ messages)
` [PATCH 1/4] KVM: VMX: cache secondary exec controls
` [PATCH 2/4] kvm: vmx: Raise #UD on unsupported RDRAND
` [PATCH 3/4] kvm: vmx: Raise #UD on unsupported RDSEED
` [PATCH 4/4] kvm: vmx: Raise #UD on unsupported XSAVES/XRSTORS

[PATCH] KVM: MMU: speedup update_permission_bitmask
 2017-08-24 15:56 UTC 

[PATCH v3 0/5] KVM: MMU: 5 level EPT/shadow support
 2017-08-24 15:50 UTC  (12+ messages)
` [PATCH v3 1/5] KVM: x86: Add return value to kvm_cpuid()
` [PATCH v3 2/5] KVM: MMU: check guest CR3 reserved bits based on its physical address width
` [PATCH v3 3/5] KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL
` [PATCH v3 4/5] KVM: MMU: Add 5 level EPT & Shadow page table support
` [PATCH v3 5/5] KVM: MMU: Expose the LA57 feature to VM

[PATCH v2 0/8] ARM/ARM64 Direct EOI setup for VFIO platform interrupts
 2017-08-24 14:56 UTC  (19+ messages)
` [PATCH v2 4/8] KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq
` [PATCH v2 5/8] KVM: arm/arm64: vgic: Handle mapped level sensitive SPIs
` [PATCH v2 6/8] KVM: arm/arm64: vgic: Implement forwarding setting

[PATCH kvm-unit-tests] x86: vmx: test RDRAND and RDSEED
 2017-08-24 13:21 UTC 

[PATCH v11 0/6] Add RAS virtualization support for armv8 SEA and SEI
 2017-08-24 13:04 UTC  (7+ messages)
` [PATCH v11 1/6] ACPI: add APEI/HEST/CPER structures and macros
` [PATCH v11 2/6] ACPI: Add APEI GHES Table Generation support
` [PATCH v11 3/6] ACPI: build and enable APEI GHES in the Makefile and configuration

[PATCH really v2] KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()
 2017-08-24 11:15 UTC  (2+ messages)

[PATCH v4 1/4] KVM: VMX: use kvm_event_needs_reinjection
 2017-08-24 11:36 UTC  (5+ messages)
` [PATCH v4 2/4] KVM: X86: Fix loss of exception which has not yet injected
` [PATCH v4 3/4] KVM: VMX: Move the nested_vmx_inject_exception_vmexit call from nested_vmx_check_exception to vmx_queue_exception
` [PATCH v4 4/4] KVM: nVMX: Fix trying to cancel vmlauch/vmresume

[PATCH 0/2] KVM, pkeys: fix handling of PKRU across migration
 2017-08-24 10:14 UTC  (7+ messages)
` [PATCH 1/2] KVM: x86: simplify handling of PKRU
` [PATCH 2/2] KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.state

[PATCH 0/3] KVM, pkeys: fix handling of PKRU across migration
 2017-08-24 10:12 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86: block guest protection keys unless the host has them enabled
` [PATCH 2/3] KVM: x86: simplify handling of PKRU
` [PATCH 3/3] KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.state

[PATCH v3 1/4] KVM: VMX: use kvm_event_needs_reinjection
 2017-08-24  9:47 UTC  (11+ messages)
` [PATCH v3 2/4] KVM: X86: Fix loss of exception which has not yet injected
` [PATCH v3 3/4] KVM: VMX: Move the nested_vmx_inject_exception_vmexit call from nested_vmx_check_exception to vmx_queue_exception
` [PATCH v3 4/4] KVM: nVMX: Fix trying to cancel vmlauch/vmresume

[PATCH v2] KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()
 2017-08-24  9:13 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()
 2017-08-24  8:14 UTC  (4+ messages)

[PATCH v4 00/10] make L2's kvm-clock stable, get rid of pvclock_gtod_copy in KVM
 2017-08-24  8:00 UTC  (9+ messages)

kvm splat in mmu_spte_clear_track_bits
 2017-08-24  7:43 UTC  (7+ messages)

[PATCH v2 1/2] KVM: VMX: use kvm_event_needs_reinjection
 2017-08-24  4:30 UTC  (4+ messages)
` [PATCH v2 2/2] KVM: X86: Fix loss of exception which has not yet injected

[PATCH] fix memory leak on kvm_vm_ioctl_create_spapr_tce
 2017-08-24  1:06 UTC  (9+ messages)
    `  "
      `  "
          ` 答复: "

[PATCH v3] kvm: vmx: Raise #UD on unsupported RDSEED
 2017-08-23 23:32 UTC  (10+ messages)
` [PATCH v5] "
      ` [PATCH v6 1/2] "
        ` [PATCH v6 2/2] kvm: vmx: Raise #UD on unsupported RDRAND

[RFC PATCH 0/4] KVM: x86: allow overwriting L2 reinjected exception with L1 vmexit
 2017-08-23 21:47 UTC  (7+ messages)
` [PATCH 1/4] KVM: nVMX: move vmentry tasks from prepare_vmcs12 to enter_vmx_non_root_mode
` [PATCH 2/4] KVM: nVMX: fill nested IDT-vectored event info on all L2->L0 exits
` [PATCH 3/4] KVM: x86: pass struct kvm_queued_exception to kvm_multiple_exception
` [PATCH 4/4] KVM: x86: allow overwriting L2 reinjected exception with L1 vmexit

[PATCH] kvm: vmx: Raise #UD on unsupported RDRAND
 2017-08-23 21:39 UTC 

mmu_spte_clear_track_bits warning applies to 4.12 as well
 2017-08-23 20:55 UTC  (2+ messages)

[PATCH] vfio: platform: constify amba_id
 2017-08-23 17:17 UTC 

[PATCH v2 0/2] KVM: SVM: Virtual GIF
 2017-08-23 16:37 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: SVM: Add Virtual GIF feature definition
` [PATCH v2 2/2] KVM: SVM: Enable Virtual GIF feature

[RFC Part1 PATCH v3 00/17] x86: Secure Encrypted Virtualization (AMD)
 2017-08-23 15:30 UTC  (10+ messages)
` [RFC Part1 PATCH v3 13/17] x86/io: Unroll string I/O when SEV is active
` [RFC Part1 PATCH v3 14/17] x86/boot: Add early boot support when running with SEV active

Call for Outreachy Dec-Mar mentors & project ideas
 2017-08-23 15:26 UTC 

[RFC] virtio-iommu version 0.4
 2017-08-23 13:55 UTC  (3+ messages)

KVM call for agenda for 2017-08-29
 2017-08-23 11:29 UTC 

[PATCH 1/2] KVM: VMX: use kvm_event_needs_reinjection
 2017-08-23 10:16 UTC  (3+ messages)
` [PATCH 2/2] KVM: X86: Fix loss of exception which has not yet injected

[PATCH v2 0/3] Workaround for bus reset on Cavium cn8xxx root ports
 2017-08-23  8:06 UTC  (8+ messages)
` [PATCH v2 3/3] vfio/pci: Don't probe devices that can't be reset

[PATCH v2] KVM: nVMX: Fix trying to cancel vmlauch/vmresume
 2017-08-23  7:26 UTC  (7+ messages)

[PATCH v3] KVM: nVMX: Fix trying to cancel vmlauch/vmresume
 2017-08-23  7:13 UTC  (4+ messages)

[Bug 196685] New: System becomes unresponsive after intel_iommu kernel error
 2017-08-23  7:04 UTC  (5+ messages)
` [Bug 196685] "

[PATCH] KVM: arm/arm64: vgic: constify seq_operations and file_operations
 2017-08-23  6:55 UTC 

Flood of warnings when using kvm on 4.13-rc6
 2017-08-23  6:40 UTC  (2+ messages)

[RFC 0/3] virtio-iommu: a paravirtualized IOMMU
 2017-08-23  2:23 UTC  (11+ messages)
` [RFC 2/3] virtio-iommu: device probing and operations

[PATCH v5 0/7] Add RAS virtualization support to SEA/SEI notification type
 2017-08-23  2:01 UTC  (15+ messages)
` [PATCH v5 1/7] arm64: cpufeature: Detect CPU RAS Extentions
` [PATCH v5 3/7] acpi: apei: Add SEI notification type support for ARMv8
` [PATCH v5 4/7] support user space to query RAS extension feature
` [PATCH v5 6/7] KVM: arm64: Allow get exception information from userspace
` [PATCH v5 7/7] arm64: kvm: handle SEI notification and inject virtual SError

[Bug 196717] New: CPU: 0 PID: 5405 at arch/x86/kvm/mmu.c:717 mmu_spte_clear_track_bits+0xe7/0x100
 2017-08-23  1:39 UTC  (7+ messages)
` [Bug 196717] "

[PATCH v5] FlexRM support in VFIO platform
 2017-08-22 18:47 UTC  (3+ messages)
  ` [PATCH v5] vfio: platform: reset: Add Broadcom FlexRM reset module

[PATCH] virt/lib avoids oops by adding parameter checking
 2017-08-22 17:16 UTC  (3+ messages)

[PATCH] MAINTAINERS: update mail address for NVDIMM
 2017-08-22 16:47 UTC  (5+ messages)
` [Qemu-devel] "

[PATCH] fix memory leak on kvm_vm_ioctl_get_htab_fd
 2017-08-22 15:51 UTC  (2+ messages)

[PATCH] vhost: fix end of range for access_ok
 2017-08-22 14:49 UTC  (2+ messages)

[PATCH RFC v3 0/9] KVM: allow dynamic kvm->vcpus array
 2017-08-22 14:18 UTC  (17+ messages)
` [PATCH RFC v3 1/9] KVM: s390: optimize detection of started vcpus
` [PATCH RFC v3 2/9] KVM: arm/arm64: fix vcpu self-detection in vgic_v3_dispatch_sgi()
` [PATCH RFC v3 3/9] KVM: remember position in kvm->vcpus array
` [PATCH RFC v3 4/9] KVM: arm/arm64: use locking helpers in kvm_vgic_create()
` [PATCH RFC v3 5/9] KVM: remove unused __KVM_HAVE_ARCH_VM_ALLOC
` [PATCH RFC v3 6/9] KVM: rework kvm_vcpu_on_spin loop
` [PATCH RFC v3 7/9] KVM: add kvm_free_vcpus and kvm_arch_free_vcpus
` [PATCH RFC v3 8/9] KVM: implement kvm_for_each_vcpu with a list
` [PATCH RFC v3 9/9] KVM: split kvm->vcpus into chunks

[PATCH 1/2] vhost: remove the possible fruitless search on iotlb prefetch
 2017-08-22 14:09 UTC  (3+ messages)

[PATCH] virt/kvm avoids oops by adding parameter checking
 2017-08-22 13:37 UTC  (2+ messages)

[PATCH v2 kvmtool 00/10] Add PCI passthrough support with VFIO
 2017-08-22 11:25 UTC  (4+ messages)
` [PATCH v2 kvmtool 07/10] vfio-pci: add MSI-X support

[Bug 195813] New: intel gvt/kvmgt: BUG: unable to handle kernel NULL pointer dereference at (null)
 2017-08-22  9:32 UTC  (2+ messages)
` [Bug 195813] "

[Bug 196161] New: Kernel freezes by starting a kvm vm
 2017-08-22  1:37 UTC  (2+ messages)
` [Bug 196161] Kernel freezes when using AVAST under nested virtualization

[PATCH v14 0/5] Virtio-balloon Enhancement
 2017-08-21 20:22 UTC  (5+ messages)
` [PATCH v14 3/5] virtio-balloon: VIRTIO_BALLOON_F_SG

[PATCH] kvm: vmx: Raise #UD on unsupported RDSEED
 2017-08-21 19:16 UTC  (7+ messages)
          ` [PATCH v4] "


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).