Vitaly Kuznetsov ([email protected])

Number of posts: 4062 (1.12 per day)
First post: 2014-06-06 10:58:33
Last post: 2024-05-09 09:19:53

Date List Subject
2022-10-18 10:15:18 linux-kernel [PATCH 0/4] KVM: VMX: nVMX: Make eVMCS enablement more robust
2022-10-13 10:47:40 linux-kernel [PATCH v5 6/7] KVM: selftests: Test that values written to Hyper-V MSRs are preserved
2022-10-13 10:40:17 linux-kernel [PATCH v5 4/7] KVM: selftests: Rename 'msr->available' to 'msr->fault_exepected' in hyperv_features test
2022-10-13 10:18:40 linux-kernel [PATCH v5 7/7] KVM: selftests: Test Hyper-V invariant TSC control
2022-10-13 10:18:38 linux-kernel [PATCH v5 1/7] x86/hyperv: Add HV_EXPOSE_INVARIANT_TSC define
2022-10-13 10:18:33 linux-kernel [PATCH v5 0/7] KVM: x86: Hyper-V invariant TSC control feature
2022-10-13 10:18:00 linux-kernel [PATCH v5 3/7] KVM: x86: Hyper-V invariant TSC control
2022-10-13 10:17:27 linux-kernel [PATCH v5 2/7] KVM: x86: Add a KVM-only leaf for CPUID_8000_0007_EDX
2022-10-13 10:13:13 linux-kernel [PATCH v5 5/7] KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()
2022-10-13 09:35:48 linux-kernel Re: [PATCH v4 6/6] KVM: selftests: Test Hyper-V invariant TSC control
2022-10-12 12:54:16 linux-kernel Re: [PATCH v4 6/6] KVM: selftests: Test Hyper-V invariant TSC control
2022-10-11 09:29:19 linux-kernel Re: [linux-stable-rc:linux-5.15.y 4542/9999] arch/x86/kvm/hyperv.c:2185:5: warning: stack frame size (1036) exceeds limit (1024) in 'kvm_hv_hypercall'
2022-10-04 14:03:34 linux-kernel [PATCH v11 33/46] KVM: selftests: Hyper-V PV IPI selftest
2022-10-04 14:01:30 linux-kernel [PATCH v11 37/46] KVM: selftests: Hyper-V PV TLB flush selftest
2022-10-04 13:47:10 linux-kernel [PATCH v11 32/46] KVM: selftests: Move the function doing Hyper-V hypercall to a common header
2022-10-04 13:46:33 linux-kernel [PATCH v11 06/46] KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"
2022-10-04 13:45:51 linux-kernel [PATCH v11 13/46] KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
2022-10-04 13:45:38 linux-kernel [PATCH v11 08/46] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
2022-10-04 13:45:24 linux-kernel [PATCH v11 11/46] KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
2022-10-04 13:45:14 linux-kernel [PATCH v11 12/46] KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
2022-10-04 13:45:10 linux-kernel [PATCH v11 30/46] KVM: selftests: Better XMM read/write helpers
2022-10-04 13:44:53 linux-kernel [PATCH v11 29/46] KVM: x86: Expose Hyper-V L2 TLB flush feature
2022-10-04 13:44:48 linux-kernel [PATCH v11 05/46] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
2022-10-04 13:44:48 linux-kernel [PATCH v11 34/46] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
2022-10-04 13:44:14 linux-kernel [PATCH v11 38/46] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
2022-10-04 13:43:27 linux-kernel [PATCH v11 25/46] KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
2022-10-04 13:43:17 linux-kernel [PATCH v11 01/46] x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h
2022-10-04 13:42:53 linux-kernel [PATCH v11 17/46] KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
2022-10-04 13:42:47 linux-kernel [PATCH v11 42/46] KVM: selftests: Create a vendor independent helper to allocate Hyper-V specific test pages
2022-10-04 13:42:36 linux-kernel [PATCH v11 02/46] KVM: selftests: Move "struct hv_enlightenments" to x86_64/svm.h
2022-10-04 13:41:55 linux-kernel [PATCH v11 07/46] KVM: x86: Move clearing of TLB_FLUSH_CURRENT to kvm_vcpu_flush_tlb_all()
2022-10-04 13:41:28 linux-kernel [PATCH v11 45/46] KVM: selftests: hyperv_svm_test: Introduce L2 TLB flush test
2022-10-04 13:41:07 linux-kernel [PATCH v11 15/46] KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK instead of raw '64'
2022-10-04 13:41:07 linux-kernel [PATCH v11 46/46] KVM: selftests: Rename 'evmcs_test' to 'hyperv_evmcs'
2022-10-04 13:40:46 linux-kernel [PATCH v11 22/46] KVM: x86: hyper-v: Introduce kvm_hv_is_tlb_flush_hcall()
2022-10-04 13:40:39 linux-kernel [PATCH v11 28/46] KVM: nSVM: hyper-v: Enable L2 TLB flush
2022-10-04 13:39:59 linux-kernel [PATCH v11 39/46] KVM: selftests: Sync 'struct hv_vp_assist_page' definition with hyperv-tlfs.h
2022-10-04 13:39:50 linux-kernel [PATCH v11 27/46] KVM: x86: Make kvm_hv_get_assist_page() return 0/-errno
2022-10-04 13:39:47 linux-kernel [PATCH v11 44/46] KVM: selftests: evmcs_test: Introduce L2 TLB flush test
2022-10-04 13:39:25 linux-kernel [PATCH v11 43/46] KVM: selftests: Allocate Hyper-V partition assist page
2022-10-04 13:38:31 linux-kernel [PATCH v11 10/46] KVM: x86: hyper-v: Add helper to read hypercall data for array
2022-10-04 13:35:30 linux-kernel [PATCH v11 09/46] KVM: x86: hyper-v: Introduce TLB flush fifo
2022-10-04 13:20:27 linux-kernel [PATCH v11 41/46] KVM: selftests: Split off load_evmcs() from load_vmcs()
2022-10-04 13:04:43 linux-kernel [PATCH v11 20/46] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
2022-10-04 13:04:34 linux-kernel [PATCH v11 31/46] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
2022-10-04 13:04:07 linux-kernel [PATCH v11 23/46] KVM: x86: hyper-v: L2 TLB flush
2022-10-04 13:02:00 linux-kernel [PATCH v11 14/46] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
2022-10-04 13:02:00 linux-kernel [PATCH v11 40/46] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
2022-10-04 13:00:11 linux-kernel [PATCH v11 36/46] KVM: selftests: Drop helpers to read/write page table entries
2022-10-04 12:59:40 linux-kernel [PATCH v11 16/46] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
2022-10-04 12:59:24 linux-kernel [PATCH v11 19/46] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use