index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
hyperv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-24
KVM: x86: hyper-v: set NoNonArchitecturalCoreSharing CPUID bit when SMT is im...
Vitaly Kuznetsov
1
-1
/
+3
2019-09-24
KVM: hyperv: Fix Direct Synthetic timers assert an interrupt w/o lapic_in_kernel
Wanpeng Li
1
-2
/
+10
2019-08-27
KVM: x86: hyper-v: don't crash on KVM_GET_SUPPORTED_HV_CPUID when kvm_intel.n...
Vitaly Kuznetsov
1
-1
/
+4
2019-07-15
x86: kvm: avoid -Wsometimes-uninitized warning
Arnd Bergmann
1
-11
/
+9
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499
Thomas Gleixner
1
-4
/
+1
2019-05-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-12
/
+12
2019-04-30
KVM: x86: Omit caching logic for always-available GPRs
Sean Christopherson
1
-12
/
+12
2019-04-18
x86: kvm: hyper-v: deal with buggy TLB flush requests from WS2012
Vitaly Kuznetsov
1
-1
/
+10
2019-03-28
x86/kvm/hyper-v: avoid spurious pending stimer on vCPU init
Vitaly Kuznetsov
1
-2
/
+7
2019-02-20
kvm: x86: Add memcg accounting to KVM allocations
Ben Gardon
1
-1
/
+1
2019-01-25
KVM: x86: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-1
/
+1
2019-01-25
x86/kvm/hyper-v: recommend using eVMCS only when it is enabled
Vitaly Kuznetsov
1
-1
/
+2
2019-01-25
x86/kvm/hyper-v: don't recommend doing reset via synthetic MSR
Vitaly Kuznetsov
1
-1
/
+0
2019-01-25
x86/kvm/hyper-v: don't announce GUEST IDLE MSR support
Vitaly Kuznetsov
1
-1
/
+0
2018-12-14
x86/hyper-v: Stop caring about EOI for direct stimers
Vitaly Kuznetsov
1
-33
/
+3
2018-12-14
x86/kvm/hyper-v: avoid open-coding stimer_mark_pending() in kvm_hv_notify_ack...
Vitaly Kuznetsov
1
-9
/
+3
2018-12-14
x86/kvm/hyper-v: direct mode for synthetic timers
Vitaly Kuznetsov
1
-8
/
+59
2018-12-14
x86/kvm/hyper-v: use stimer config definition from hyperv-tlfs.h
Vitaly Kuznetsov
1
-17
/
+18
2018-12-14
x86/kvm/hyper-v: Introduce KVM_GET_SUPPORTED_HV_CPUID
Vitaly Kuznetsov
1
-0
/
+121
2018-12-14
x86/hyper-v: Do some housekeeping in hyperv-tlfs.h
Vitaly Kuznetsov
1
-2
/
+2
2018-12-14
x86: kvm: hyperv: don't retry message delivery for periodic timers
Roman Kagan
1
-2
/
+12
2018-12-14
x86: kvm: hyperv: simplify SynIC message delivery
Roman Kagan
1
-57
/
+41
2018-10-17
x86/kvm/hyperv: don't clear VP assist pages on init
Vitaly Kuznetsov
1
-1
/
+7
2018-10-17
KVM: hyperv: define VP assist page helpers
Ladi Prosek
1
-2
/
+21
2018-10-17
KVM: x86: hyperv: optimize sparse VP set processing
Vitaly Kuznetsov
1
-98
/
+67
2018-10-17
KVM: x86: hyperv: fix 'tlb_lush' typo
Vitaly Kuznetsov
1
-3
/
+3
2018-10-17
KVM: x86: hyperv: implement PV IPI send hypercalls
Vitaly Kuznetsov
1
-0
/
+115
2018-10-17
KVM: x86: hyperv: optimize kvm_hv_flush_tlb() for vp_index == vcpu_idx case
Vitaly Kuznetsov
1
-44
/
+52
2018-10-17
KVM: x86: hyperv: valid_bank_mask should be 'u64'
Vitaly Kuznetsov
1
-2
/
+3
2018-10-17
KVM: x86: hyperv: keep track of mismatched VP indexes
Vitaly Kuznetsov
1
-3
/
+23
2018-10-17
KVM: x86: hyperv: consistently use 'hv_vcpu' for 'struct kvm_vcpu_hv' variables
Vitaly Kuznetsov
1
-9
/
+9
2018-10-17
KVM: x86: hyperv: optimize 'all cpus' case in kvm_hv_flush_tlb()
Vitaly Kuznetsov
1
-19
/
+23
2018-10-17
KVM: x86: hyperv: enforce vp_index < KVM_MAX_VCPUS
Vitaly Kuznetsov
1
-3
/
+5
2018-08-06
KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd
Paolo Bonzini
1
-7
/
+20
2018-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-13
/
+158
2018-05-26
KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE}_EX imp...
Vitaly Kuznetsov
1
-12
/
+98
2018-05-26
KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE} implem...
Vitaly Kuznetsov
1
-1
/
+57
2018-05-26
KVM: x86: hyperv: do rep check for each hypercall separately
Vitaly Kuznetsov
1
-9
/
+12
2018-05-26
KVM: x86: hyperv: use defines when parsing hypercall parameters
Vitaly Kuznetsov
1
-3
/
+3
2018-05-25
KVM: x86: fix #UD address of failed Hyper-V hypercalls
Radim Krčmář
1
-8
/
+11
2018-05-11
KVM: hyperv: idr_find needs RCU protection
Paolo Bonzini
1
-1
/
+3
2018-05-11
x86: Delay skip of emulated hypercall instruction
Marian Rotariu
1
-1
/
+1
2018-03-28
x86/kvm: rename HV_X64_MSR_APIC_ASSIST_PAGE to HV_X64_MSR_VP_ASSIST_PAGE
Ladi Prosek
1
-4
/
+4
2018-03-23
kvm: x86: hyperv: delete dead code in kvm_hv_hypercall()
Dan Carpenter
1
-8
/
+7
2018-03-16
x86/kvm/hyper-v: inject #GP only when invalid SINTx vector is unmasked
Vitaly Kuznetsov
1
-1
/
+9
2018-03-16
x86/kvm/hyper-v: remove stale entries from vec_bitmap/auto_eoi_bitmap on vect...
Vitaly Kuznetsov
1
-10
/
+22
2018-03-16
x86/kvm/hyper-v: add reenlightenment MSRs support
Vitaly Kuznetsov
1
-0
/
+21
2018-03-06
kvm: x86: hyperv: guest->host event signaling via eventfd
Roman Kagan
1
-1
/
+102
2018-03-06
kvm: x86: factor out kvm.arch.hyperv (de)init
Roman Kagan
1
-0
/
+9
2017-08-08
KVM: X86: implement the logic for spinlock optimization
Longpeng(Mike)
1
-1
/
+1
[next]