kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-04 08:53:56 to 2019-10-09 04:58:43 UTC [more...]

[PATCH v7 10/21] RISC-V: KVM: Handle MMIO exits for VCPU
 2019-10-09  4:58 UTC  (3+ messages)

[Patch 1/6] KVM: VMX: Remove unneeded check for X86_FEATURE_XSAVE
 2019-10-09  4:49 UTC  (8+ messages)
` [Patch 2/6] KVM: VMX: Use wrmsr for switching between guest and host IA32_XSS
` [Patch 3/6] kvm: svm: Add support for XSAVES on AMD
` [Patch 4/6] kvm: svm: Enumerate XSAVES in guest CPUID when it is available to the guest
` [Patch 5/6] kvm: x86: Add IA32_XSS to the emulated_msrs list
` [Patch 6/6] kvm: tests: Add test to verify MSR_IA32_XSS

[PATCH 0/3] KVM: x86/vPMU: Efficiency optimization by reusing last created perf_event
 2019-10-09  3:14 UTC  (10+ messages)
` [PATCH 1/3] perf/core: Provide a kernel-internal interface to recalibrate event period
` [PATCH 3/3] KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMC

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

[PATCH v5 0/2] x86: Enable user wait instructions
 2019-10-09  1:03 UTC  (2+ messages)

[PATCH v2] KVM: nVMX: Don't leak L1 MMIO regions to L2
 2019-10-09  0:03 UTC 

[PATCH v2 0/5] KVM: arm64: Assorted PMU emulation fixes
 2019-10-08 22:42 UTC  (10+ messages)
` [PATCH v2 1/5] KVM: arm64: pmu: Fix cycle counter truncation
` [PATCH v2 2/5] arm64: KVM: Handle PMCR_EL0.LC as RES1 on pure AArch64 systems
` [PATCH v2 3/5] KVM: arm64: pmu: Set the CHAINED attribute before creating the in-kernel event
` [PATCH v2 4/5] arm64: perf: Add reload-on-overflow capability
` [PATCH v2 5/5] KVM: arm64: pmu: Reset sample period on overflow handling

[PATCH v2] x86/hyperv: make vapic support x2apic mode
 2019-10-08 20:54 UTC  (7+ messages)

KVM-unit-tests on AMD
 2019-10-08 20:02 UTC  (8+ messages)

[PATCH 0/3] selftests: kvm: improvements to VMX support check
 2019-10-08 19:43 UTC  (4+ messages)
` [PATCH 1/3] selftests: kvm: vmx_set_nested_state_test: don't check for VMX support twice
` [PATCH 2/3] selftests: kvm: consolidate VMX support checks
` [PATCH 3/3] selftests: kvm: vmx_dirty_log_test: skip the test when VMX is not supported

[PATCH v3 00/16] kvm: x86: Support AMD SVM AVIC w/ in-kernel irqchip mode
 2019-10-08 18:44 UTC  (2+ messages)

[PATCH] selftests: kvm: fix sync_regs_test with newer gccs
 2019-10-08 18:40 UTC  (4+ messages)

Easy way to track Qcow2 space consumption
 2019-10-08 18:01 UTC 

[PATCH 00/16] x86/cpu: Clean up handling of VMX features
 2019-10-08 16:53 UTC  (31+ 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 kvm-unit-tests] x86: svm: run svm.flat unit tests with -cpu host
 2019-10-08 16:46 UTC  (2+ messages)

[PATCH RFC] selftests: kvm: fix sync_regs_test with newer gccs
 2019-10-08 15:19 UTC  (2+ messages)

[RFC PATCH] mm: set memory section offline when all its pages are offline
 2019-10-08 14:51 UTC  (2+ messages)

[PATCH v4 0/4] Retrieving zPCI specific info with VFIO
 2019-10-08 13:30 UTC  (7+ messages)
` [PATCH v4 3/4] vfio: zpci: defining the VFIO headers

[PATCH v18 0/6] Add ARMv8 RAS virtualization support in QEMU
 2019-10-08 13:25 UTC  (18+ messages)
` [PATCH v18 2/6] docs: APEI GHES generation and CPER record description
  ` [Qemu-devel] "
