kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-22 22:44:42 to 2020-06-24 06:42:36 UTC [more...]

[kvm-unit-tests PATCH] x86: Initialize segment selectors
 2020-06-24  6:42 UTC  (3+ messages)

[PATCH v12 00/10] Introduce support for guest CET feature
 2020-06-24  5:56 UTC  (5+ messages)

[PATCH v6 0/5] clean up redundant 'kvm_run' parameters
 2020-06-24  2:39 UTC  (8+ messages)
` [PATCH v6 1/5] KVM: s390: "
` [PATCH v6 2/5] KVM: arm64: "
` [PATCH v6 3/5] KVM: PPC: clean up redundant kvm_run parameters in assembly
` [PATCH v6 4/5] KVM: MIPS: clean up redundant 'kvm_run' parameters
` [PATCH v6 5/5] KVM: MIPS: clean up redundant kvm_run parameters in assembly

[PATCH] kvm: x86: limit the maximum number of vPMU fixed counters to 3
 2020-06-24  1:59 UTC 

[PATCH v2 0/7] Refactor handling flow of SET_CPUID*
 2020-06-24  0:40 UTC  (10+ messages)
` [PATCH v2 1/7] KVM: X86: Reset vcpu->arch.cpuid_nent to 0 if SET_CPUID fails
` [PATCH v2 2/7] KVM: X86: Go on updating other CPUID leaves when leaf 1 is absent
` [PATCH v2 3/7] KVM: X86: Introduce kvm_check_cpuid()
` [PATCH v2 4/7] KVM: X86: Split kvm_update_cpuid()
` [PATCH v2 5/7] KVM: X86: Rename cpuid_update() to update_vcpu_model()
` [PATCH v2 6/7] KVM: X86: Move kvm_x86_ops.update_vcpu_model() into kvm_update_vcpu_model()
` [PATCH v2 7/7] KVM: X86: Move kvm_apic_set_version() to kvm_update_vcpu_model()

linux-next build error (9)
 2020-06-23 23:00 UTC  (8+ messages)

[PATCH 0/4] Paravirtualized Control Register pinning
 2020-06-23 20:03 UTC  (4+ messages)
` [PATCH 4/4] X86: Use KVM CR pin MSRs

[PATCH 0/2] KVM: x86/mmu: Optimizations for kvm_get_mmu_page()
 2020-06-23 20:28 UTC  (5+ messages)
` [PATCH 1/2] KVM: x86/mmu: Avoid multiple hash lookups in kvm_get_mmu_page()
` [PATCH 2/2] KVM: x86/mmu: Optimize MMU page cache lookup for fully direct MMUs

[PATCH] KVM: X86: Emulate APERF/MPERF to report actual VCPU frequency
 2020-06-23 20:34 UTC  (5+ messages)

[PATCH v2 0/4] KVM: x86/mmu: Zapping and recycling cleanups
 2020-06-23 19:35 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: x86/mmu: Don't put invalid SPs back on the list of active pages
` [PATCH v2 2/4] KVM: x86/mmu: Batch zap MMU pages when recycling oldest pages
` [PATCH v2 3/4] KVM: x86/mmu: Batch zap MMU pages when shrinking the slab
` [PATCH v2 4/4] KVM: x86/mmu: Exit to userspace on make_mmu_pages_available() error

[PATCH v2] kvm: Fix false positive RCU usage warning
 2020-06-23 19:34 UTC  (9+ messages)

[PATCH] Allow RDTSC and RDTSCP from userspace
 2020-06-23 18:56 UTC  (43+ messages)
      ` Should SEV-ES #VC use IST? (Re: [PATCH] Allow RDTSC and RDTSCP from userspace)

[PATCH stable 4.9] arm64: entry: Place an SB sequence following an ERET instruction
 2020-06-23 18:46 UTC  (2+ messages)

[PATCH] KVM: x86: Use VMCALL and VMMCALL mnemonics in kvm_para.h
 2020-06-23 18:34 UTC 

[PATCH kvm-unit-tests] lib/alloc.c: fix missing include
 2020-06-23 18:33 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Use feature flag CPU_FTR_P9_TIDR when accessing TIDR
 2020-06-23 16:50 UTC 

[PATCH] KVM: PPC: Book3S HV: increase KVMPPC_NR_LPIDS on POWER8 and POWER9
 2020-06-23 15:08 UTC  (2+ messages)

[PATCH v2 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-06-23 17:26 UTC  (2+ messages)

[PATCH kvm-unit-tests] vmx: remove unnecessary #ifdef __x86_64__
 2020-06-23 17:20 UTC  (4+ messages)

[GIT PULL] KVM fixes for Linux 5.8-rc3
 2020-06-23 17:11 UTC 

[PATCH 1/2] kvm: x86: Refine kvm_write_tsc synchronization generations
 2020-06-23 17:02 UTC  (6+ messages)

[RFC v9 00/11] vhost: ring format independence
 2020-06-23 16:45 UTC  (4+ messages)
` [RFC v9 02/11] vhost: use batched get_vq_desc version

