Age | Commit message (Expand) | Author | Files | Lines |
2023-08-17 | KVM: x86: Remove break statements that will never be executed | Like Xu | 1 | -1/+0 |
2023-02-15 | Merge tag 'kvm-x86-pmu-6.3' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 1 | -6/+4 |
2023-02-02 | KVM: x86: hyper-v: Add extended hypercall support in Hyper-v | Vipin Sharma | 1 | -0/+28 |
2023-02-02 | KVM: x86: hyper-v: Use common code for hypercall userspace exit | Vipin Sharma | 1 | -16/+11 |
2023-01-27 | KVM: x86/pmu: Gate all "unimplemented MSR" prints on report_ignored_msrs | Sean Christopherson | 1 | -6/+4 |
2022-12-29 | KVM: x86: Unify pr_fmt to use module name for all KVM modules | Sean Christopherson | 1 | -0/+1 |
2022-12-29 | KVM: x86: Hyper-V invariant TSC control | Vitaly Kuznetsov | 1 | -0/+19 |
2022-12-23 | KVM: x86: hyper-v: Fix 'using uninitialized value' Coverity warning | Vitaly Kuznetsov | 1 | -27/+36 |
2022-11-18 | KVM: x86: Expose Hyper-V L2 TLB flush feature | Vitaly Kuznetsov | 1 | -0/+1 |
2022-11-18 | KVM: x86: Make kvm_hv_get_assist_page() return 0/-errno | Vitaly Kuznetsov | 1 | -4/+4 |
2022-11-18 | KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv' | Vitaly Kuznetsov | 1 | -4/+6 |
2022-11-18 | KVM: x86: hyper-v: L2 TLB flush | Vitaly Kuznetsov | 1 | -13/+67 |
2022-11-18 | KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of... | Vitaly Kuznetsov | 1 | -2/+4 |
2022-11-18 | KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush | Vitaly Kuznetsov | 1 | -4/+7 |
2022-11-18 | KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi() | Vitaly Kuznetsov | 1 | -11/+31 |
2022-11-18 | KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK inst... | Vitaly Kuznetsov | 1 | -7/+6 |
2022-11-18 | KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs | Vitaly Kuznetsov | 1 | -0/+14 |
2022-11-18 | KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls | Vitaly Kuznetsov | 1 | -0/+1 |
2022-11-18 | KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently | Vitaly Kuznetsov | 1 | -16/+95 |
2022-11-18 | KVM: x86: hyper-v: Add helper to read hypercall data for array | Sean Christopherson | 1 | -20/+33 |
2022-11-18 | KVM: x86: hyper-v: Introduce TLB flush fifo | Vitaly Kuznetsov | 1 | -0/+47 |
2022-11-18 | KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag | Vitaly Kuznetsov | 1 | -2/+2 |
2022-09-26 | KVM: nVMX: Support PERF_GLOBAL_CTRL with enlightened VMCS | Vitaly Kuznetsov | 1 | -1/+1 |
2022-09-26 | KVM: x86: hyper-v: Cache HYPERV_CPUID_NESTED_FEATURES CPUID leaf | Vitaly Kuznetsov | 1 | -0/+6 |
2022-09-26 | KVM: x86: Report error when setting CPUID if Hyper-V allocation fails | Sean Christopherson | 1 | -16/+14 |
2022-09-26 | KVM: x86: Check for existing Hyper-V vCPU in kvm_hv_vcpu_init() | Sean Christopherson | 1 | -15/+12 |
2022-09-26 | KVM: x86: Zero out entire Hyper-V CPUID cache before processing entries | Vitaly Kuznetsov | 1 | -9/+2 |
2022-07-14 | KVM: x86: Add dedicated helper to get CPUID entry with significant index | Sean Christopherson | 1 | -4/+4 |
2022-06-05 | Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linux | Linus Torvalds | 1 | -6/+6 |
2022-06-03 | KVM: x86: hyper-v: replace bitmap_weight() with hweight64() | Yury Norov | 1 | -2/+2 |
2022-06-03 | KVM: x86: hyper-v: fix type of valid_bank_mask | Yury Norov | 1 | -2/+2 |
2022-05-20 | KVM: x86: hyper-v: fix type of valid_bank_mask | Yury Norov | 1 | -2/+2 |
2022-05-02 | KVM: x86: replace bitmap_weight with bitmap_empty where appropriate | Yury Norov | 1 | -4/+4 |
2022-04-11 | KVM: x86: hyper-v: Avoid writing to TSC page without an active vCPU | Vitaly Kuznetsov | 1 | -32/+8 |
2022-04-02 | KVM: x86: Add wrappers for setting/clearing APICv inhibits | Sean Christopherson | 1 | -3/+7 |
2022-03-29 | KVM: x86: Forbid VMM to set SYNIC/STIMER MSRs when SynIC wasn't activated | Vitaly Kuznetsov | 1 | -3/+6 |
2022-03-29 | KVM: x86: Check lapic_in_kernel() before attempting to set a SynIC irq | Vitaly Kuznetsov | 1 | -0/+3 |
2022-02-25 | Merge branch 'kvm-hv-xmm-hypercall-fixes' into HEAD | Paolo Bonzini | 1 | -36/+49 |
2022-02-25 | KVM: x86: hyper-v: HVCALL_SEND_IPI_EX is an XMM fast hypercall | Vitaly Kuznetsov | 1 | -18/+34 |
2022-02-25 | KVM: x86: hyper-v: Fix the maximum number of sparse banks for XMM fast TLB fl... | Vitaly Kuznetsov | 1 | -1/+2 |
2022-02-25 | KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_flush_tlb() | Vitaly Kuznetsov | 1 | -17/+6 |
2022-02-25 | KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_send_ipi() | Vitaly Kuznetsov | 1 | -4/+4 |
2022-02-10 | KVM: nSVM: Implement Enlightened MSR-Bitmap feature | Vitaly Kuznetsov | 1 | -6/+1 |
2022-02-10 | KVM: x86: Make kvm_hv_hypercall_enabled() static inline | Vitaly Kuznetsov | 1 | -5/+0 |
2022-02-10 | KVM: x86: Add checks for reserved-to-zero Hyper-V hypercall fields | Sean Christopherson | 1 | -0/+5 |
2022-02-10 | KVM: x86: Reject fixeds-size Hyper-V hypercalls with non-zero "var_cnt" | Sean Christopherson | 1 | -6/+6 |
2022-02-10 | KVM: x86: Shove vp_bitmap handling down into sparse_set_to_vcpu_mask() | Sean Christopherson | 1 | -27/+38 |
2022-02-10 | KVM: x86: Don't bother reading sparse banks that end up being ignored | Sean Christopherson | 1 | -3/+16 |
2022-02-10 | KVM: x86: Add a helper to get the sparse VP_SET for IPIs and TLB flushes | Sean Christopherson | 1 | -16/+16 |
2022-02-10 | KVM: x86: Refactor kvm_hv_flush_tlb() to reduce indentation | Sean Christopherson | 1 | -19/+21 |