index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
hyperv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-08
KVM: X86: implement the logic for spinlock optimization
Longpeng(Mike)
1
-1
/
+1
2017-08-08
KVM: add spinlock optimization framework
Longpeng(Mike)
1
-1
/
+1
2017-08-07
KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCY
Ladi Prosek
1
-0
/
+6
2017-07-20
kvm: x86: hyperv: avoid livelock in oneshot SynIC timers
Roman Kagan
1
-3
/
+4
2017-07-14
kvm: x86: hyperv: make VP_INDEX managed by userspace
Roman Kagan
1
-19
/
+35
2017-07-13
kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2
Roman Kagan
1
-4
/
+9
2017-03-02
sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...
Ingo Molnar
1
-0
/
+2
2017-02-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+2
2017-02-01
sched/cputime: Convert task/group cputime to nsecs
Frederic Weisbecker
1
-2
/
+3
2017-01-09
KVM: x86: use delivery to self in hyperv synic
Radim Krčmář
1
-2
/
+2
2016-12-16
KVM: hyperv: fix locking of struct kvm_hv fields
Paolo Bonzini
1
-9
/
+15
2016-11-17
kvm: x86: hyperv: make function static to avoid compiling warning
Jiang Biao
1
-1
/
+1
2016-09-20
KVM: x86: Hyper-V tsc page setup
Paolo Bonzini
1
-16
/
+141
2016-09-20
KVM: x86: introduce get_kvmclock_ns
Paolo Bonzini
1
-1
/
+1
2016-04-01
KVM: Hyper-V: do not do hypercall userspace exits if SynIC is disabled
Paolo Bonzini
1
-0
/
+5
2016-02-16
kvm/x86: Hyper-V VMBus hypercall userspace exit
Andrey Smetanin
1
-7
/
+32
2016-02-16
kvm/x86: Reject Hyper-V hypercall continuation
Andrey Smetanin
1
-0
/
+7
2016-02-16
kvm/x86: Pass return code of kvm_emulate_hypercall
Andrey Smetanin
1
-1
/
+1
2016-02-16
kvm/x86: Rename Hyper-V long spin wait hypercall
Andrey Smetanin
1
-1
/
+1
2016-01-08
kvm/x86: Hyper-V SynIC timers tracepoints
Andrey Smetanin
1
-1
/
+26
2016-01-08
kvm/x86: Hyper-V SynIC tracepoints
Andrey Smetanin
1
-5
/
+5
2016-01-08
kvm/x86: Update SynIC timers on guest entry only
Andrey Smetanin
1
-19
/
+19
2016-01-08
kvm/x86: Skip SynIC vector check for QEMU side
Andrey Smetanin
1
-3
/
+4
2016-01-08
kvm/x86: Hyper-V fix SynIC timer disabling condition
Andrey Smetanin
1
-1
/
+1
2016-01-08
kvm/x86: Reorg stimer_expiration() to better control timer restart
Andrey Smetanin
1
-12
/
+14
2016-01-08
kvm/x86: Hyper-V unify stimer_start() and stimer_restart()
Andrey Smetanin
1
-23
/
+20
2016-01-08
kvm/x86: Drop stimer_stop() function
Andrey Smetanin
1
-6
/
+1
2016-01-08
kvm/x86: Hyper-V timers fix incorrect logical operation
Andrey Smetanin
1
-1
/
+1
2015-12-16
kvm/x86: Remove Hyper-V SynIC timer stopping
Andrey Smetanin
1
-1
/
+0
2015-12-16
kvm/x86: Hyper-V SynIC timers
Andrey Smetanin
1
-3
/
+315
2015-12-16
kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ack
Andrey Smetanin
1
-0
/
+31
2015-12-16
kvm/x86: Hyper-V internal helper to read MSR HV_X64_MSR_TIME_REF_COUNT
Andrey Smetanin
1
-4
/
+7
2015-11-25
kvm/x86: Hyper-V kvm exit
Andrey Smetanin
1
-0
/
+20
2015-11-25
kvm/x86: Hyper-V synthetic interrupt controller
Andrey Smetanin
1
-0
/
+315
2015-10-01
kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME support
Andrey Smetanin
1
-2
/
+19
2015-10-01
kvm/x86: Hyper-V HV_X64_MSR_RESET msr
Andrey Smetanin
1
-0
/
+10
2015-07-23
kvm/x86: added hyper-v crash msrs into kvm hyperv context
Andrey Smetanin
1
-3
/
+73
2015-07-23
kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c file
Andrey Smetanin
1
-0
/
+307