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-04 12:58:10 linux-kernel [PATCH v11 21/46] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
2022-10-04 12:57:25 linux-kernel [PATCH v11 18/46] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
2022-10-04 12:54:13 linux-kernel [PATCH v11 35/46] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges
2022-10-04 12:54:13 linux-kernel [PATCH v11 03/46] KVM: SVM: Add a proper field for Hyper-V VMCB enlightenments
2022-10-04 12:54:01 linux-kernel [PATCH v11 24/46] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
2022-10-04 12:53:59 linux-kernel [PATCH v11 26/46] KVM: nVMX: hyper-v: Enable L2 TLB flush
2022-10-04 12:42:26 linux-kernel [PATCH v11 04/46] x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"
2022-10-04 12:42:10 linux-kernel [PATCH v11 00/46] KVM: x86: hyper-v: Fine-grained TLB flush + L2 TLB flush features
2022-10-04 09:22:41 linux-kernel Re: [PATCH v2] x86/PCI: Prefer MMIO over PIO on all hypervisor
2022-10-03 15:18:41 linux-kernel Re: [PATCH v2] x86/PCI: Prefer MMIO over PIO on all hypervisor
2022-10-03 13:12:49 linux-kernel Re: [PATCH v10 30/39] KVM: selftests: Hyper-V PV TLB flush selftest
2022-09-27 10:36:01 linux-kernel Re: [PATCH 1/4] x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h
2022-09-22 16:34:17 linux-kernel Re: [PATCH v10 02/39] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
2022-09-22 15:38:14 linux-kernel [PATCH v4 1/6] x86/hyperv: Add HV_INVARIANT_TSC_EXPOSED define
2022-09-22 15:33:25 linux-kernel [PATCH v4 3/6] KVM: x86: Hyper-V invariant TSC control
2022-09-22 15:31:45 linux-kernel [PATCH v4 5/6] KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()
2022-09-22 15:30:37 linux-kernel [PATCH v4 2/6] KVM: x86: Introduce CPUID_8000_0007_EDX 'scattered' leaf
2022-09-22 15:11:18 linux-kernel [PATCH v4 4/6] KVM: selftests: Rename 'msr->availble' to 'msr->fault_exepected' in hyperv_features test
2022-09-22 14:54:27 linux-kernel [PATCH v4 6/6] KVM: selftests: Test Hyper-V invariant TSC control
2022-09-22 14:52:48 linux-kernel [PATCH v4 0/6] KVM: x86: Hyper-V invariant TSC control feature
2022-09-22 10:44:42 linux-kernel Re: [PATCH v10 14/39] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
2022-09-22 10:15:00 linux-kernel Re: [PATCH v10 02/39] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
2022-09-22 10:14:44 linux-kernel Re: [PATCH v10 02/39] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
2022-09-22 09:51:01 linux-kernel Re: [PATCH v10 03/39] KVM: x86: hyper-v: Introduce TLB flush fifo
2022-09-22 08:57:16 linux-kernel Re: [PATCH v2] KVM: selftests: Check result in hyperv_features.c test only for successful hypercalls
2022-09-21 18:00:19 linux-kernel Re: [PATCH AUTOSEL 5.19 01/16] Drivers: hv: Never allocate anything besides framebuffer from framebuffer memory region
2022-09-21 16:58:14 linux-kernel Re: [PATCH v4 1/9] KVM: x86/mmu: Bug the VM if KVM attempts to double count an NX huge page
2022-09-21 16:42:10 linux-kernel [PATCH v10 31/39] KVM: selftests: Sync 'struct hv_enlightened_vmcs' definition with hyperv-tlfs.h
2022-09-21 16:42:04 linux-kernel [PATCH v10 12/39] KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of on-stack 'sparse_banks'
2022-09-21 16:41:11 linux-kernel [PATCH v10 30/39] KVM: selftests: Hyper-V PV TLB flush selftest
2022-09-21 16:39:15 linux-kernel [PATCH v10 01/39] KVM: x86: Rename 'enable_direct_tlbflush' to 'enable_l2_tlb_flush'
2022-09-21 16:39:12 linux-kernel [PATCH v10 32/39] KVM: selftests: Sync 'struct hv_vp_assist_page' definition with hyperv-tlfs.h
2022-09-21 16:39:12 linux-kernel [PATCH v10 38/39] KVM: selftests: hyperv_svm_test: Introduce L2 TLB flush test
2022-09-21 16:37:37 linux-kernel [PATCH v10 15/39] KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
2022-09-21 16:31:56 linux-kernel [PATCH v10 20/39] KVM: nVMX: hyper-v: Enable L2 TLB flush
2022-09-21 16:24:26 linux-kernel [PATCH v10 14/39] KVM: nSVM: Keep track of Hyper-V hv_vm_id/hv_vp_id
2022-09-21 16:22:42 linux-kernel [PATCH v10 33/39] KVM: selftests: Move Hyper-V VP assist page enablement out of evmcs.h
2022-09-21 16:20:48 linux-kernel [PATCH v10 13/39] KVM: nVMX: Keep track of hv_vm_id/hv_vp_id when eVMCS is in use
2022-09-21 15:50:24 linux-kernel [PATCH v10 08/39] x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK constants
2022-09-21 15:49:43 linux-kernel [PATCH v10 36/39] KVM: selftests: Allocate Hyper-V partition assist page
2022-09-21 15:49:20 linux-kernel [PATCH v10 27/39] KVM: selftests: Fill in vm->vpages_mapped bitmap in virt_map() too
2022-09-21 15:49:18 linux-kernel [PATCH v10 35/39] KVM: selftests: Create a vendor independent helper to allocate Hyper-V specific test pages
2022-09-21 15:48:56 linux-kernel [PATCH v10 29/39] KVM: selftests: Export _vm_get_page_table_entry()
2022-09-21 15:48:55 linux-kernel [PATCH v10 18/39] KVM: x86: hyper-v: Introduce fast guest_hv_cpuid_has_l2_tlb_flush() check
2022-09-21 15:48:54 linux-kernel [PATCH v10 10/39] KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
2022-09-21 15:48:52 linux-kernel [PATCH v10 26/39] KVM: selftests: Hyper-V PV IPI selftest
2022-09-21 15:48:51 linux-kernel [PATCH v10 28/39] KVM: selftests: Export vm_vaddr_unused_gap() to make it possible to request unmapped ranges
2022-09-21 15:48:51 linux-kernel [PATCH v10 24/39] KVM: selftests: Move HYPERV_LINUX_OS_ID definition to a common header
2022-09-21 15:48:18 linux-kernel [PATCH v10 21/39] KVM: nSVM: hyper-v: Enable L2 TLB flush
2022-09-21 15:48:15 linux-kernel [PATCH v10 02/39] KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
2022-09-21 15:48:05 linux-kernel [PATCH v10 17/39] KVM: x86: hyper-v: L2 TLB flush