[PATCH RFC v8 00/11] vhost: ring format independence
 2020-06-23 16:15 UTC  (16+ messages)
` [PATCH RFC v8 02/11] vhost: use batched get_vq_desc version

[PATCH] kvm: x86 mmu: avoid mmu_page_hash lookup for direct_map-only VM
 2020-06-23 15:59 UTC  (5+ messages)

[PATCH 0/7] accel/kvm: Simplify few functions that can use global kvm_state
 2020-06-23 15:56 UTC  (12+ messages)
` [PATCH 1/7] accel/kvm: Let kvm_check_extension use global KVM state
` [PATCH 2/7] accel/kvm: Simplify kvm_check_extension()
` [PATCH 3/7] accel/kvm: Simplify kvm_check_extension_list()
` [RFC PATCH 4/7] accel/kvm: Simplify kvm_set_sigmask_len()
` [PATCH 5/7] target/i386/kvm: Simplify get_para_features()
` [RFC PATCH 6/7] target/i386/kvm: Simplify kvm_get_mce_cap_supported()
` [RFC PATCH 7/7] target/i386/kvm: Simplify kvm_get_supported_[feature]_msrs()

[PATCH v9 0/2] Use DIAG318 to set Control Program Name & Version Codes
 2020-06-23 14:38 UTC  (9+ messages)
` [PATCH v9 2/2] s390/kvm: diagnose 0x318 sync and reset

[PATCH v12 00/11] Guest Last Branch Recording Enabling
 2020-06-23 13:13 UTC  (2+ messages)

KASAN: null-ptr-deref Read in kvm_arch_check_processor_compat
 2020-06-23 12:17 UTC 

[PATCH] KVM: arm64: vgic-v4: Plug race between non-residency and v4.1 doorbell
 2020-06-23 12:12 UTC 

[PATCH] kvm: lapic: fix broken vcpu hotplug
 2020-06-23 11:34 UTC  (4+ messages)

[PATCH v2] SVM: add test for nested guest RIP corruption
 2020-06-23 10:57 UTC  (2+ messages)

[PATCH] SVM: add test for nested guest RIP corruption
 2020-06-23 10:48 UTC  (3+ messages)

[PATCH v3 0/2] target/arm: Fix using pmu=on on KVM
 2020-06-23 10:35 UTC  (7+ messages)
` [PATCH v3 1/2] tests/qtest/arm-cpu-features: Add feature setting tests
` [PATCH v3 2/2] target/arm: Check supported KVM features globally (not per vCPU)

[PATCH v4 0/7] clean up redundant 'kvm_run' parameters
 2020-06-23 10:24 UTC  (4+ messages)

[RFC PATCH v13 0/9] Enable ptp_kvm for arm64
 2020-06-23 10:23 UTC  (6+ messages)
` [RFC PATCH v13 7/9] arm64/kvm: Add hypercall service for kvm ptp

[PATCH] KVM: VMX: Remove vcpu_vmx's defunct copy of host_pkru
 2020-06-23 10:01 UTC  (2+ messages)

[kvm-unit-tests PATCH] x86: skip hyperv_clock test when host clocksource is not TSC
 2020-06-23 10:01 UTC  (2+ messages)

[PATCH] KVM: x86: allow TSC to differ by NTP correction bounds without TSC scaling
 2020-06-23  9:56 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] KVM: X86: Fix MSR range of APIC registers in X2APIC mode
 2020-06-23  9:50 UTC  (2+ messages)

[PATCH kvm-unit-tests] x86: disable SSE on 32-bit hosts
 2020-06-23  9:45 UTC  (3+ messages)

[PATCH] KVM: nVMX: Wrap VM-Fail valid path in generic VM-Fail helper
 2020-06-23  9:38 UTC  (3+ messages)

[PATCH 0/3 v2] kvm-unit-tests: nVMX: Test base and limit fields of guest GDTR and IDTR
 2020-06-23  9:33 UTC  (4+ messages)