` [PATCH v18 3/6] ACPI: Add APEI GHES table generation support
` [PATCH v18 4/6] KVM: Move hwpoison page related functions into include/sysemu/kvm_int.h
  ` [Qemu-arm] "
` [PATCH v18 5/6] target-arm: kvm64: inject synchronous External Abort
` [PATCH v18 6/6] target-arm: kvm64: handle SIGBUS signal from kernel or KVM

[PATCH v6 00/10] s390: vfio-ap: dynamic configuration support
 2019-10-08 12:57 UTC  (3+ messages)

[PATCH v2] KVM: Don't shrink/grow vCPU halt_poll_ns if host side polling is disabled
 2019-10-08 12:11 UTC  (3+ messages)

[PATCH kvm-unit-tests] vmexit: measure IPI and EOI cost
 2019-10-08 12:10 UTC  (3+ messages)

[PATCH v5 0/5] Add a unified parameter "nopvspin"
 2019-10-07  9:04 UTC  (6+ messages)
` [PATCH v5 1/5] Revert "KVM: X86: Fix setup the virt_spin_lock_key before static key get initialized"
` [PATCH v5 2/5] x86/kvm: Change print code to use pr_*() format
` [PATCH v5 3/5] x86/kvm: Add "nopvspin" parameter to disable PV spinlocks
` [PATCH v5 4/5] xen: Mark "xen_nopvspin" parameter obsolete
` [PATCH v5 5/5] x86/hyperv: Mark "hv_nopvspin" "

[PATCH v7 0/7] Introduce support for Guest CET feature
 2019-10-08  8:50 UTC  (8+ messages)
` [PATCH v7 1/7] KVM: CPUID: Fix IA32_XSS support in CPUID(0xd,i) enumeration

[RFC PATCH 0/4] Use 1st-level for DMA remapping in guest
 2019-10-08  2:20 UTC  (10+ messages)
` [RFC PATCH 2/4] iommu/vt-d: Add first level page table interfaces

[PATCH v4 0/4] Add a unified parameter "nopvspin"
 2019-10-08  2:17 UTC  (12+ 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" "

Determining whether LVT_CMCI is supported
 2019-10-07 20:23 UTC  (4+ messages)

[PATCH] vhost/test: stop device before reset
 2019-10-07 18:30 UTC 

[RFC PATCH 00/13] XOM for KVM guest userspace
 2019-10-07 18:14 UTC  (20+ messages)
` [RFC PATCH 03/13] kvm: Add XO memslot type
` [RFC PATCH 05/13] kvm: Add #PF injection for KVM XO
` [RFC PATCH 06/13] kvm: Add KVM_CAP_EXECONLY_MEM
` [RFC PATCH 12/13] mmap: Add XO support for KVM XO

[PATCH v11 0/6] mm / virtio: Provide support for unused page reporting
 2019-10-07 17:20 UTC  (13+ messages)

[PATCH 0/3] KVM: arm64: Assorted PMU emulation fixes
 2019-10-07 17:17 UTC  (9+ 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] KVM: nVMX: Don't leak L1 MMIO regions to L2
 2019-10-07 15:18 UTC  (3+ messages)

[PATCH] selftests: kvm: synchronize .gitignore to Makefile
 2019-10-07 15:04 UTC  (2+ messages)

[PATCH] kvm: avoid NULL pointer deref in kvm_write_guest_virt_system
 2019-10-07 12:18 UTC  (3+ messages)

[PATCH] KVM: VMX: Refactor to not compare set PI control bits directly to 1
 2019-10-07 11:57 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: VMX: Mask advanced VM-exit info
 2019-10-07 11:21 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: Skip APIC-access address tests beyond mapped RAM
 2019-10-07 10:12 UTC  (3+ messages)

[PATCH] kvm: x86: Expose RDPID in KVM_GET_SUPPORTED_CPUID
 2019-10-07  9:56 UTC  (2+ messages)

[PATCH 0/5] arm64: KVM: Add workaround for errata 1319367 and 1319537
 2019-10-07  9:31 UTC  (4+ messages)
` [PATCH 5/5] arm64: Enable and document ARM "

[PATCH] powerpc: Fix up RTAS invocation for new qemu versions
 2019-10-07  5:22 UTC  (5+ messages)

[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 tip/core/rcu 2/9] x86/kvm/pmu: Replace rcu_swap_protected() with rcu_replace()
 2019-10-05 16:11 UTC  (3+ messages)

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

[PATCH 0/5] SEV fixes and performance enhancements
 2019-10-04 17:25 UTC  (3+ messages)
` [PATCH 1/5] KVM: SVM: Serialize access to the SEV ASID bitmap

[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  (14+ messages)

[PATCH v5 00/10] arm64: Stolen time support
 2019-10-04  9:51 UTC  (9+ messages)
` [PATCH v5 01/10] KVM: arm64: Document PV-time interface
` [PATCH v5 05/10] KVM: arm64: Support stolen time reporting via shared structure

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  (3+ messages)

Broadwell server reboot with vmx: unexpected exit reason 0x3
 2019-10-04  8:53 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).