Age | Commit message (Expand) | Author |
2019-09-11 | KVM: x86: Fix INIT signal handling in various CPU states | Liran Alon |
2019-09-11 | x86: KVM: svm: Fix a check in nested_svm_vmrun() | Dan Carpenter |
2019-09-11 | KVM: x86: Return to userspace with internal error on unexpected exit reason | Liran Alon |
2019-09-10 | KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM code | Sean Christopherson |
2019-09-10 | KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callers | Sean Christopherson |
2019-09-10 | KVM: X86: Tune PLE Window tracepoint | Peter Xu |
2019-09-10 | KVM: x86: Disable posted interrupts for non-standard IRQs delivery modes | Alexander Graf |
2019-08-27 | KVM: x86: hyper-v: don't crash on KVM_GET_SUPPORTED_HV_CPUID when kvm_intel.n... | Vitaly Kuznetsov |
2019-08-22 | KVM: Assert that struct kvm_vcpu is always as offset zero | Sean Christopherson |
2019-08-22 | x86: KVM: svm: eliminate hardcoded RIP advancement from vmrun_interception() | Vitaly Kuznetsov |
2019-08-22 | x86: KVM: svm: eliminate weird goto from vmrun_interception() | Vitaly Kuznetsov |
2019-08-22 | x86: KVM: svm: remove hardcoded instruction length from intercepts | Vitaly Kuznetsov |
2019-08-22 | x86: KVM: add xsetbv to the emulator | Vitaly Kuznetsov |
2019-08-22 | x86: kvm: svm: propagate errors from skip_emulated_instruction() | Vitaly Kuznetsov |
2019-08-22 | x86: KVM: svm: don't pretend to advance RIP in case wrmsr_interception() resu... | Vitaly Kuznetsov |
2019-08-22 | KVM: x86: always expose VIRT_SSBD to guests | Paolo Bonzini |
2019-08-14 | KVM: x86: svm: remove redundant assignment of var new_entry | Miaohe Lin |
2019-08-05 | KVM: Fix leak vCPU's VMCS value into other pCPU | Wanpeng Li |
2019-07-22 | KVM: X86: Dynamically allocate user_fpu | Wanpeng Li |
2019-07-20 | KVM: SVM: Fix detection of AMD Errata 1096 | Liran Alon |
2019-07-11 | Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini |
2019-07-11 | KVM: x86: Unconditionally enable irqs in guest context | Sean Christopherson |
2019-07-03 | KVM: svm: add nrips module parameter | Paolo Bonzini |
2019-07-02 | KVM: nVMX: list VMX MSRs in KVM_GET_MSR_INDEX_LIST | Paolo Bonzini |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499 | Thomas Gleixner |
2019-06-18 | KVM: VMX: Handle NMIs, #MCs and async #PFs in common irqs-disabled fn | Sean Christopherson |
2019-06-18 | KVM: x86: Move kvm_{before,after}_interrupt() calls to vendor code | Sean Christopherson |
2019-06-04 | KVM: Directly return result from kvm_arch_check_processor_compat() | Sean Christopherson |
2019-06-04 | kvm: svm/avic: Do not send AVIC doorbell to self | Suthikulpanit, Suravee |
2019-06-04 | KVM: LAPIC: Optimize timer latency further | Wanpeng Li |
2019-06-04 | KVM/nSVM: properly map nested VMCB | Vitaly Kuznetsov |
2019-05-24 | KVM: x86: do not spam dmesg with VMCS/VMCB dumps | Paolo Bonzini |
2019-05-24 | kvm: svm/avic: fix off-by-one in checking host APIC ID | Suthikulpanit, Suravee |
2019-05-17 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2019-05-14 | mm/gup: change GUP fast to use flags rather than a write 'bool' | Ira Weiny |
2019-04-30 | KVM: x86: use direct accessors for RIP and RSP | Paolo Bonzini |
2019-04-30 | KVM: x86: Omit caching logic for always-available GPRs | Sean Christopherson |
2019-04-30 | KVM/nSVM: Use the new mapping API for mapping guest memory | KarimAllah Ahmed |
2019-04-16 | KVM: x86: clear SMM flags before loading state while leaving SMM | Sean Christopherson |
2019-04-16 | KVM: x86: Load SMRAM in a single shot when leaving SMM | Sean Christopherson |
2019-04-16 | x86/kvm: move kvm_load/put_guest_xcr0 into atomic context | WANG Chao |
2019-04-16 | KVM: x86: svm: make sure NMI is injected after nmi_singlestep | Vitaly Kuznetsov |
2019-04-16 | svm/avic: Fix invalidate logical APIC id entry | Suthikulpanit, Suravee |
2019-04-16 | Revert "svm: Fix AVIC incomplete IPI emulation" | Suthikulpanit, Suravee |
2019-04-05 | KVM: SVM: prevent DBG_DECRYPT and DBG_ENCRYPT overflow | David Rientjes |
2019-04-05 | kvm: svm: fix potential get_num_contig_pages overflow | David Rientjes |
2019-03-28 | KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation) | Singh, Brijesh |
2019-02-20 | kvm: svm: Add memcg accounting to KVM allocations | Ben Gardon |
2019-02-20 | svm: Fix improper check when deactivate AVIC | Suthikulpanit, Suravee |
2019-02-20 | svm: Fix AVIC DFR and LDR handling | Suthikulpanit, Suravee |