| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-17 | KVM: x86: Use "checked" versions of get_user() and put_user() | Sean Christopherson | 1 | -1/+1 |
| 2025-09-30 | KVM: x86: Export KVM-internal symbols for sub-modules only | Sean Christopherson | 1 | -2/+2 |
| 2025-09-16 | KVM: x86: hyper-v: Use guard() instead of mutex_lock() to simplify code | Liao Yuanhong | 1 | -7/+5 |
| 2025-07-29 | Merge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 1 | -3/+7 |
| 2025-06-25 | KVM: x86/hyper-v: Skip non-canonical addresses during PV TLB flush | Manuel Andreas | 1 | -0/+3 |
| 2025-06-24 | KVM: x86/hyper-v: Use preallocated per-vCPU buffer for de-sparsified vCPU masks | Sean Christopherson | 1 | -1/+1 |
| 2025-06-20 | KVM: x86: Drop superfluous kvm_hv_set_sint() => kvm_hv_synic_set_irq() wrapper | Sean Christopherson | 1 | -3/+7 |
| 2025-02-18 | KVM: x86: Switch to use hrtimer_setup() | Nam Cao | 1 | -2/+1 |
| 2025-02-12 | KVM: x86: Reject Hyper-V's SEND_IPI hypercalls if local APIC isn't in-kernel | Sean Christopherson | 1 | -1/+5 |
| 2024-12-18 | KVM: x86: Replace (almost) all guest CPUID feature queries with cpu_caps | Sean Christopherson | 1 | -1/+1 |
| 2024-07-16 | KVM: x86: Introduce kvm_x86_call() to simplify static calls of kvm_x86_ops | Wei Wang | 1 | -3/+3 |
| 2024-06-05 | KVM: x86: Make nanoseconds per APIC bus cycle a VM variable | Isaku Yamahata | 1 | -1/+2 |
| 2024-06-05 | KVM: x86: hyper-v: Calculate APIC bus frequency for Hyper-V | Isaku Yamahata | 1 | -1/+1 |
| 2024-01-31 | KVM: x86: Give a hint when Win2016 might fail to boot due to XSAVES erratum | Maciej S. Szmigiero | 1 | -0/+50 |
| 2023-11-28 | eventfd: simplify eventfd_signal() | Christian Brauner | 1 | -1/+1 |
| 2023-10-17 | KVM: x86: hyper-v: Don't auto-enable stimer on write from user-space | Nicolas Saenz Julienne | 1 | -4/+6 |
| 2023-08-17 | KVM: x86: Remove break statements that will never be executed | Like Xu | 1 | -1/+0 |
| 2023-02-15 | Merge tag 'kvm-x86-pmu-6.3' of https://github.com/kvm-x86/linux into HEAD | Paolo Bonzini | 1 | -6/+4 |
| 2023-02-01 | KVM: x86: hyper-v: Add extended hypercall support in Hyper-v | Vipin Sharma | 1 | -0/+28 |
| 2023-02-01 | KVM: x86: hyper-v: Use common code for hypercall userspace exit | Vipin Sharma | 1 | -16/+11 |
| 2023-01-26 | KVM: x86/pmu: Gate all "unimplemented MSR" prints on report_ignored_msrs | Sean Christopherson | 1 | -6/+4 |
| 2022-12-29 | KVM: x86: Unify pr_fmt to use module name for all KVM modules | Sean Christopherson | 1 | -0/+1 |
| 2022-12-29 | KVM: x86: Hyper-V invariant TSC control | Vitaly Kuznetsov | 1 | -0/+19 |
| 2022-12-23 | KVM: x86: hyper-v: Fix 'using uninitialized value' Coverity warning | Vitaly Kuznetsov | 1 | -27/+36 |
| 2022-11-18 | KVM: x86: Expose Hyper-V L2 TLB flush feature | Vitaly Kuznetsov | 1 | -0/+1 |
| 2022-11-18 | KVM: x86: Make kvm_hv_get_assist_page() return 0/-errno | Vitaly Kuznetsov | 1 | -4/+4 |
| 2022-11-18 | KVM: nVMX: hyper-v: Cache VP assist page in 'struct kvm_vcpu_hv' | Vitaly Kuznetsov | 1 | -4/+6 |
| 2022-11-18 | KVM: x86: hyper-v: L2 TLB flush | Vitaly Kuznetsov | 1 | -13/+67 |
| 2022-11-18 | KVM: x86: hyper-v: Use preallocated buffer in 'struct kvm_vcpu_hv' instead of... | Vitaly Kuznetsov | 1 | -2/+4 |
| 2022-11-18 | KVM: x86: hyper-v: Create a separate fifo for L2 TLB flush | Vitaly Kuznetsov | 1 | -4/+7 |
| 2022-11-18 | KVM: x86: hyper-v: Don't use sparse_set_to_vcpu_mask() in kvm_hv_send_ipi() | Vitaly Kuznetsov | 1 | -11/+31 |
| 2022-11-18 | KVM: x86: hyper-v: Use HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK inst... | Vitaly Kuznetsov | 1 | -7/+6 |
| 2022-11-18 | KVM: x86: Prepare kvm_hv_flush_tlb() to handle L2's GPAs | Vitaly Kuznetsov | 1 | -0/+14 |
| 2022-11-18 | KVM: x86: hyper-v: Expose support for extended gva ranges for flush hypercalls | Vitaly Kuznetsov | 1 | -0/+1 |
| 2022-11-18 | KVM: x86: hyper-v: Handle HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST{,EX} calls gently | Vitaly Kuznetsov | 1 | -16/+95 |
| 2022-11-18 | KVM: x86: hyper-v: Add helper to read hypercall data for array | Sean Christopherson | 1 | -20/+33 |
| 2022-11-18 | KVM: x86: hyper-v: Introduce TLB flush fifo | Vitaly Kuznetsov | 1 | -0/+47 |
| 2022-11-18 | KVM: x86: hyper-v: Resurrect dedicated KVM_REQ_HV_TLB_FLUSH flag | Vitaly Kuznetsov | 1 | -2/+2 |
| 2022-09-26 | KVM: nVMX: Support PERF_GLOBAL_CTRL with enlightened VMCS | Vitaly Kuznetsov | 1 | -1/+1 |
| 2022-09-26 | KVM: x86: hyper-v: Cache HYPERV_CPUID_NESTED_FEATURES CPUID leaf | Vitaly Kuznetsov | 1 | -0/+6 |
| 2022-09-26 | KVM: x86: Report error when setting CPUID if Hyper-V allocation fails | Sean Christopherson | 1 | -16/+14 |
| 2022-09-26 | KVM: x86: Check for existing Hyper-V vCPU in kvm_hv_vcpu_init() | Sean Christopherson | 1 | -15/+12 |
| 2022-09-26 | KVM: x86: Zero out entire Hyper-V CPUID cache before processing entries | Vitaly Kuznetsov | 1 | -9/+2 |
| 2022-07-14 | KVM: x86: Add dedicated helper to get CPUID entry with significant index | Sean Christopherson | 1 | -4/+4 |
| 2022-06-04 | Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linux | Linus Torvalds | 1 | -6/+6 |
| 2022-06-03 | KVM: x86: hyper-v: replace bitmap_weight() with hweight64() | Yury Norov | 1 | -2/+2 |
| 2022-06-03 | KVM: x86: hyper-v: fix type of valid_bank_mask | Yury Norov | 1 | -2/+2 |
| 2022-05-20 | KVM: x86: hyper-v: fix type of valid_bank_mask | Yury Norov | 1 | -2/+2 |
| 2022-05-02 | KVM: x86: replace bitmap_weight with bitmap_empty where appropriate | Yury Norov | 1 | -4/+4 |
| 2022-04-11 | KVM: x86: hyper-v: Avoid writing to TSC page without an active vCPU | Vitaly Kuznetsov | 1 | -32/+8 |
| 2022-04-02 | KVM: x86: Add wrappers for setting/clearing APICv inhibits | Sean Christopherson | 1 | -3/+7 |
| 2022-03-29 | KVM: x86: Forbid VMM to set SYNIC/STIMER MSRs when SynIC wasn't activated | Vitaly Kuznetsov | 1 | -3/+6 |
| 2022-03-29 | KVM: x86: Check lapic_in_kernel() before attempting to set a SynIC irq | Vitaly Kuznetsov | 1 | -0/+3 |
| 2022-02-25 | Merge branch 'kvm-hv-xmm-hypercall-fixes' into HEAD | Paolo Bonzini | 1 | -36/+49 |
| 2022-02-25 | KVM: x86: hyper-v: HVCALL_SEND_IPI_EX is an XMM fast hypercall | Vitaly Kuznetsov | 1 | -18/+34 |
| 2022-02-25 | KVM: x86: hyper-v: Fix the maximum number of sparse banks for XMM fast TLB fl... | Vitaly Kuznetsov | 1 | -1/+2 |
| 2022-02-25 | KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_flush_tlb() | Vitaly Kuznetsov | 1 | -17/+6 |
| 2022-02-25 | KVM: x86: hyper-v: Drop redundant 'ex' parameter from kvm_hv_send_ipi() | Vitaly Kuznetsov | 1 | -4/+4 |
| 2022-02-10 | KVM: nSVM: Implement Enlightened MSR-Bitmap feature | Vitaly Kuznetsov | 1 | -6/+1 |
| 2022-02-10 | KVM: x86: Make kvm_hv_hypercall_enabled() static inline | Vitaly Kuznetsov | 1 | -5/+0 |
| 2022-02-10 | KVM: x86: Add checks for reserved-to-zero Hyper-V hypercall fields | Sean Christopherson | 1 | -0/+5 |
| 2022-02-10 | KVM: x86: Reject fixeds-size Hyper-V hypercalls with non-zero "var_cnt" | Sean Christopherson | 1 | -6/+6 |
| 2022-02-10 | KVM: x86: Shove vp_bitmap handling down into sparse_set_to_vcpu_mask() | Sean Christopherson | 1 | -27/+38 |
| 2022-02-10 | KVM: x86: Don't bother reading sparse banks that end up being ignored | Sean Christopherson | 1 | -3/+16 |
| 2022-02-10 | KVM: x86: Add a helper to get the sparse VP_SET for IPIs and TLB flushes | Sean Christopherson | 1 | -16/+16 |
| 2022-02-10 | KVM: x86: Refactor kvm_hv_flush_tlb() to reduce indentation | Sean Christopherson | 1 | -19/+21 |
| 2022-02-10 | KVM: x86: Get the number of Hyper-V sparse banks from the VARHEAD field | Sean Christopherson | 1 | -14/+21 |
| 2022-02-10 | KVM: x86: Skip APICv update if APICv is disable at the module level | Sean Christopherson | 1 | -0/+3 |
| 2021-12-21 | Merge remote-tracking branch 'kvm/master' into HEAD | Paolo Bonzini | 1 | -2/+5 |
| 2021-12-10 | KVM: x86: Ignore sparse banks size for an "all CPUs", non-sparse IPI req | Sean Christopherson | 1 | -2/+5 |
| 2021-12-08 | KVM: nVMX: Implement Enlightened MSR Bitmap feature | Vitaly Kuznetsov | 1 | -0/+2 |
| 2021-12-08 | KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index | Marc Zyngier | 1 | -3/+4 |
| 2021-11-18 | KVM: x86: Assume a 64-bit hypercall for guests with protected state | Tom Lendacky | 1 | -2/+2 |
| 2021-11-11 | KVM: x86: Rename kvm_lapic_enable_pv_eoi() | Vitaly Kuznetsov | 1 | -2/+2 |
| 2021-10-22 | KVM: x86: Use rw_semaphore for APICv lock to allow vCPU parallelism | Sean Christopherson | 1 | -2/+2 |
| 2021-09-30 | KVM: Make kvm_make_vcpus_request_mask() use pre-allocated cpu_kick_mask | Vitaly Kuznetsov | 1 | -4/+1 |
| 2021-09-30 | KVM: Drop 'except' parameter from kvm_make_vcpus_request_mask() | Vitaly Kuznetsov | 1 | -1/+1 |
| 2021-09-30 | KVM: x86: hyper-v: Avoid calling kvm_make_vcpus_request_mask() with vcpu_mask... | Vitaly Kuznetsov | 1 | -6/+9 |
| 2021-09-22 | KVM: x86: Query vcpu->vcpu_idx directly and drop its accessor | Sean Christopherson | 1 | -4/+3 |
| 2021-09-07 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -6/+26 |
| 2021-08-20 | KVM: x86: hyper-v: Deactivate APICv only when AutoEOI feature is in use | Vitaly Kuznetsov | 1 | -6/+26 |
| 2021-08-13 | KVM: x86: remove dead initialization | Paolo Bonzini | 1 | -1/+1 |
| 2021-08-03 | KVM: x86: hyper-v: Check if guest is allowed to use XMM registers for hyperca... | Vitaly Kuznetsov | 1 | -2/+11 |
| 2021-08-03 | KVM: x86: Introduce trace_kvm_hv_hypercall_done() | Vitaly Kuznetsov | 1 | -0/+1 |
| 2021-08-03 | KVM: x86: hyper-v: Check access to hypercall before reading XMM registers | Vitaly Kuznetsov | 1 | -3/+3 |
| 2021-06-17 | KVM: nVMX: Sync all PGDs on nested transition with shadow paging | Sean Christopherson | 1 | -1/+1 |
| 2021-06-17 | KVM: x86: hyper-v: Honor HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED bit | Vitaly Kuznetsov | 1 | -0/+8 |
| 2021-06-17 | KVM: x86: hyper-v: Honor HV_X64_CLUSTER_IPI_RECOMMENDED bit | Vitaly Kuznetsov | 1 | -0/+4 |
| 2021-06-17 | KVM: x86: hyper-v: Honor HV_X64_REMOTE_TLB_FLUSH_RECOMMENDED bit | Vitaly Kuznetsov | 1 | -0/+6 |
| 2021-06-17 | KVM: x86: hyper-v: Honor HV_DEBUGGING privilege bit | Vitaly Kuznetsov | 1 | -0/+9 |
| 2021-06-17 | KVM: x86: hyper-v: Honor HV_SIGNAL_EVENTS privilege bit | Vitaly Kuznetsov | 1 | -0/+2 |
| 2021-06-17 | KVM: x86: hyper-v: Honor HV_POST_MESSAGES privilege bit | Vitaly Kuznetsov | 1 | -0/+2 |
| 2021-06-17 | KVM: x86: hyper-v: Check access to HVCALL_NOTIFY_LONG_SPIN_WAIT hypercall | Vitaly Kuznetsov | 1 | -0/+11 |
| 2021-06-17 | KVM: x86: hyper-v: Prepare to check access to Hyper-V hypercalls | Vitaly Kuznetsov | 1 | -0/+11 |
| 2021-06-17 | KVM: x86: hyper-v: Honor HV_STIMER_DIRECT_MODE_AVAILABLE privilege bit | Vitaly Kuznetsov | 1 | -0/+6 |
| 2021-06-17 | KVM: x86: hyper-v: Inverse the default in hv_check_msr_access() | Vitaly Kuznetsov | 1 | -1/+1 |
| 2021-06-17 | KVM: x86: hyper-v: Honor HV_FEATURE_DEBUG_MSRS_AVAILABLE privilege bit | Vitaly Kuznetsov | 1 | -0/+4 |
| 2021-06-17 | KVM: x86: hyper-v: Honor HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE privilege bit | Vitaly Kuznetsov | 1 | -0/+4 |
| 2021-06-17 | KVM: x86: hyper-v: Honor HV_ACCESS_REENLIGHTENMENT privilege bit | Vitaly Kuznetsov | 1 | -0/+5 |
| 2021-06-17 | KVM: x86: hyper-v: Honor HV_ACCESS_FREQUENCY_MSRS privilege bit | Vitaly Kuznetsov | 1 | -0/+4 |
| 2021-06-17 | KVM: x86: hyper-v: Honor HV_MSR_APIC_ACCESS_AVAILABLE privilege bit | Vitaly Kuznetsov | 1 | -0/+7 |
| 2021-06-17 | KVM: x86: hyper-v: Honor HV_MSR_SYNTIMER_AVAILABLE privilege bit | Vitaly Kuznetsov | 1 | -0/+10 |
| 2021-06-17 | KVM: x86: hyper-v: Honor HV_MSR_SYNIC_AVAILABLE privilege bit | Vitaly Kuznetsov | 1 | -0/+8 |
| 2021-06-17 | KVM: x86: hyper-v: Honor HV_MSR_REFERENCE_TSC_AVAILABLE privilege bit | Vitaly Kuznetsov | 1 | -0/+3 |
| 2021-06-17 | KVM: x86: hyper-v: Honor HV_MSR_RESET_AVAILABLE privilege bit | Vitaly Kuznetsov | 1 | -0/+3 |
| 2021-06-17 | KVM: x86: hyper-v: Honor HV_MSR_VP_INDEX_AVAILABLE privilege bit | Vitaly Kuznetsov | 1 | -0/+3 |
| 2021-06-17 | KVM: x86: hyper-v: Honor HV_MSR_TIME_REF_COUNT_AVAILABLE privilege bit | Vitaly Kuznetsov | 1 | -0/+3 |
| 2021-06-17 | KVM: x86: hyper-v: Honor HV_MSR_VP_RUNTIME_AVAILABLE privilege bit | Vitaly Kuznetsov | 1 | -0/+3 |
| 2021-06-17 | KVM: x86: hyper-v: Honor HV_MSR_HYPERCALL_AVAILABLE privilege bit | Vitaly Kuznetsov | 1 | -0/+12 |
| 2021-06-17 | KVM: x86: hyper-v: Prepare to check access to Hyper-V MSRs | Vitaly Kuznetsov | 1 | -0/+18 |
| 2021-06-17 | KVM: x86: hyper-v: Cache guest CPUID leaves determining features availability | Vitaly Kuznetsov | 1 | -10/+39 |
| 2021-06-17 | KVM: x86: hyper-v: Introduce KVM_CAP_HYPERV_ENFORCE_CPUID | Vitaly Kuznetsov | 1 | -0/+21 |
| 2021-06-17 | KVM: hyper-v: Advertise support for fast XMM hypercalls | Siddharth Chandrasekaran | 1 | -0/+1 |
| 2021-06-17 | KVM: x86: kvm_hv_flush_tlb use inputs from XMM registers | Siddharth Chandrasekaran | 1 | -19/+71 |
| 2021-06-17 | KVM: hyper-v: Collect hypercall params into struct | Siddharth Chandrasekaran | 1 | -68/+79 |
| 2021-05-27 | KVM: X86: hyper-v: Task srcu lock when accessing kvm_memslots() | Wanpeng Li | 1 | -0/+8 |
| 2021-03-18 | KVM: x86: hyper-v: Don't touch TSC page values when guest opted for re-enligh... | Vitaly Kuznetsov | 1 | -1/+25 |
| 2021-03-18 | KVM: x86: hyper-v: Track Hyper-V TSC page status | Vitaly Kuznetsov | 1 | -14/+35 |
| 2021-03-17 | KVM: x86: hyper-v: Prevent using not-yet-updated TSC page by secondary CPUs | Vitaly Kuznetsov | 1 | -0/+23 |
| 2021-03-17 | KVM: x86: hyper-v: Limit guest to writing zero to HV_X64_MSR_TSC_EMULATION_ST... | Vitaly Kuznetsov | 1 | -0/+3 |
| 2021-02-26 | KVM: x86: hyper-v: Fix Hyper-V context null-ptr-deref | Wanpeng Li | 1 | -1/+1 |
| 2021-02-09 | KVM: x86: hyper-v: Allocate Hyper-V context lazily | Vitaly Kuznetsov | 1 | -8/+25 |
| 2021-02-09 | KVM: x86: hyper-v: Make Hyper-V emulation enablement conditional | Vitaly Kuznetsov | 1 | -4/+23 |
| 2021-02-09 | KVM: x86: hyper-v: Allocate 'struct kvm_vcpu_hv' dynamically | Vitaly Kuznetsov | 1 | -2/+14 |
| 2021-02-09 | KVM: x86: hyper-v: Prepare to meet unallocated Hyper-V context | Vitaly Kuznetsov | 1 | -7/+10 |
| 2021-02-09 | KVM: x86: hyper-v: Always use to_hv_vcpu() accessor to get to 'struct kvm_vcp... | Vitaly Kuznetsov | 1 | -6/+8 |
| 2021-02-09 | KVM: x86: hyper-v: Stop shadowing global 'current_vcpu' variable | Vitaly Kuznetsov | 1 | -6/+5 |
| 2021-02-09 | KVM: x86: hyper-v: Introduce to_kvm_hv() helper | Vitaly Kuznetsov | 1 | -51/+56 |
| 2021-02-09 | KVM: x86: hyper-v: Rename vcpu_to_hv_syndbg() to to_hv_syndbg() | Vitaly Kuznetsov | 1 | -4/+4 |
| 2021-02-09 | KVM: x86: hyper-v: Rename vcpu_to_stimer()/stimer_to_vcpu() | Vitaly Kuznetsov | 1 | -18/+18 |
| 2021-02-09 | KVM: x86: hyper-v: Rename vcpu_to_synic()/synic_to_vcpu() | Vitaly Kuznetsov | 1 | -15/+15 |
| 2021-02-09 | KVM: x86: hyper-v: Rename vcpu_to_hv_vcpu() to to_hv_vcpu() | Vitaly Kuznetsov | 1 | -12/+12 |
| 2021-02-04 | KVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercalls | Joao Martins | 1 | -11/+29 |
| 2021-02-04 | KVM: x86: use static calls to reduce kvm_x86_ops overhead | Jason Baron | 1 | -2/+2 |
| 2020-11-15 | KVM: x86: hyper-v: allow KVM_GET_SUPPORTED_HV_CPUID as a system ioctl | Vitaly Kuznetsov | 1 | -3/+3 |
| 2020-10-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+11 |
| 2020-09-28 | KVM: x86: hyper-v: disallow configuring SynIC timers with no SynIC | Vitaly Kuznetsov | 1 | -0/+11 |
| 2020-09-27 | x86/hyperv: Remove aliases with X64 in their namex86-hyperv-2020-10-12x86/hyperv | Joseph Salisbury | 1 | -10/+10 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-08-10 | x86/kvm/hyper-v: Synic default SCONTROL MSR needs to be enabled | Jon Doron | 1 | -0/+1 |
| 2020-06-10 | Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2020-06-03 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -8/+187 |
| 2020-06-03 | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
| 2020-06-03 | x86: kvm_hv_set_msr(): use __put_user() instead of 32bit __clear_user() | Al Viro | 1 | -1/+1 |
| 2020-06-01 | x86/kvm/hyper-v: Add support for synthetic debugger via hypercalls | Jon Doron | 1 | -0/+28 |
| 2020-06-01 | x86/kvm/hyper-v: enable hypercalls regardless of hypercall page | Jon Doron | 1 | -1/+1 |
| 2020-06-01 | x86/kvm/hyper-v: Add support for synthetic debugger interface | Jon Doron | 1 | -3/+155 |
| 2020-05-20 | KVM: x86: hyperv: Remove duplicate definitions of Reference TSC Page | Michael Kelley | 1 | -2/+2 |
| 2020-05-13 | Merge branch 'kvm-amd-fixes' into HEAD | Paolo Bonzini | 1 | -1/+1 |
| 2020-05-08 | KVM: Introduce kvm_make_all_cpus_request_except() | Suravee Suthikulpanit | 1 | -1/+1 |
| 2020-04-23 | KVM: x86: move nested-related kvm_x86_ops to a separate struct | Paolo Bonzini | 1 | -2/+2 |
| 2020-04-21 | KVM: x86: make Hyper-V PV TLB flush use tlb_flush_guest() | Vitaly Kuznetsov | 1 | -2/+1 |
| 2020-03-31 | KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection | Sean Christopherson | 1 | -4/+4 |
| 2020-02-05 | kvm: x86: hyperv: Use APICv update request interface | Suravee Suthikulpanit | 1 | -2/+3 |
| 2020-01-27 | KVM: x86: Protect kvm_hv_msr_[get|set]_crash_data() from Spectre-v1/L1TF attacks | Marios Pomonis | 1 | -4/+6 |
| 2020-01-21 | KVM: hyperv: Fix some typos in vcpu unimpl info | Miaohe Lin | 1 | -2/+2 |
| 2020-01-21 | KVM: Fix some comment typos and missing parentheses | Miaohe Lin | 1 | -1/+1 |
| 2020-01-08 | KVM: X86: Move irrelevant declarations out of ioapic.h | Peter Xu | 1 | -0/+1 |
| 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 |