kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-17 20:30:01 to 2019-10-22 00:57:30 UTC [more...]

[PATCH] KVM: X86: Make fpu allocation a common function
 2019-10-22  0:57 UTC  (10+ messages)

[PATCH v2 00/15] KVM: Dynamically size memslot arrays
 2019-10-22  0:35 UTC  (16+ messages)
` [PATCH v2 01/15] KVM: Reinstall old memslots if arch preparation fails
` [PATCH v2 02/15] KVM: Don't free new memslot if allocation of said memslot fails
` [PATCH v2 03/15] KVM: PPC: Move memslot memory allocation into prepare_memory_region()
` [PATCH v2 04/15] KVM: x86: Allocate memslot resources during prepare_memory_region()
` [PATCH v2 05/15] KVM: Drop kvm_arch_create_memslot()
` [PATCH v2 06/15] KVM: Explicitly free allocated-but-unused dirty bitmap
` [PATCH v2 07/15] KVM: Refactor error handling for setting memory region
` [PATCH v2 08/15] KVM: Move setting of memslot into helper routine
` [PATCH v2 09/15] KVM: Move memslot deletion to helper function
` [PATCH v2 10/15] KVM: Simplify kvm_free_memslot() and all its descendents
` [PATCH v2 11/15] KVM: Clean up local variable usage in __kvm_set_memory_region()
` [PATCH v2 12/15] KVM: Provide common implementation for generic dirty log functions
` [PATCH v2 13/15] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
` [PATCH v2 14/15] KVM: Terminate memslot walks via used_slots
` [PATCH v2 15/15] KVM: Dynamically size memslot array based on number of used slots

[PATCH v2 00/16] x86/cpu: Clean up handling of VMX features
 2019-10-22  0:15 UTC  (18+ messages)
` [PATCH v2 01/16] x86/intel: Initialize IA32_FEATURE_CONTROL MSR at boot
` [PATCH v2 02/16] x86/mce: WARN once if IA32_FEATURE_CONTROL MSR is left unlocked
` [PATCH v2 03/16] x86/centaur: Use common IA32_FEATURE_CONTROL MSR initialization
` [PATCH v2 04/16] x86/zhaoxin: "
` [PATCH v2 05/16] KVM: VMX: Drop initialization of IA32_FEATURE_CONTROL MSR
` [PATCH v2 06/16] x86/cpu: Clear VMX feature flag if VMX is not fully enabled
` [PATCH v2 07/16] KVM: VMX: Use VMX feature flag to query BIOS enabling
` [PATCH v2 08/16] KVM: VMX: Check for full VMX support when verifying CPU compatibility
` [PATCH v2 09/16] x86/vmx: Introduce VMX_FEATURES_*
` [PATCH v2 10/16] x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUs
` [PATCH v2 11/16] x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*
` [PATCH v2 12/16] x86/cpufeatures: Drop synthetic VMX feature flags
` [PATCH v2 13/16] KVM: VMX: Use VMX_FEATURE_* flags to define VMCS control bits
` [PATCH v2 14/16] x86/cpufeatures: Clean up synthetic virtualization flags
` [PATCH v2 15/16] perf/x86: Provide stubs of KVM helpers for non-Intel CPUs
` [PATCH v2 16/16] KVM: VMX: Allow KVM_INTEL when building for Centaur and/or Zhaoxin CPUs

[PATCH v3 0/9] Add support for XSAVES to AMD and unify it with Intel
 2019-10-21 23:30 UTC  (10+ messages)
` [PATCH v3 1/9] KVM: x86: Introduce vcpu->arch.xsaves_enabled
` [PATCH v3 2/9] KVM: VMX: Fix conditions for guest IA32_XSS support
` [PATCH v3 3/9] KVM: x86: Remove unneeded kvm_vcpu variable, guest_xcr0_loaded
` [PATCH v3 4/9] KVM: SVM: Use wrmsr for switching between guest and host IA32_XSS on AMD
` [PATCH v3 5/9] KVM: VMX: Use wrmsr for switching between guest and host IA32_XSS on Intel
` [PATCH v3 6/9] KVM: x86: Move IA32_XSS-swapping on VM-entry/VM-exit to common x86 code
` [PATCH v3 7/9] kvm: x86: Move IA32_XSS to kvm_{get,set}_msr_common
` [PATCH v3 8/9] kvm: svm: Update svm_xsaves_supported
` [PATCH v3 9/9] kvm: tests: Add test to verify MSR_IA32_XSS

