Age | Commit message (Expand) | Author | Files | Lines |
2019-10-31 | KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is active | Paolo Bonzini | 1 | -2/+8 |
2019-10-22 | KVM: SVM: Fix potential wrong physical id in avic_handle_ldr_update | Miaohe Lin | 1 | -3/+3 |
2019-09-24 | kvm: svm: Intercept RDPRU | Jim Mattson | 1 | -0/+8 |
2019-09-24 | KVM: VMX: Handle single-step #DB for EMULTYPE_SKIP on EPT misconfig | Sean Christopherson | 1 | -8/+9 |
2019-09-24 | KVM: x86: Remove emulation_result enums, EMULATE_{DONE,FAIL,USER_EXIT} | Sean Christopherson | 1 | -13/+9 |
2019-09-24 | KVM: x86: Handle emulation failure directly in kvm_task_switch() | Sean Christopherson | 1 | -9/+2 |
2019-09-24 | KVM: x86: Exit to userspace on emulation skip failure | Sean Christopherson | 1 | -2/+2 |
2019-09-24 | KVM: x86: Move #GP injection for VMware into x86_emulate_instruction() | Sean Christopherson | 1 | -8/+2 |
2019-09-24 | KVM: x86: Don't attempt VMWare emulation on #GP with non-zero error code | Sean Christopherson | 1 | -1/+9 |
2019-09-24 | KVM: x86: svm: remove unneeded nested_enable_evmcs() hook | Vitaly Kuznetsov | 1 | -8/+1 |
2019-09-18 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -105/+93 |
2019-09-11 | KVM: x86: Fix INIT signal handling in various CPU states | Liran Alon | 1 | -0/+17 |
2019-09-11 | x86: KVM: svm: Fix a check in nested_svm_vmrun() | Dan Carpenter | 1 | -1/+1 |
2019-09-11 | KVM: x86: Return to userspace with internal error on unexpected exit reason | Liran Alon | 1 | -3/+8 |
2019-09-10 | KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM code | Sean Christopherson | 1 | -27/+2 |
2019-09-10 | KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callers | Sean Christopherson | 1 | -6/+1 |
2019-09-10 | KVM: X86: Tune PLE Window tracepoint | Peter Xu | 1 | -8/+8 |
2019-09-10 | KVM: x86: Disable posted interrupts for non-standard IRQs delivery modes | Alexander Graf | 1 | -1/+3 |
2019-08-27 | KVM: x86: hyper-v: don't crash on KVM_GET_SUPPORTED_HV_CPUID when kvm_intel.n... | Vitaly Kuznetsov | 1 | -7/+1 |
2019-08-22 | KVM: Assert that struct kvm_vcpu is always as offset zero | Sean Christopherson | 1 | -0/+3 |
2019-08-22 | x86: KVM: svm: eliminate hardcoded RIP advancement from vmrun_interception() | Vitaly Kuznetsov | 1 | -10/+10 |
2019-08-22 | x86: KVM: svm: eliminate weird goto from vmrun_interception() | Vitaly Kuznetsov | 1 | -22/+14 |
2019-08-22 | x86: KVM: svm: remove hardcoded instruction length from intercepts | Vitaly Kuznetsov | 1 | -11/+0 |
2019-08-22 | x86: KVM: add xsetbv to the emulator | Vitaly Kuznetsov | 1 | -0/+1 |
2019-08-22 | x86: kvm: svm: propagate errors from skip_emulated_instruction() | Vitaly Kuznetsov | 1 | -16/+20 |
2019-08-22 | x86: KVM: svm: don't pretend to advance RIP in case wrmsr_interception() resu... | Vitaly Kuznetsov | 1 | -1/+1 |
2019-08-22 | KVM: x86: always expose VIRT_SSBD to guests | Paolo Bonzini | 1 | -4/+9 |
2019-08-14 | KVM: x86: svm: remove redundant assignment of var new_entry | Miaohe Lin | 1 | -1/+0 |
2019-08-05 | KVM: Fix leak vCPU's VMCS value into other pCPU | Wanpeng Li | 1 | -0/+6 |
2019-07-22 | KVM: X86: Dynamically allocate user_fpu | Wanpeng Li | 1 | -1/+12 |
2019-07-20 | KVM: SVM: Fix detection of AMD Errata 1096 | Liran Alon | 1 | -7/+35 |
2019-07-11 | Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 1 | -4/+1 |
2019-07-11 | KVM: x86: Unconditionally enable irqs in guest context | Sean Christopherson | 1 | -9/+1 |
2019-07-03 | KVM: svm: add nrips module parameter | Paolo Bonzini | 1 | -3/+12 |
2019-07-02 | KVM: nVMX: list VMX MSRs in KVM_GET_MSR_INDEX_LIST | Paolo Bonzini | 1 | -0/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499 | Thomas Gleixner | 1 | -4/+1 |
2019-06-18 | KVM: VMX: Handle NMIs, #MCs and async #PFs in common irqs-disabled fn | Sean Christopherson | 1 | -2/+2 |
2019-06-18 | KVM: x86: Move kvm_{before,after}_interrupt() calls to vendor code | Sean Christopherson | 1 | -0/+2 |
2019-06-04 | KVM: Directly return result from kvm_arch_check_processor_compat() | Sean Christopherson | 1 | -2/+2 |
2019-06-04 | kvm: svm/avic: Do not send AVIC doorbell to self | Suthikulpanit, Suravee | 1 | -4/+7 |
2019-06-04 | KVM: LAPIC: Optimize timer latency further | Wanpeng Li | 1 | -0/+4 |
2019-06-04 | KVM/nSVM: properly map nested VMCB | Vitaly Kuznetsov | 1 | -2/+2 |
2019-05-24 | KVM: x86: do not spam dmesg with VMCS/VMCB dumps | Paolo Bonzini | 1 | -1/+8 |
2019-05-24 | kvm: svm/avic: fix off-by-one in checking host APIC ID | Suthikulpanit, Suravee | 1 | -1/+5 |
2019-05-17 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -67/+61 |
2019-05-14 | mm/gup: change GUP fast to use flags rather than a write 'bool' | Ira Weiny | 1 | -1/+1 |
2019-04-30 | KVM: x86: use direct accessors for RIP and RSP | Paolo Bonzini | 1 | -4/+4 |
2019-04-30 | KVM: x86: Omit caching logic for always-available GPRs | Sean Christopherson | 1 | -14/+12 |
2019-04-30 | KVM/nSVM: Use the new mapping API for mapping guest memory | KarimAllah Ahmed | 1 | -49/+45 |
2019-04-16 | KVM: x86: clear SMM flags before loading state while leaving SMM | Sean Christopherson | 1 | -8/+4 |