index
:
pm24.git
cpufreq-rust
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
/
hyperv.c
Age
Commit message (
Expand
)
Author
2022-12-29
KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)
Sean Christopherson
2022-12-29
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
2022-12-29
KVM: VMX: Resurrect vmcs_conf sanitization for KVM-on-Hyper-V
Vitaly Kuznetsov
2022-12-29
KVM: nVMX: Prepare to sanitize tertiary execution controls with eVMCS
Vitaly Kuznetsov
2022-12-29
KVM: nVMX: Invert 'unsupported by eVMCSv1' check
Vitaly Kuznetsov
2022-12-29
KVM: nVMX: Sanitize primary processor-based VM-execution controls with eVMCS too
Vitaly Kuznetsov
2022-11-18
KVM: x86: Make kvm_hv_get_assist_page() return 0/-errno
Vitaly Kuznetsov
2022-11-18
KVM: nVMX: hyper-v: Enable L2 TLB flush
Vitaly Kuznetsov
2022-11-18
KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
Vitaly Kuznetsov
2022-11-18
KVM: x86: Introduce .hv_inject_synthetic_vmexit_post_tlb_flush() nested hook
Vitaly Kuznetsov
2022-11-18
KVM: VMX: Rename "vmx/evmcs.{ch}" to "vmx/hyperv.{ch}"
Vitaly Kuznetsov