public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-08-03 10:25:15 to 2017-08-07 16:44:05 UTC [more...]

[RFC PATCH v2 0/1] VM introspection
 2017-08-07 16:44 UTC  (29+ messages)
` [RFC PATCH v2 1/1] kvm: Add documentation and ABI/API header for "

[PATCH] KVM: arm64: add esr_el2 and far_el2 to sysreg
 2017-08-07 16:23 UTC  (3+ messages)

[PATCH v2 0/4] i386/kvm: advertise Hyper-V frequency MSRs
 2017-08-07 14:25 UTC  (9+ messages)
` [PATCH v2 1/4] i386/kvm: use a switch statement for MSR detection
` [PATCH v2 2/4] i386/kvm: set tsc_khz before configuring Hyper-V CPUID
` [PATCH v2 3/4] i386/kvm: introduce tsc_is_stable_and_known()
` [PATCH v2 4/4] i386/kvm: advertise Hyper-V frequency MSRs

[PATCH v2 0/3] KVM: x86: generalize guest cpuid helpers
 2017-08-07 14:16 UTC  (8+ messages)
` [PATCH v2 1/3] KVM: x86: X86_FEATURE_NRIPS is not scattered anymore
` [PATCH v2 2/3] KVM: x86: generalize guest_cpuid_has_ helpers
` [PATCH v2 3/3] KVM: x86: use general helpers for some cpuid manipulation

[PATCH -rt] kvm: lockdep annotate mmu_lock wait_lock
 2017-08-07 13:35 UTC  (2+ messages)

[PATCH 0/3] KVM: optimize the kvm_vcpu_on_spin
 2017-08-07 13:16 UTC  (11+ messages)
` [PATCH 1/3] KVM: add spinlock-exiting optimize framework
` [PATCH 2/3] KVM: X86: implement the logic for spinlock optimization
` [PATCH 3/3] KVM: implement spinlock optimization logic for arm/s390

Support SVM without PASID
 2017-08-07 12:52 UTC  (16+ messages)

[PATCH v1 0/2] KVM: nVMX: remove nested_get_page()
 2017-08-07 10:48 UTC  (12+ messages)
` [PATCH v1 1/2] KVM: nVMX: get rid of nested_get_page()
` [PATCH v1 2/2] KVM: nVMX: get rid of nested_release_page*

kvm_intel fails to load on Conroe CPUs running Linux 4.12
 2017-08-07  9:43 UTC  (4+ messages)

[RFC]Add new mdev interface for QoS
 2017-08-07  7:41 UTC  (12+ messages)

[RFC PATCH v5 0/5] vfio-pci: Add support for mmapping MSI-X table
 2017-08-07  7:25 UTC  (6+ messages)
  ` [RFC PATCH v5 1/5] iommu: Add capabilities to a group
` [RFC PATCH v5 2/5] iommu: Set IOMMU_GROUP_CAP_ISOLATE_MSIX if MSI controller enables IRQ remapping
` [RFC PATCH v5 3/5] iommu/intel/amd: Set IOMMU_GROUP_CAP_ISOLATE_MSIX if IRQ remapping is enabled
` [RFC PATCH v5 4/5] powerpc/iommu: Set IOMMU_GROUP_CAP_ISOLATE_MSIX
` [RFC PATCH v5 5/5] vfio-pci: Allow to expose MSI-X table to userspace when safe

[PATCH v13 0/5] Virtio-balloon Enhancement
 2017-08-07  6:58 UTC  (30+ messages)
` [PATCH v13 1/5] Introduce xbitmap
` [PATCH v13 3/5] virtio-balloon: VIRTIO_BALLOON_F_SG
` [PATCH v13 4/5] mm: support reporting free page blocks
` [PATCH v13 5/5] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_VQ

repost: af_packet vs virtio (was packed ring layout proposal v2)
 2017-08-07  4:16 UTC  (4+ messages)

[RFC Part1 PATCH v3 00/17] x86: Secure Encrypted Virtualization (AMD)
 2017-08-07  3:48 UTC  (3+ messages)
