index
:
Linux Stable
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.13.y
linux-6.14.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
hyperv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: x86: Give a hint when Win2016 might fail to boot due to XSAVES erratum
Maciej S. Szmigiero
2024-01-31
1
-0
/
+50
*
eventfd: simplify eventfd_signal()
Christian Brauner
2023-11-28
1
-1
/
+1
*
KVM: x86: hyper-v: Don't auto-enable stimer on write from user-space
Nicolas Saenz Julienne
2023-10-17
1
-4
/
+6
*
KVM: x86: Remove break statements that will never be executed
Like Xu
2023-08-17
1
-1
/
+0
*
Merge tag 'kvm-x86-pmu-6.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-02-15
1
-6
/
+4
|
\
|
*
KVM: x86/pmu: Gate all "unimplemented MSR" prints on report_ignored_msrs
Sean Christopherson
2023-01-26
1
-6
/
+4
*
|
KVM: x86: hyper-v: Add extended hypercall support in Hyper-v
Vipin Sharma
2023-02-01
1
-0
/
+28
*
|
KVM: x86: hyper-v: Use common code for hypercall userspace exit
Vipin Sharma
2023-02-01
1
-16
/
+11
|
/
*
KVM: x86: Unify pr_fmt to use module name for all KVM modules
Sean Christopherson
2022-12-29
1
-0
/
+1
*
KVM: x86: Hyper-V invariant TSC control
Vitaly Kuznetsov
2022-12-29
1
-0
/
+19
*
KVM: x86: hyper-v: Fix 'using uninitialized value' Coverity warning
Vitaly Kuznetsov
2022-12-23
1
-27
/
+36
*
KVM: x86: Expose Hyper-V L2 TLB flush feature
Vitaly Kuznetsov
2022-11-18
1
-0
/
+1
*
KVM: x86: Make kvm_hv_get_assist_page() return 0/-errno
Vitaly Kuznetsov
2022-11-18
1
-4
/
+4
*
KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv'
Vitaly Kuznetsov
2022-11-18
1
-4
/
+6
*
KVM: x86: hyper-v: L2 TLB flush
Vitaly Kuznetsov
2022-11-18
1
-13
/
+67
*
KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of...
Vitaly Kuznetsov
2022-11-18
1
-2
/
+4
*
KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush
Vitaly Kuznetsov
2022-11-18
1
-4
/
+7
*
KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi()
Vitaly Kuznetsov
2022-11-18
1
-11
/
+31
*
KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK inst...
Vitaly Kuznetsov
2022-11-18
1
-7
/
+6
*
KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs
Vitaly Kuznetsov
2022-11-18
1
-0
/
+14
*
KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls
Vitaly Kuznetsov
2022-11-18
1
-0
/
+1
*
KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently
Vitaly Kuznetsov
2022-11-18
1
-16
/
+95
*
KVM: x86: hyper-v: Add helper to read hypercall data for array
Sean Christopherson
2022-11-18
1
-20
/
+33
*
KVM: x86: hyper-v: Introduce TLB flush fifo
Vitaly Kuznetsov
2022-11-18
1
-0
/
+47
*
KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag
Vitaly Kuznetsov
2022-11-18
1
-2
/
+2
*
KVM: nVMX: Support PERF_GLOBAL_CTRL with enlightened VMCS
Vitaly Kuznetsov
2022-09-26
1
-1
/
+1
*
KVM: x86: hyper-v: Cache HYPERV_CPUID_NESTED_FEATURES CPUID leaf
Vitaly Kuznetsov
2022-09-26
1
-0
/
+6
*
KVM: x86: Report error when setting CPUID if Hyper-V allocation fails
Sean Christopherson
2022-09-26
1
-16
/
+14
*
KVM: x86: Check for existing Hyper-V vCPU in kvm_hv_vcpu_init()
Sean Christopherson
2022-09-26
1
-15
/
+12
*
KVM: x86: Zero out entire Hyper-V CPUID cache before processing entries
Vitaly Kuznetsov
2022-09-26
1
-9
/
+2
*
KVM: x86: Add dedicated helper to get CPUID entry with significant index
Sean Christopherson
2022-07-14
1
-4
/
+4
*
Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linux
Linus Torvalds
2022-06-04
1
-6
/
+6
|
\
|
*
KVM: x86: hyper-v: replace bitmap_weight() with hweight64()
Yury Norov
2022-06-03
1
-2
/
+2
|
*
KVM: x86: hyper-v: fix type of valid_bank_mask
Yury Norov
2022-06-03
1
-2
/
+2
|
*
KVM: x86: replace bitmap_weight with bitmap_empty where appropriate
Yury Norov
2022-05-02
1
-4
/
+4
*
|
KVM: x86: hyper-v: fix type of valid_bank_mask
Yury Norov
2022-05-20
1
-2
/
+2
*
|
KVM: x86: hyper-v: Avoid writing to TSC page without an active vCPU
Vitaly Kuznetsov
2022-04-11
1
-32
/
+8
|
/
*
KVM: x86: Add wrappers for setting/clearing APICv inhibits
Sean Christopherson
2022-04-02
1
-3
/
+7
*
KVM: x86: Forbid VMM to set SYNIC/STIMER MSRs when SynIC wasn't activated
Vitaly Kuznetsov
2022-03-29
1
-3
/
+6
*
KVM: x86: Check lapic_in_kernel() before attempting to set a SynIC irq
Vitaly Kuznetsov
2022-03-29
1
-0
/
+3
*
Merge branch 'kvm-hv-xmm-hypercall-fixes' into HEAD
Paolo Bonzini
2022-02-25
1
-36
/
+49
|
\
|
*
KVM: x86: hyper-v: HVCALL_SEND_IPI_EX is an XMM fast hypercall
Vitaly Kuznetsov
2022-02-25
1
-18
/
+34
|
*
KVM: x86: hyper-v: Fix the maximum number of sparse banks for XMM fast TLB fl...
Vitaly Kuznetsov
2022-02-25
1
-1
/
+2
|
*
KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_flush_tlb()
Vitaly Kuznetsov
2022-02-25
1
-17
/
+6
|
*
KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_send_ipi()
Vitaly Kuznetsov
2022-02-25
1
-4
/
+4
*
|
KVM: nSVM: Implement Enlightened MSR-Bitmap feature
Vitaly Kuznetsov
2022-02-10
1
-6
/
+1
*
|
KVM: x86: Make kvm_hv_hypercall_enabled() static inline
Vitaly Kuznetsov
2022-02-10
1
-5
/
+0
*
|
KVM: x86: Add checks for reserved-to-zero Hyper-V hypercall fields
Sean Christopherson
2022-02-10
1
-0
/
+5
*
|
KVM: x86: Reject fixeds-size Hyper-V hypercalls with non-zero "var_cnt"
Sean Christopherson
2022-02-10
1
-6
/
+6
*
|
KVM: x86: Shove vp_bitmap handling down into sparse_set_to_vcpu_mask()
Sean Christopherson
2022-02-10
1
-27
/
+38
[next]