Age | Commit message (Expand) | Author |
2022-09-26 | KVM: x86: Rename and expose helper to detect if INIT/SIPI are allowed | Sean Christopherson |
2022-09-26 | KVM: x86: Treat pending TRIPLE_FAULT requests as pending exceptions | Sean Christopherson |
2022-09-26 | KVM: x86: Morph pending exceptions to pending VM-Exits at queue time | Sean Christopherson |
2022-09-26 | KVM: x86: Make kvm_queued_exception a properly named, visible struct | Sean Christopherson |
2022-07-28 | KVM: x86: Split kvm_is_valid_cr4() and export only the non-vendor bits | Sean Christopherson |
2022-06-08 | KVM: VMX: Enable Notify VM exit | Tao Xu |
2022-06-08 | KVM: x86: Introduce "struct kvm_caps" to track misc caps/settings | Sean Christopherson |
2022-03-24 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2022-03-22 | Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-02-10 | KVM: x86/mmu: Split huge pages mapped by the TDP MMU during KVM_CLEAR_DIRTY_LOG | David Matlack |
2022-02-05 | Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Paolo Bonzini |
2022-02-02 | x86: Share definition of __is_canonical_address() | Adrian Hunter |
2022-02-01 | kvm/x86: rework guest entry logic | Mark Rutland |
2022-01-22 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2022-01-17 | KVM: x86: Making the module parameter of vPMU more common | Like Xu |
2022-01-16 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2022-01-12 | Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2022-01-07 | KVM: x86: Fix wall clock writes in Xen shared_info not to mark page dirty | David Woodhouse |
2021-11-26 | KVM: nVMX: Abide to KVM_REQ_TLB_FLUSH_GUEST request on nested vmentry/vmexit | Sean Christopherson |
2021-11-18 | KVM: x86: Assume a 64-bit hypercall for guests with protected state | Tom Lendacky |
2021-11-17 | KVM: x86: More precisely identify NMI from guest when handling PMI | Sean Christopherson |
2021-11-17 | KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable | Sean Christopherson |
2021-10-22 | kvm: x86: Remove stale declaration of kvm_no_apic_vcpu | Jim Mattson |
2021-08-13 | KVM: x86: Move declaration of kvm_spurious_fault() to x86.h | Uros Bizjak |
2021-06-24 | KVM: x86/mmu: Use MMU role_regs to get LA57, and drop vCPU LA57 helper | Sean Christopherson |
2021-05-05 | KVM: x86: Consolidate guest enter/exit logic to common helpers | Sean Christopherson |
2021-04-26 | KVM: x86: Rename GPR accessors to make mode-aware variants the defaults | Sean Christopherson |
2021-04-22 | Merge branch 'kvm-sev-cgroup' into HEAD | Paolo Bonzini |
2021-03-30 | KVM: x86: remove unused declaration of kvm_write_tsc() | Dongli Zhang |
2021-03-15 | KVM: x86: Handle triple fault in L2 without killing L1 | Sean Christopherson |
2021-03-15 | KVM: x86: Move nVMX's consistency check macro to common code | Sean Christopherson |
2021-02-04 | KVM: x86/xen: update wallclock region | Joao Martins |
2021-02-04 | KVM: move EXIT_FASTPATH_REENTER_GUEST to common code | Paolo Bonzini |
2021-02-04 | KVM: x86: use static calls to reduce kvm_x86_ops overhead | Jason Baron |
2021-02-04 | KVM: x86: Factor out x86 instruction emulation with decoding | Wei Huang |
2021-02-04 | KVM: VMX: read/write MSR_IA32_DEBUGCTLMSR from GUEST_IA32_DEBUGCTL | Like Xu |
2021-02-01 | KVM: x86: Supplement __cr4_reserved_bits() with X86_FEATURE_PCID check | Vitaly Kuznetsov |
2020-12-15 | KVM: SVM: Provide support for SEV-ES vCPU loading | Tom Lendacky |
2020-12-15 | KVM: SVM: Support string IO operations for an SEV-ES guest | Tom Lendacky |
2020-12-15 | KVM: SVM: Support MMIO for an SEV-ES guest | Tom Lendacky |
2020-12-14 | KVM/VMX/SVM: Move kvm_machine_check function to x86.h | Uros Bizjak |
2020-11-15 | KVM: x86: Return bool instead of int for CR4 and SREGS validity checks | Sean Christopherson |
2020-11-08 | KVM: x86: use positive error values for msr emulation that causes #GP | Maxim Levitsky |
2020-09-28 | KVM: x86: Add infrastructure for MSR filtering | Alexander Graf |
2020-09-28 | KVM: X86: Move handling of INVPCID types to x86 | Babu Moger |
2020-09-28 | KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.c | Babu Moger |
2020-09-28 | KVM: LAPIC: Narrow down the kick target vCPU | Wanpeng Li |
2020-07-10 | KVM: x86: Add helper functions for illegal GPA checking and page fault injection | Mohammed Gamal |
2020-07-09 | kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the host | Maxim Levitsky |
2020-07-08 | KVM: nSVM: Check that MBZ bits in CR3 and CR4 are not set on vmrun of nested ... | Krish Sadhukhan |