` [RFC Part1 PATCH v3 12/17] x86/mm: DMA support for SEV memory encryption

kvm and perfcounters
 2017-08-06  7:09 UTC 

[PATCH 00/15] ARM: add and use convenience macros for PC relative references
 2017-08-05 20:52 UTC  (16+ messages)
` [PATCH 01/15] ARM: assembler: introduce adr_l, ldr_l and str_l macros
` [PATCH 02/15] ARM: head-common.S: use PC-relative insn sequence for __proc_info
` [PATCH 03/15] ARM: head-common.S: use PC-relative insn sequence for __turn_mmu_on
` [PATCH 04/15] ARM: head.S: use PC-relative insn sequence for secondary_data
` [PATCH 05/15] ARM: head: use PC-relative insn sequence for __smp_alt
` [PATCH 06/15] ARM: sleep.S: use PC-relative insn sequence for sleep_save_sp/mpidr_hash
` [PATCH 07/15] ARM: head.S: use PC-relative insn sequences for __fixup_pv_table
` [PATCH 08/15] ARM: head.S: use PC relative insn sequence to calculate PHYS_OFFSET
` [PATCH 09/15] ARM: kvm: replace open coded VA->PA calculations with adr_l call
` [PATCH 10/15] arm-soc: exynos: replace open coded VA->PA conversions
` [PATCH 11/15] arm-soc: mvebu: replace open coded VA->PA conversion
` [PATCH 12/15] arm-soc: omap: replace open coded VA->PA calculations
` [PATCH 13/15] arm-soc: various: replace open coded VA->PA calculation of pen_release
` [PATCH 14/15] arm-soc: shmobile: replace open coded VA->PA calculation
` [PATCH 15/15] ARM: l2c: "

(unknown),
 2017-08-05 11:42 UTC 

KVM emulation failure with "movups" instruction
 2017-08-04 22:41 UTC  (2+ messages)

[PATCH] KVM: nVMX: Fix windows guest BSOD due to fail Intel FlexPriority
 2017-08-04 22:38 UTC 

[PATCH v7 0/3] Expose VMFUNC to the nested hypervisor
 2017-08-04 21:56 UTC  (8+ messages)
` [PATCH v7 1/3] KVM: vmx: Enable VMFUNCs
` [PATCH v7 2/3] KVM: nVMX: Enable VMFUNC for the L1 hypervisor
` [PATCH v7 3/3] KVM: nVMX: Emulate EPTP switching "

[PATCH RFC 0/2] KVM: x86: generalize guest cpuid helpers
 2017-08-04 20:48 UTC  (7+ messages)
` [PATCH RFC 1/2] KVM: x86: generalize guest_cpuid_has_ helpers

[GIT PULL] KVM fixes for v4.13-rc4
 2017-08-04 20:32 UTC 

[RFC] virtio-iommu version 0.4
 2017-08-04 18:19 UTC  (3+ messages)
` [RFC] virtio-iommu v0.4 - IOMMU Device
` [RFC] virtio-iommu v0.4 - Implementation notes

[kvm-unit-tests RFC 0/3] x86/pmu: Add AMD vPMU testing code
 2017-08-04 15:49 UTC  (9+ messages)
` [kvm-unit-tests RFC 1/3] x86/pmu: Move common x86 PMU definitions to pmu.h
` [kvm-unit-tests RFC 2/3] x86/pmu: Rename pmu.c code to intel_pmu.c
` [kvm-unit-tests RFC 3/3] x86/pmu: Create AMD PMU test code

[PATCH v2 0/3] x86: SVM: add additional SVM NPF error and use HW GPA
 2017-08-04 14:23 UTC  (12+ messages)
` [PATCH v2 1/3] kvm: svm: Add support for additional SVM NPF error codes

[PATCH 0/3] i386/kvm: advertise Hyper-V frequency MSRs
 2017-08-04 13:45 UTC  (7+ messages)
