| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: x86: hyper-v: Prevent using not-yet-updated TSC page by secondary CPUs | Vitaly Kuznetsov | 2021-03-17 | 1 | -0/+1 |
* | KVM: x86: hyper-v: Drop hv_vcpu_to_vcpu() helper | Vitaly Kuznetsov | 2021-02-09 | 1 | -7/+4 |
* | KVM: x86: hyper-v: Allocate Hyper-V context lazily | Vitaly Kuznetsov | 2021-02-09 | 1 | -2/+0 |
* | KVM: x86: hyper-v: Make Hyper-V emulation enablement conditional | Vitaly Kuznetsov | 2021-02-09 | 1 | -1/+2 |
* | KVM: x86: hyper-v: Allocate 'struct kvm_vcpu_hv' dynamically | Vitaly Kuznetsov | 2021-02-09 | 1 | -7/+6 |
* | KVM: x86: hyper-v: Prepare to meet unallocated Hyper-V context | Vitaly Kuznetsov | 2021-02-09 | 1 | -0/+10 |
* | KVM: x86: hyper-v: Always use to_hv_vcpu() accessor to get to 'struct kvm_vcp... | Vitaly Kuznetsov | 2021-02-09 | 1 | -1/+3 |
* | KVM: x86: hyper-v: Introduce to_kvm_hv() helper | Vitaly Kuznetsov | 2021-02-09 | 1 | -0/+5 |
* | KVM: x86: hyper-v: Rename vcpu_to_hv_syndbg() to to_hv_syndbg() | Vitaly Kuznetsov | 2021-02-09 | 1 | -1/+1 |
* | KVM: x86: hyper-v: Rename vcpu_to_stimer()/stimer_to_vcpu() | Vitaly Kuznetsov | 2021-02-09 | 1 | -3/+3 |
* | KVM: x86: hyper-v: Rename vcpu_to_synic()/synic_to_vcpu() | Vitaly Kuznetsov | 2021-02-09 | 1 | -2/+2 |
* | KVM: x86: hyper-v: Rename vcpu_to_hv_vcpu() to to_hv_vcpu() | Vitaly Kuznetsov | 2021-02-09 | 1 | -2/+2 |
* | KVM: x86: hyper-v: allow KVM_GET_SUPPORTED_HV_CPUID as a system ioctl | Vitaly Kuznetsov | 2020-11-15 | 1 | -2/+2 |
* | x86/kvm/hyper-v: Add support for synthetic debugger interface | Jon Doron | 2020-06-01 | 1 | -0/+5 |
* | x86/hyper-v: Add synthetic debugger definitions | Jon Doron | 2020-06-01 | 1 | -0/+27 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | x86/kvm/hyper-v: Introduce KVM_GET_SUPPORTED_HV_CPUID | Vitaly Kuznetsov | 2018-12-14 | 1 | -0/+2 |
* | KVM: x86: Add requisite includes to hyperv.h | Sean Christopherson | 2018-12-14 | 1 | -0/+2 |
* | KVM: hyperv: define VP assist page helpers | Ladi Prosek | 2018-10-17 | 1 | -0/+4 |
* | KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd | Paolo Bonzini | 2018-08-06 | 1 | -1/+1 |
* | kvm: x86: hyperv: guest->host event signaling via eventfd | Roman Kagan | 2018-03-06 | 1 | -0/+1 |
* | kvm: x86: factor out kvm.arch.hyperv (de)init | Roman Kagan | 2018-03-06 | 1 | -0/+3 |
* | kvm: x86: hyperv: make VP_INDEX managed by userspace | Roman Kagan | 2017-07-14 | 1 | -0/+1 |
* | kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2 | Roman Kagan | 2017-07-13 | 1 | -1/+1 |
* | KVM: x86: Hyper-V tsc page setup | Paolo Bonzini | 2016-09-20 | 1 | -0/+3 |
* | kvm/x86: Hyper-V SynIC timers | Andrey Smetanin | 2015-12-16 | 1 | -0/+24 |
* | kvm/x86: Added Hyper-V vcpu_to_hv_vcpu()/hv_vcpu_to_vcpu() helpers | Andrey Smetanin | 2015-12-16 | 1 | -6/+14 |
* | kvm/x86: Rearrange func's declarations inside Hyper-V header | Andrey Smetanin | 2015-12-16 | 1 | -10/+10 |
* | kvm/x86: Hyper-V synthetic interrupt controller | Andrey Smetanin | 2015-11-25 | 1 | -0/+23 |
* | kvm/x86: added hyper-v crash msrs into kvm hyperv context | Andrey Smetanin | 2015-07-23 | 1 | -1/+1 |
* | kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c file | Andrey Smetanin | 2015-07-23 | 1 | -0/+32 |