aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/hyperv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-08KVM: X86: implement the logic for spinlock optimizationLongpeng(Mike)1-1/+1
2017-08-08KVM: add spinlock optimization frameworkLongpeng(Mike)1-1/+1
2017-08-07KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCYLadi Prosek1-0/+6
2017-07-20kvm: x86: hyperv: avoid livelock in oneshot SynIC timersRoman Kagan1-3/+4
2017-07-14kvm: x86: hyperv: make VP_INDEX managed by userspaceRoman Kagan1-19/+35
2017-07-13kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2Roman Kagan1-4/+9
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h>Ingo Molnar1-0/+2
2017-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2017-02-01sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker1-2/+3
2017-01-09KVM: x86: use delivery to self in hyperv synicRadim Krčmář1-2/+2
2016-12-16KVM: hyperv: fix locking of struct kvm_hv fieldsPaolo Bonzini1-9/+15
2016-11-16kvm: x86: hyperv: make function static to avoid compiling warningJiang Biao1-1/+1
2016-09-20KVM: x86: Hyper-V tsc page setupPaolo Bonzini1-16/+141
2016-09-20KVM: x86: introduce get_kvmclock_nsPaolo Bonzini1-1/+1
2016-04-01KVM: Hyper-V: do not do hypercall userspace exits if SynIC is disabledPaolo Bonzini1-0/+5
2016-02-16kvm/x86: Hyper-V VMBus hypercall userspace exitAndrey Smetanin1-7/+32
2016-02-16kvm/x86: Reject Hyper-V hypercall continuationAndrey Smetanin1-0/+7
2016-02-16kvm/x86: Pass return code of kvm_emulate_hypercallAndrey Smetanin1-1/+1
2016-02-16kvm/x86: Rename Hyper-V long spin wait hypercallAndrey Smetanin1-1/+1
2016-01-08kvm/x86: Hyper-V SynIC timers tracepointsAndrey Smetanin1-1/+26
2016-01-08kvm/x86: Hyper-V SynIC tracepointsAndrey Smetanin1-5/+5
2016-01-08kvm/x86: Update SynIC timers on guest entry onlyAndrey Smetanin1-19/+19
2016-01-08kvm/x86: Skip SynIC vector check for QEMU sideAndrey Smetanin1-3/+4
2016-01-08kvm/x86: Hyper-V fix SynIC timer disabling conditionAndrey Smetanin1-1/+1
2016-01-08kvm/x86: Reorg stimer_expiration() to better control timer restartAndrey Smetanin1-12/+14
2016-01-08kvm/x86: Hyper-V unify stimer_start() and stimer_restart()Andrey Smetanin1-23/+20
2016-01-08kvm/x86: Drop stimer_stop() functionAndrey Smetanin1-6/+1
2016-01-08kvm/x86: Hyper-V timers fix incorrect logical operationAndrey Smetanin1-1/+1
2015-12-16kvm/x86: Remove Hyper-V SynIC timer stoppingAndrey Smetanin1-1/+0
2015-12-16kvm/x86: Hyper-V SynIC timersAndrey Smetanin1-3/+315
2015-12-16kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ackAndrey Smetanin1-0/+31
2015-12-16kvm/x86: Hyper-V internal helper to read MSR HV_X64_MSR_TIME_REF_COUNTAndrey Smetanin1-4/+7
2015-11-25kvm/x86: Hyper-V kvm exitAndrey Smetanin1-0/+20
2015-11-25kvm/x86: Hyper-V synthetic interrupt controllerAndrey Smetanin1-0/+315
2015-10-01kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME supportAndrey Smetanin1-2/+19
2015-10-01kvm/x86: Hyper-V HV_X64_MSR_RESET msrAndrey Smetanin1-0/+10
2015-07-23kvm/x86: added hyper-v crash msrs into kvm hyperv contextAndrey Smetanin1-3/+73
2015-07-23kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c fileAndrey Smetanin1-0/+307