kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-03 19:42:21 to 2017-08-08 12:48:45 UTC [more...]

[RFC]Add new mdev interface for QoS
 2017-08-08 12:48 UTC  (14+ messages)

[PATCH v2 0/4] KVM: optimize the kvm_vcpu_on_spin
 2017-08-08 11:50 UTC  (24+ messages)
` [PATCH v2 1/4] KVM: add spinlock optimization framework
` [PATCH v2 2/4] KVM: X86: implement the logic for spinlock optimization
` [PATCH v2 3/4] KVM: s390: implements the kvm_arch_vcpu_in_kernel()
` [PATCH v2 4/4] KVM: arm: "

[PATCH] KVM: X86: expand ->arch.apic_arb_prio to u64
 2017-08-08 11:37 UTC 

[PATCH] KVM: SVM: Limit PFERR_NESTED_GUEST_PAGE error_code check to L1 guest
 2017-08-08 10:06 UTC  (2+ messages)

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

[PATCH] arm64: KVM: Reject non-compliant HVC calls from guest kernel
 2017-08-08  7:52 UTC  (3+ messages)

[PATCH v13 0/5] Virtio-balloon Enhancement
 2017-08-08  6:34 UTC  (21+ messages)
` [PATCH v13 1/5] Introduce xbitmap
` [PATCH v13 4/5] mm: support reporting free page blocks
      `  "

Support SVM without PASID
 2017-08-08  0:51 UTC  (17+ messages)

[PATCH v2] KVM: arm64: pass vcpu esr_el2 and far_el2 sysre to user space
 2017-08-07 23:53 UTC  (3+ messages)

KVM emulation failure with "movups" instruction
 2017-08-07 22:00 UTC  (5+ messages)

[PATCH] KVM: arm64: add esr_el2 and far_el2 to sysreg
 2017-08-07 18:59 UTC  (7+ messages)

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

[CFP] VFIO/IOMMU/PCI microconference at LPC 2017
 2017-08-07 18:01 UTC 

[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 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

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

[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

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 

[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  (6+ 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  (5+ messages)
` [PATCH 3/3] KVM: nVMX: Emulate EPTP switching for the L1 hypervisor


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