` [PATCH 2/3 v2] kvm-unit-tests: nVMX: Optimize test_guest_dr7() by factoring out the loops into a macro

[GIT PULL 0/1] KVM: s390: Fix for 5.8
 2020-06-23  9:23 UTC  (2+ messages)
` [GIT PULL 1/1] KVM: s390: reduce number of IO pins to 1

[PATCH v4 0/6] Add logical CPU to KVM_EXIT_FAIL_ENTRY info
 2020-06-23  9:29 UTC  (2+ messages)

[PATCH] KVM: x86: report sev_pin_memory errors with PTR_ERR
 2020-06-23  9:17 UTC 

[PATCH kvm-unit-tests] x86: always set up SMP
 2020-06-23  9:11 UTC  (4+ messages)

[PATCH 0/4] KVM: nSVM: Check reserved bits in DR6, DR7 and EFER on vmrun of nested guests
 2020-06-23  9:04 UTC  (2+ messages)

[PATCH v4 00/18] Add support for Nitro Enclaves
 2020-06-23  8:59 UTC  (5+ messages)
` [PATCH v4 01/18] nitro_enclaves: Add ioctl interface definition
` [PATCH v4 17/18] nitro_enclaves: Add overview documentation

[PATCH kvm-unit-tests RFC] Revert "SVM: move guest past HLT"
 2020-06-23  8:27 UTC 

[PATCH] KVM: s390: reduce number of IO pins to 1
 2020-06-23  8:06 UTC  (5+ messages)

[kvm-unit-tests PULL 00/12] CI-related fixes and improvements
 2020-06-23  7:30 UTC  (2+ messages)

[kvm-unit-tests PATCH v1 0/8] Minor fixes, improvements, and cleanup
 2020-06-23  7:27 UTC  (4+ messages)
` [kvm-unit-tests PATCH v1 4/8] lib/alloc.c: add overflow check for calloc

[PATCH v2 00/15] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-06-23  6:43 UTC  (6+ messages)
` [PATCH v2 14/15] vfio: Document dual stage control

[PATCH] KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL
 2020-06-23  1:31 UTC  (4+ messages)

[PATCH] KVM: x86/mmu: Don't put invalid SPs back on the list of active pages
 2020-06-23  1:15 UTC  (3+ messages)

[PATCH v2 00/11] KVM: Support guest MAXPHYADDR < host MAXPHYADDR
 2020-06-23  0:52 UTC  (5+ messages)

KVM/RCU related warning on latest mainline kernel
 2020-06-23  0:45 UTC  (2+ messages)

[kvm-unit-tests v3 PATCH] Fixes for the umip test
 2020-06-23  0:34 UTC  (2+ messages)

[PATCH kvm-unit-tests] Fix out-of-tree builds
 2020-06-23  0:34 UTC  (2+ messages)

[PATCH] KVM: LAPIC: ensure APIC map is up to date on concurrent update requests
 2020-06-23  0:26 UTC  (2+ messages)

[PATCH v2] target/arm: Check supported KVM features globally (not per vCPU)
 2020-06-22 23:05 UTC  (4+ messages)

[PATCH] kvm: nVMX: flush TLB when decoded insn != VM-exit reason
 2020-06-22 22:53 UTC  (2+ messages)

[PATCH 00/15] KVM: x86: VMX: Fix MSR namespacing
 2020-06-22 22:42 UTC  (10+ messages)
` [PATCH 01/15] KVM: x86: Rename "shared_msrs" to "user_return_msrs"
` [PATCH 02/15] KVM: VMX: Prepend "MAX_" to MSR array size defines
` [PATCH 05/15] KVM: VMX: Rename vcpu_vmx's "nmsrs" to "nr_uret_msrs"
` [PATCH 07/15] KVM: VMX: Rename vcpu_vmx's "guest_msrs_ready" to "guest_uret_msrs_loaded"
` [PATCH 08/15] KVM: VMX: Rename "__find_msr_index" to "__vmx_find_uret_msr"
` [PATCH 09/15] KVM: VMX: Check guest support for RDTSCP before processing MSR_TSC_AUX
` [PATCH 10/15] KVM: VMX: Move uret MSR lookup into update_transition_efer()
` [PATCH 11/15] KVM: VMX: Add vmx_setup_uret_msr() to handle lookup and swap
` [PATCH 12/15] KVM: VMX: Rename "find_msr_entry" to "vmx_find_uret_msr"


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