[PATCH] kvm-unit-test: nVMX: Test VM-entry MSR-load area
 2019-10-21 22:31 UTC 

[PATCH] KVM: Add separate helper for putting borrowed reference to kvm
 2019-10-21 22:58 UTC 

[kvm-unit-tests PATCH] x86/apic: Skip pv ipi test if hcall not available
 2019-10-21 22:50 UTC  (3+ messages)

[PATCH v7 00/10] arm64: Stolen time support
 2019-10-21 18:37 UTC  (12+ messages)
` [PATCH v7 01/10] KVM: arm64: Document PV-time interface
` [PATCH v7 02/10] KVM: arm/arm64: Factor out hypercall handling from PSCI code
` [PATCH v7 03/10] KVM: arm64: Implement PV_TIME_FEATURES call
` [PATCH v7 04/10] KVM: Implement kvm_put_guest()
` [PATCH v7 05/10] KVM: arm64: Support stolen time reporting via shared structure
` [PATCH v7 06/10] KVM: Allow kvm_device_ops to be const
` [PATCH v7 07/10] KVM: arm64: Provide VCPU attributes for stolen time
` [PATCH v7 08/10] arm/arm64: Provide a wrapper for SMCCC 1.1 calls
` [PATCH v7 09/10] arm/arm64: Make use of the SMCCC 1.1 wrapper
` [PATCH v7 10/10] arm64: Retrieve stolen time as paravirtualized guest

[PATCH] crypto: ccp - Retry SEV INIT command in case of integrity check failure
 2019-10-21 18:16 UTC  (3+ messages)

[PATCH v9 00/22] KVM RISC-V Support
 2019-10-21 17:31 UTC  (7+ messages)
` [PATCH v9 18/22] RISC-V: KVM: Simplify stage2 page table programming
` [PATCH v9 19/22] RISC-V: KVM: Remove per-CPU vsip_shadow variable
` [PATCH v9 20/22] RISC-V: KVM: Fix race-condition in kvm_riscv_vcpu_sync_interrupts()

[PATCH] kvm: clear kvmclock MSR on reset
 2019-10-21 17:19 UTC  (3+ messages)

[PATCH kvm-unit-tests] x86: realmode: use ARRAY_SIZE in test_long_jmp
 2019-10-21 17:17 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/2] realmode test fixes for clang
 2019-10-21 16:43 UTC  (12+ messages)
` [kvm-unit-tests PATCH 1/2] x86: realmode: explicitly copy structure to avoid memcpy
` [kvm-unit-tests PATCH 2/2] x86: realmode: use inline asm to get stack pointer
` [kvm-unit-tests v2 PATCH 0/2] realmode test fixes for clang
  ` [kvm-unit-tests v2 PATCH 2/2] x86: realmode: fix esp in call test

[RFC PATCH 0/2] Add virtual SDEI support for arm64
 2019-10-21 16:42 UTC  (5+ messages)
` [RFC PATCH 1/2] kvm/arm: add capability to forward hypercall to user space

[RFC 1/2] vhost: IFC VF hardware operation layer
 2019-10-21 16:31 UTC  (2+ messages)

KASAN: slab-out-of-bounds Read in handle_vmptrld
 2019-10-21 15:47 UTC  (2+ messages)

[kvm-unit-tests PATCH 1/2] Use a status enum for reporting pass/fail
 2019-10-21 15:33 UTC  (5+ messages)
` [kvm-unit-tests v2 PATCH 0/2] Clang compilation fixes
  ` [kvm-unit-tests v2 PATCH 2/2] x86: don't compare two global objects' addrs for inequality

[kvm-unit-tests PATCH] Switch the order of the parameters in report() and report_xfail()
 2019-10-21 15:30 UTC 

[PATCH v2 0/4] KVM: x86/vPMU: Efficiency optimization by reusing last created perf_event
 2019-10-21 15:28 UTC  (9+ messages)
` [PATCH v2 3/4] KVM: x86/vPMU: Reuse perf_event to avoid unnecessary pmc_reprogram_counter
` [PATCH v2 4/4] KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMC

[PATCH v6 00/10] arm64: Stolen time support
 2019-10-21 14:38 UTC  (23+ messages)
` [PATCH v6 01/10] KVM: arm64: Document PV-time interface
` [PATCH v6 05/10] KVM: arm64: Support stolen time reporting via shared structure
` [PATCH v6 07/10] KVM: arm64: Provide VCPU attributes for stolen time
` [PATCH v6 08/10] arm/arm64: Provide a wrapper for SMCCC 1.1 calls
` [PATCH v6 10/10] arm64: Retrieve stolen time as paravirtualized guest

[PATCH RFC 0/3] kcov: collect coverage from usb and vhost
 2019-10-21 13:53 UTC  (12+ messages)
` [PATCH RFC 1/3] kcov: remote coverage support
` [PATCH RFC 2/3] usb, kcov: collect coverage from hub_event
` [PATCH RFC 3/3] vhost, kcov: collect coverage from vhost_worker

[PATCH v9 00/17] x86/split_lock: Enable split lock detection
 2019-10-21 13:06 UTC  (37+ messages)
` [PATCH v9 09/17] x86/split_lock: Handle #AC exception for split lock
                          ` [RFD] x86/split_lock: Request to Intel

[PATCH v6 0/5] Add a unified parameter "nopvspin"
 2019-10-21 11:14 UTC  (4+ messages)
` [PATCH v6 3/5] x86/kvm: Add "nopvspin" parameter to disable PV spinlocks

[RFC 0/2] Intel IFC VF driver for vdpa
 2019-10-21 10:35 UTC  (16+ messages)
` [RFC 1/2] vhost: IFC VF hardware operation layer
` [RFC 2/2] vhost: IFC VF vdpa layer

[PATCH V4 0/6] mdev based hardware virtio offloading support
 2019-10-21 10:13 UTC  (26+ messages)
` [PATCH V4 1/6] mdev: class id support
` [PATCH V4 2/6] modpost: add support for mdev class id
` [PATCH V4 3/6] mdev: introduce device specific ops
` [PATCH V4 4/6] mdev: introduce virtio device and its device ops
` [PATCH V4 5/6] virtio: introduce a mdev based transport

[PATCH v2] KVM: remove redundant code in kvm_arch_vm_ioctl
 2019-10-21  8:59 UTC  (2+ messages)

[PATCH] KVM: remove redundant code in kvm_arch_vm_ioctl
 2019-10-21  8:56 UTC  (3+ messages)

[PATCH] KVM: remove redundant code in kvm_arch_vm_ioctl
 2019-10-21  8:39 UTC 

[PATCH v4 1/2] i386: Add Intel Processor Trace feature support
 2019-10-21  6:02 UTC  (6+ messages)
` [PATCH v4 2/2] i386: Add support to get/set/migrate Intel Processor Trace feature

[GIT PULL] Please pull my kvm-ppc-fixes-5.4-1 tag
 2019-10-21  4:19 UTC 

[PATCH v2 0/6] KVM: PPC: Book3S: HV: XIVE: Allocate less VPs in OPAL
 2019-10-21  4:06 UTC  (3+ messages)

Moving important files and dirs to fileserver
 2019-10-20 20:37 UTC 

[RFC patch 00/15] entry: Provide generic implementation for host and guest entry/exit work
 2019-10-20 11:49 UTC  (4+ messages)
` [RFC patch 01/15] entry: Provide generic syscall entry functionality

[GIT PULL] KVM/arm fixes for 5.4-rc5
 2019-10-20 10:11 UTC  (5+ messages)
` [PATCH 1/4] KVM: arm64: pmu: Fix cycle counter truncation
` [PATCH 2/4] arm64: KVM: Handle PMCR_EL0.LC as RES1 on pure AArch64 systems
` [PATCH 3/4] KVM: arm64: pmu: Set the CHAINED attribute before creating the in-kernel event
` [PATCH 4/4] KVM: arm64: pmu: Reset sample period on overflow handling

[PATCH v3 0/4] Minor cleanup and refactor about vmcs
 2019-10-20  9:11 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: VMX: Write VPID to vmcs when creating vcpu
` [PATCH v3 2/4] KVM: VMX: Remove vmx->hv_deadline_tsc initialization from vmx_vcpu_setup()
` [PATCH v3 3/4] KVM: VMX: Initialize vmx->guest_msrs[] right after allocation
` [PATCH v3 4/4] KVM: VMX: Rename {vmx,nested_vmx}_vcpu_setup()

[PATCH v2 0/5] arm64: KVM: Add workaround for errata 1319367 and 1319537
 2019-10-19  9:55 UTC  (6+ messages)
` [PATCH v2 1/5] arm64: Add ARM64_WORKAROUND_1319367 for all A57 and A72 versions
` [PATCH v2 2/5] arm64: KVM: Reorder system register restoration and stage-2 activation
` [PATCH v2 3/5] arm64: KVM: Disable EL1 PTW when invalidating S2 TLBs
` [PATCH v2 4/5] arm64: KVM: Prevent speculative S1 PTW when restoring vcpu context
` [PATCH v2 5/5] arm64: Enable and document ARM errata 1319367 and 1319537

[PATCH v2 0/3] KVM: VMX: Some refactor of VMX vmcs and msr bitmap
 2019-10-19  1:28 UTC  (12+ messages)
` [PATCH v2 1/3] KVM: VMX: Move vmcs related resetting out of vmx_vcpu_reset()
` [PATCH v2 2/3] KVM: VMX: Rename {vmx,nested_vmx}_vcpu_setup() and minor cleanup
` [PATCH v2 3/3] KVM: VMX: Some minor refactor of MSR bitmap

[PATCH v2] KVM: nVMX: Fix attempting to emulate "Acknowledge interrupt on exit" when there is no interrupt which L1 requires to inject to L2
 2019-10-18 21:12 UTC  (4+ messages)

[PATCH net 0/2] vsock/virtio: make the credit mechanism more robust
 2019-10-18 17:20 UTC  (2+ messages)

[Bug 205247] New: Kernel panic in network code when booting Windows 10 kvm guest
 2019-10-18 16:13 UTC 

[PATCH] vfio/type1: Initialize resv_msi_base
 2019-10-18 14:57 UTC  (2+ messages)

[RFC PATCH 00/28] kvm: mmu: Rework the x86 TDP direct mapped case
 2019-10-18 13:42 UTC  (3+ messages)

[PATCH 00/32] hw/i386/pc: Split PIIX3 southbridge from i440FX northbridge
 2019-10-18 10:13 UTC  (3+ messages)
` [PATCH 26/32] hw/pci-host/piix: Move RCR_IOPORT register definition

[PATCH v2] KVM: SVM: Fix potential wrong physical id in avic_handle_ldr_update
 2019-10-18  2:50 UTC 

[PATCH v7 0/7] Introduce support for Guest CET feature
 2019-10-18  1:58 UTC  (18+ messages)
` [PATCH v7 1/7] KVM: CPUID: Fix IA32_XSS support in CPUID(0xd,i) enumeration
` [PATCH v7 3/7] KVM: VMX: Pass through CET related MSRs to Guest
` [PATCH v7 5/7] kvm: x86: Add CET CR4 bit and XSS support
` [PATCH v7 7/7] KVM: x86: Add user-space access interface for CET MSRs

[PATCH RESEND v6 0/2] x86: Enable user wait instructions
 2019-10-18  1:00 UTC  (4+ messages)
` [PATCH RESEND v6 1/2] x86/cpu: Add support for UMONITOR/UMWAIT/TPAUSE

PROBLEM: Regression of MMU causing guest VM application errors
 2019-10-17 23:57 UTC  (4+ 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).