summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/hyperv.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: fix #UD address of failed Hyper-V hypercallsRadim Krčmář2018-05-251-8/+11
* KVM: hyperv: idr_find needs RCU protectionPaolo Bonzini2018-05-111-1/+3
* x86: Delay skip of emulated hypercall instructionMarian Rotariu2018-05-111-1/+1
* x86/kvm: rename HV_X64_MSR_APIC_ASSIST_PAGE to HV_X64_MSR_VP_ASSIST_PAGELadi Prosek2018-03-281-4/+4
* kvm: x86: hyperv: delete dead code in kvm_hv_hypercall()Dan Carpenter2018-03-231-8/+7
* x86/kvm/hyper-v: inject #GP only when invalid SINTx vector is unmaskedVitaly Kuznetsov2018-03-161-1/+9
* x86/kvm/hyper-v: remove stale entries from vec_bitmap/auto_eoi_bitmap on vect...Vitaly Kuznetsov2018-03-161-10/+22
* x86/kvm/hyper-v: add reenlightenment MSRs supportVitaly Kuznetsov2018-03-161-0/+21
* kvm: x86: hyperv: guest->host event signaling via eventfdRoman Kagan2018-03-061-1/+102
* kvm: x86: factor out kvm.arch.hyperv (de)initRoman Kagan2018-03-061-0/+9
* KVM: X86: implement the logic for spinlock optimizationLongpeng(Mike)2017-08-081-1/+1
* KVM: add spinlock optimization frameworkLongpeng(Mike)2017-08-081-1/+1
* KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCYLadi Prosek2017-08-071-0/+6
* kvm: x86: hyperv: avoid livelock in oneshot SynIC timersRoman Kagan2017-07-201-3/+4
* kvm: x86: hyperv: make VP_INDEX managed by userspaceRoman Kagan2017-07-141-19/+35
* kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2Roman Kagan2017-07-131-4/+9
* sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-021-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-221-2/+2
|\
| * KVM: x86: use delivery to self in hyperv synicRadim Krčmář2017-01-091-2/+2
* | sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker2017-02-011-2/+3
|/
* KVM: hyperv: fix locking of struct kvm_hv fieldsPaolo Bonzini2016-12-161-9/+15
* kvm: x86: hyperv: make function static to avoid compiling warningJiang Biao2016-11-161-1/+1
* KVM: x86: Hyper-V tsc page setupPaolo Bonzini2016-09-201-16/+141
* KVM: x86: introduce get_kvmclock_nsPaolo Bonzini2016-09-201-1/+1
* KVM: Hyper-V: do not do hypercall userspace exits if SynIC is disabledPaolo Bonzini2016-04-011-0/+5
* kvm/x86: Hyper-V VMBus hypercall userspace exitAndrey Smetanin2016-02-161-7/+32
* kvm/x86: Reject Hyper-V hypercall continuationAndrey Smetanin2016-02-161-0/+7
* kvm/x86: Pass return code of kvm_emulate_hypercallAndrey Smetanin2016-02-161-1/+1
* kvm/x86: Rename Hyper-V long spin wait hypercallAndrey Smetanin2016-02-161-1/+1
* kvm/x86: Hyper-V SynIC timers tracepointsAndrey Smetanin2016-01-081-1/+26
* kvm/x86: Hyper-V SynIC tracepointsAndrey Smetanin2016-01-081-5/+5
* kvm/x86: Update SynIC timers on guest entry onlyAndrey Smetanin2016-01-081-19/+19
* kvm/x86: Skip SynIC vector check for QEMU sideAndrey Smetanin2016-01-081-3/+4
* kvm/x86: Hyper-V fix SynIC timer disabling conditionAndrey Smetanin2016-01-081-1/+1
* kvm/x86: Reorg stimer_expiration() to better control timer restartAndrey Smetanin2016-01-081-12/+14
* kvm/x86: Hyper-V unify stimer_start() and stimer_restart()Andrey Smetanin2016-01-081-23/+20
* kvm/x86: Drop stimer_stop() functionAndrey Smetanin2016-01-081-6/+1
* kvm/x86: Hyper-V timers fix incorrect logical operationAndrey Smetanin2016-01-081-1/+1
* kvm/x86: Remove Hyper-V SynIC timer stoppingAndrey Smetanin2015-12-161-1/+0
* kvm/x86: Hyper-V SynIC timersAndrey Smetanin2015-12-161-3/+315
* kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ackAndrey Smetanin2015-12-161-0/+31
* kvm/x86: Hyper-V internal helper to read MSR HV_X64_MSR_TIME_REF_COUNTAndrey Smetanin2015-12-161-4/+7
* kvm/x86: Hyper-V kvm exitAndrey Smetanin2015-11-251-0/+20
* kvm/x86: Hyper-V synthetic interrupt controllerAndrey Smetanin2015-11-251-0/+315
* kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME supportAndrey Smetanin2015-10-011-2/+19
* kvm/x86: Hyper-V HV_X64_MSR_RESET msrAndrey Smetanin2015-10-011-0/+10
* kvm/x86: added hyper-v crash msrs into kvm hyperv contextAndrey Smetanin2015-07-231-3/+73
* kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c fileAndrey Smetanin2015-07-231-0/+307