` [PATCH 1/3] i386/kvm: use a switch statement for MSR detection
` [PATCH 2/3] i386/kvm: set tsc_khz before configuring Hyper-V CPUID
` [PATCH 3/3] i386/kvm: advertise Hyper-V frequency MSRs

[PATCH v1 00/13] KVM x86/VMX cleanups
 2017-08-04 13:14 UTC  (14+ messages)
` [PATCH v1 01/13] KVM: x86: mmu: returning void in a void function is strange
` [PATCH v1 02/13] KVM: x86: mmu: use for_each_shadow_entry_lockless()
` [PATCH v1 03/13] KVM: x86: mmu: free_page can handle NULL
` [PATCH v1 04/13] KVM: x86: drop BUG_ON(vcpu->kvm)
` [PATCH v1 05/13] KVM: VMX: vmx_vcpu_setup() cannot fail
` [PATCH v1 06/13] KVM: x86: no need to inititalize vcpu members to 0
` [PATCH v1 07/13] KVM: VMX: drop enable_ept check from ept_sync_context()
` [PATCH v1 08/13] KVM: VMX: call ept_sync_global() with enable_ept only
` [PATCH v1 09/13] KVM: VMX: drop unnecessary function declarations
` [PATCH v1 10/13] KVM: nVMX: no need to set vcpu->cpu when switching vmcs
` [PATCH v1 11/13] KVM: VMX: cleanup init_rmode_identity_map()
` [PATCH v1 12/13] KVM: x86: document special identity map address value
` [PATCH v1 13/13] KVM: x86: allow setting identity map addr with no vcpus only

[PATCH 0/3] [RFC] KVM: Guest page hinting
 2017-08-04 11:59 UTC  (3+ messages)

[PATCH v3 00/59] irqchip: KVM: Add support for GICv4
 2017-08-04  7:44 UTC  (3+ messages)
` [PATCH v3 51/59] KVM: arm/arm64: GICv4: Add doorbell interrupt handling

[PATCH v2] KVM: nVMX: Fix attempting to emulate "Acknowledge interrupt on exit" when there is no interrupt which L1 requires to inject to L2
 2017-08-04  1:23 UTC  (3+ messages)

[GIT PULL] VFIO fixes for v4.13-rc4
 2017-08-03 21:44 UTC 

[PATCH v6 0/3] Expose VMFUNC to the nested hypervisor
 2017-08-03 19:55 UTC  (6+ messages)
` [PATCH 3/3] KVM: nVMX: Emulate EPTP switching for the L1 hypervisor

[PATCH v2 0/2] KVM: nVMX: remove nested_get_page()
 2017-08-03 17:55 UTC  (4+ messages)
` [PATCH v2 1/2] KVM: nVMX: get rid of nested_get_page()
` [PATCH v2 2/2] KVM: nVMX: get rid of nested_release_page*

[PATCH 0/4] KVM/ARM fixes for 4.13-rc4
 2017-08-03 17:44 UTC  (6+ messages)
` [PATCH 1/4] KVM: arm/arm64: Fix bug in advertising KVM_CAP_MSI_DEVID capability
` [PATCH 2/4] KVM: arm/arm64: PMU: Fix overflow interrupt injection
` [PATCH 3/4] KVM: arm/arm64: Handle hva aging while destroying the vm
` [PATCH 4/4] KVM: arm/arm64: vgic: Use READ_ONCE fo cmpxchg

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

[PULL 3/8] mips: Improve segment defs for KVM T&E guests
 2017-08-03 14:45 UTC  (2+ messages)
` [PULL 4/8] mips: Add KVM T&E segment support for TCG

[PATCH kvm-unit-tests] arm64: timer: Use correct counter for !pending_before
 2017-08-03 13:09 UTC  (2+ messages)

[PATCH v4 00/10] make L2's kvm-clock stable, get rid of pvclock_gtod_copy in KVM
 2017-08-03 12:35 UTC  (4+ messages)
` [PATCH v4 07/10] KVM: x86: remove not used pvclock_gtod_copy

[PATCH v3] KVM: nVMX: Fix attempting to emulate "Acknowledge interrupt on exit" when there is no interrupt which L1 requires to inject to L2
 2017-08-03 12:30 UTC  (4+ messages)

[PATCH v2 kvmtool 00/10] Add PCI passthrough support with VFIO
 2017-08-03 11:24 UTC  (12+ messages)
` [PATCH v2 kvmtool 06/10] Add PCI device passthrough using VFIO
` [PATCH v2 kvmtool 07/10] vfio-pci: add MSI-X support


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox