kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-02 18:54:42 to 2019-10-06 16:08:27 UTC [more...]

[PATCH v2 0/3] KVM: x86: fixes for speculation bug feature reporting
 2019-10-06 16:08 UTC  (4+ messages)
` [PATCH 2/3] KVM: x86: always expose VIRT_SSBD to guests

[PATCH 0/3] KVM: arm64: Assorted PMU emulation fixes
 2019-10-06 10:46 UTC  (4+ messages)
` [PATCH 1/3] KVM: arm64: pmu: Fix cycle counter truncation
` [PATCH 2/3] arm64: KVM: Handle PMCR_EL0.LC as RES1 on pure AArch64 systems
` [PATCH 3/3] KVM: arm64: pmu: Reset sample period on overflow handling

[PATCH v4 0/4] Add a unified parameter "nopvspin"
 2019-10-06  7:52 UTC  (10+ messages)
` [PATCH v4 1/4] x86/kvm: Add "nopvspin" parameter to disable PV spinlocks
` [PATCH v4 2/4] x86/kvm: Change print code to use pr_*() format
` [PATCH v4 3/4] xen: Mark "xen_nopvspin" parameter obsolete
` [PATCH v4 4/4] x86/hyperv: Mark "hv_nopvspin" "

[PATCH tip/core/rcu 2/9] x86/kvm/pmu: Replace rcu_swap_protected() with rcu_replace()
 2019-10-05 16:11 UTC  (3+ messages)

[PATCH] powerpc: Fix up RTAS invocation for new qemu versions
 2019-10-05  8:11 UTC  (3+ messages)

[RFC PATCH 00/13] XOM for KVM guest userspace
 2019-10-05  1:33 UTC  (28+ messages)
` [RFC PATCH 01/13] kvm: Enable MTRR to work with GFNs with perm bits
` [RFC PATCH 02/13] kvm: Add support for X86_FEATURE_KVM_XO
` [RFC PATCH 03/13] kvm: Add XO memslot type
` [RFC PATCH 04/13] kvm, vmx: Add support for gva exit qualification
` [RFC PATCH 05/13] kvm: Add #PF injection for KVM XO
` [RFC PATCH 06/13] kvm: Add KVM_CAP_EXECONLY_MEM
` [RFC PATCH 07/13] kvm: Add docs for KVM_CAP_EXECONLY_MEM
` [RFC PATCH 08/13] x86/boot: Rename USE_EARLY_PGTABLE_L5
` [RFC PATCH 09/13] x86/cpufeature: Add detection of KVM XO
` [RFC PATCH 10/13] x86/mm: Add NR page bit for "
` [RFC PATCH 11/13] x86, ptdump: Add NR bit to page table dump
` [RFC PATCH 12/13] mmap: Add XO support for KVM XO
` [RFC PATCH 13/13] x86/Kconfig: Add Kconfig for KVM based XO

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

[PATCH v2] x86/hyperv: make vapic support x2apic mode
 2019-10-04 22:33 UTC  (6+ messages)

[PATCH v5 0/9] Enable Sub-page Write Protection Support
 2019-10-04 21:02 UTC  (4+ messages)
` [PATCH v5 2/9] vmx: spp: Add control flags for Sub-Page Protection(SPP)

[PATCH] kvm: x86: Expose RDPID in KVM_GET_SUPPORTED_CPUID
 2019-10-04 20:22 UTC 

[GIT PULL] KVM fixes for Linux 5.4-rc2
 2019-10-04 18:25 UTC  (2+ messages)

[PATCH] KVM: nVMX: Don't leak L1 MMIO regions to L2
 2019-10-04 17:52 UTC 

[kvm-unit-tests PATCH] x86: Skip APIC-access address tests beyond mapped RAM
 2019-10-04 17:49 UTC  (2+ messages)

[PATCH 0/5] SEV fixes and performance enhancements
 2019-10-04 17:25 UTC  (7+ messages)
` [PATCH 1/5] KVM: SVM: Serialize access to the SEV ASID bitmap
` [PATCH 2/5] KVM: SVM: Guard against DEACTIVATE when performing WBINVD/DF_FLUSH
` [PATCH 3/5] KVM: SVM: Remove unneeded WBINVD and DF_FLUSH when starting SEV guests
` [PATCH 4/5] KVM: SVM: Convert DEACTIVATE mutex to read/write semaphore
` [PATCH 5/5] KVM: SVM: Reduce WBINVD/DF_FLUSH invocations

[kvm-unit-tests PATCH v2 0/6] arm: Use stable test output lines
 2019-10-04 16:51 UTC  (9+ messages)
` [kvm-unit-tests PATCH v2 1/6] arm: gic: check_acked: add test description
` [kvm-unit-tests PATCH v2 2/6] arm: gic: Split variable output data from test name
` [kvm-unit-tests PATCH v2 3/6] arm: timer: "
` [kvm-unit-tests PATCH v2 4/6] arm: selftest: "
` [kvm-unit-tests PATCH v2 5/6] arm: selftest: Make MPIDR output stable
` [kvm-unit-tests PATCH v2 6/6] arm: Add missing test name prefix calls

[PATCH] KVM: arm64: pmu: Fix cycle counter truncation on counter stop
 2019-10-04 15:06 UTC  (6+ messages)

Not able to create snapshot
 2019-10-04 11:47 UTC 

DANGER WILL ROBINSON, DANGER
 2019-10-04 11:46 UTC  (20+ messages)

[PATCH v5 00/10] arm64: Stolen time support
 2019-10-04  9:51 UTC  (13+ messages)
` [PATCH v5 01/10] KVM: arm64: Document PV-time interface
` [PATCH v5 02/10] KVM: arm/arm64: Factor out hypercall handling from PSCI code
` [PATCH v5 05/10] KVM: arm64: Support stolen time reporting via shared structure
` [PATCH v5 06/10] KVM: Allow kvm_device_ops to be const

Linux 5.4 kselftest known issues - update
 2019-10-04  9:43 UTC  (2+ messages)

[RFC PATCH 00/13] vsock: add multi-transports support
 2019-10-04  9:16 UTC  (9+ messages)
` [RFC PATCH 07/13] vsock: handle buffer_size sockopts in the core
` [RFC PATCH 08/13] vsock: move vsock_insert_unbound() in the vsock_create()
` [RFC PATCH 09/13] hv_sock: set VMADDR_CID_HOST in the hvs_remote_addr_init()

Broadwell server reboot with vmx: unexpected exit reason 0x3
 2019-10-04  8:53 UTC  (4+ messages)

[PATCH v18 0/6] Add ARMv8 RAS virtualization support in QEMU
 2019-10-04  8:20 UTC  (3+ messages)
` [PATCH v18 2/6] docs: APEI GHES generation and CPER record description
  ` [Qemu-devel] "

[PATCH] kvm: selftests: fix spelling mistake: missmatch -> mismatch
 2019-10-04  8:13 UTC 

[PATCH kvm-unit-tests] vmexit: measure IPI and EOI cost
 2019-10-03 20:57 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: VMX: Mask advanced VM-exit info
 2019-10-03 13:26 UTC 

[PATCH v2] KVM: x86: omit absent pmu MSRs from MSR list
 2019-10-03 20:12 UTC  (5+ messages)

[Patch] KVM: SVM: Fix svm_xsaves_supported
 2019-10-03 16:20 UTC  (7+ messages)

[PATCH v7 0/7] Introduce support for Guest CET feature
 2019-10-03 16:33 UTC  (12+ messages)
` [PATCH v7 4/7] KVM: VMX: Load Guest CET via VMCS when CET is enabled in Guest
` [PATCH v7 5/7] kvm: x86: Add CET CR4 bit and XSS support
` [PATCH v7 6/7] KVM: x86: Load Guest fpu state when accessing MSRs managed by XSAVES
` [PATCH v7 7/7] KVM: x86: Add user-space access interface for CET MSRs

A question about INVPCID without PCID
 2019-10-03 16:52 UTC  (4+ messages)

[PATCH kvm-unit-tests] svm: Fixed error code comparison in test npt_rsvd_pfwalk
 2019-10-03 15:23 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: VMX: MSR_IA32_VMX_MISC[30] is not MBZ
 2019-10-03 15:23 UTC  (2+ messages)

[PATCH] accel/kvm: ensure ret always set
 2019-10-03 12:15 UTC  (5+ messages)

[kvm-unit-tests PATCH v2 0/3] arm64: Add code generation test
 2019-10-03 11:32 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 1/3] lib: arm64: Add missing ISB in flush_tlb_page
` [kvm-unit-tests PATCH v2 2/3] lib: arm/arm64: Add function to clear the PTE_USER bit
` [kvm-unit-tests PATCH v2 3/3] arm64: Add cache code generation test

[PATCH v3 0/4] Add a unified parameter "nopvspin"
 2019-10-03 11:22 UTC  (13+ messages)
` [PATCH v3 1/4] x86/kvm: Add "nopvspin" parameter to disable PV spinlocks
` [PATCH v3 2/4] x86/kvm: Change print code to use pr_*() format
` [PATCH v3 3/4] xen: Mark "xen_nopvspin" parameter obsolete and map it to "nopvspin"
` [PATCH v3 4/4] x86/hyperv: Mark "hv_nopvspin" "

[PATCH 0/5] arm64: KVM: Add workaround for errata 1319367 and 1319537
 2019-10-03 11:11 UTC  (7+ messages)
` [PATCH 3/5] arm64: KVM: Disable EL1 PTW when invalidating S2 TLBs
` [PATCH 4/5] arm64: KVM: Prevent speculative S1 PTW when restoring vcpu context
` [PATCH 5/5] arm64: Enable and document ARM errata 1319367 and 1319537

[PATCH] KVM: nVMX: Fix consistency check on injected exception error code
 2019-10-03 10:32 UTC  (3+ messages)

[PATCH v8 00/19] KVM RISC-V Support
 2019-10-03 10:18 UTC  (21+ messages)
` [PATCH v8 01/19] RISC-V: Add bitmap reprensenting ISA features common across CPUs
` [PATCH v8 02/19] RISC-V: Add hypervisor extension related CSR defines
` [PATCH v8 03/19] RISC-V: Add initial skeletal KVM support
` [PATCH v8 04/19] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v8 05/19] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [PATCH v8 06/19] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [PATCH v8 07/19] RISC-V: KVM: Implement VCPU world-switch
` [PATCH v8 08/19] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v8 09/19] RISC-V: KVM: Handle WFI "
` [PATCH v8 10/19] RISC-V: KVM: Implement VMID allocator
` [PATCH v8 11/19] RISC-V: KVM: Implement stage2 page table programming
` [PATCH v8 12/19] RISC-V: KVM: Implement MMU notifiers
` [PATCH v8 13/19] RISC-V: KVM: Add timer functionality
` [PATCH v8 14/19] RISC-V: KVM: FP lazy save/restore
` [PATCH v8 15/19] RISC-V: KVM: Implement ONE REG interface for FP registers
` [PATCH v8 16/19] RISC-V: KVM: Add SBI v0.1 support
` [PATCH v8 17/19] RISC-V: KVM: Forward unhandled SBI calls to userspace
` [PATCH v8 18/19] RISC-V: KVM: Document RISC-V specific parts of KVM API
` [PATCH v8 19/19] RISC-V: KVM: Add MAINTAINERS entry

[PATCH v3] selftests: kvm: Fix libkvm build error
 2019-10-03 10:00 UTC  (2+ messages)

[PATCH 0/9] Create a userfaultfd demand paging test
 2019-10-03  8:10 UTC  (5+ messages)
` [PATCH 4/9] KVM: selftests: Pass args to vCPU instead of using globals
` [PATCH 7/9] KVM: selftests: Add parameter to _vm_create for memslot 0 base paddr

Determining whether LVT_CMCI is supported
 2019-10-03  1:22 UTC 

[PATCH v2] selftests: kvm: Fix libkvm build error
 2019-10-02 23:03 UTC 

[PATCH RFC 0/1] VFIO: Region-specific file descriptors
 2019-10-02 21:57 UTC  (3+ messages)

[PATCH 3.16 78/87] x86/speculation: Allow guests to use SSBD even if host does not
 2019-10-02 19:06 UTC 


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