Age | Commit message (Expand) | Author | Files | Lines |
2021-02-19 | KVM: VMX: Dynamically enable/disable PML based on memslot dirty logging | Makarand Sonare | 1 | -0/+5 |
2021-02-19 | KVM: nVMX: Disable PML in hardware when running L2 | Sean Christopherson | 1 | -14/+15 |
2021-02-18 | KVM: nVMX: no need to undo inject_page_fault change on nested vmexit | Paolo Bonzini | 1 | -3/+0 |
2021-02-04 | KVM: VMX: Use GPA legality helpers to replace open coded equivalents | Sean Christopherson | 1 | -19/+7 |
2021-02-04 | KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hw | Uros Bizjak | 1 | -29/+3 |
2021-02-04 | KVM: X86: prepend vmx/svm prefix to additional kvm_x86_ops functions | Jason Baron | 1 | -1/+1 |
2021-02-04 | KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOW | Chenyi Qiang | 1 | -2/+2 |
2021-02-04 | KVM: VMX: Convert vcpu_vmx.exit_reason to a union | Sean Christopherson | 1 | -15/+27 |
2021-01-25 | KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMX | Paolo Bonzini | 1 | -6/+25 |
2021-01-25 | KVM: nVMX: Sync unsync'd vmcs02 state to vmcs12 on migration | Maxim Levitsky | 1 | -5/+8 |
2021-01-07 | KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexit | Maxim Levitsky | 1 | -0/+2 |
2020-11-15 | KVM: x86: emulate wait-for-SIPI and SIPI-VMExit | Yadong Qi | 1 | -14/+41 |
2020-11-15 | KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hook | Sean Christopherson | 1 | -1/+1 |
2020-10-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -83/+95 |
2020-10-14 | Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2020-09-28 | KVM: x86: rename KVM_REQ_GET_VMCS12_PAGES | Paolo Bonzini | 1 | -4/+4 |
2020-09-28 | KVM: x86: Prepare MSR bitmaps for userspace tracked MSRs | Aaron Lewis | 1 | -1/+1 |
2020-09-28 | KVM: VMX: Rename "find_msr_entry" to "vmx_find_uret_msr" | Sean Christopherson | 1 | -1/+1 |
2020-09-28 | KVM: VMX: Rename the "shared_msr_entry" struct to "vmx_uret_msr" | Sean Christopherson | 1 | -1/+1 |
2020-09-28 | KVM: VMX: Rename "vmx_find_msr_index" to "vmx_find_loadstore_msr_slot" | Sean Christopherson | 1 | -8/+8 |
2020-09-28 | KVM: VMX: Prepend "MAX_" to MSR array size defines | Sean Christopherson | 1 | -1/+1 |
2020-09-28 | KVM: nVMX: Read EXIT_QUAL and INTR_INFO only when needed for nested exit | Sean Christopherson | 1 | -3/+2 |
2020-09-28 | KVM: x86: Use common definition for kvm_nested_vmexit tracepoint | Sean Christopherson | 1 | -4/+1 |
2020-09-28 | KVM: VMX: Add a helper to test for a valid error code given an intr info | Sean Christopherson | 1 | -3/+1 |
2020-09-28 | KVM: x86: Read guest RIP from within the kvm_nested_vmexit tracepoint | Sean Christopherson | 1 | -1/+1 |
2020-09-28 | KVM: nVMX: WARN on attempt to switch the currently loaded VMCS | Sean Christopherson | 1 | -1/+1 |
2020-09-28 | KVM: nVMX: Drop redundant VMCS switch and free_nested() call | Sean Christopherson | 1 | -2/+0 |
2020-09-28 | KVM: nVMX: Ensure vmcs01 is the loaded VMCS when freeing nested state | Sean Christopherson | 1 | -0/+3 |
2020-09-28 | KVM: nVMX: Move free_nested() below vmx_switch_vmcs() | Sean Christopherson | 1 | -38/+38 |
2020-09-28 | KVM: nVMX: Explicitly check for valid guest state for !unrestricted guest | Sean Christopherson | 1 | -1/+1 |
2020-09-28 | KVM: nVMX: Reload vmcs01 if getting vmcs12's pages fails | Sean Christopherson | 1 | -1/+3 |
2020-09-28 | KVM: nVMX: Reset the segment cache when stuffing guest segs | Sean Christopherson | 1 | -0/+2 |
2020-09-28 | KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE" | Sean Christopherson | 1 | -2/+2 |
2020-09-28 | KVM: nVMX: Add VM-Enter failed tracepoints for super early checks | Sean Christopherson | 1 | -5/+5 |
2020-09-28 | KVM: nVMX: Morph notification vector IRQ on nested VM-Enter to pending PI | Sean Christopherson | 1 | -0/+8 |
2020-09-28 | KVM: nVMX: KVM needs to unset "unrestricted guest" VM-execution control in vm... | Krish Sadhukhan | 1 | -0/+3 |
2020-09-28 | KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.c | Babu Moger | 1 | -6/+6 |
2020-09-28 | KVM: nVMX: Fix VMX controls MSRs setup when nested VMX enabled | Chenyi Qiang | 1 | -2/+4 |
2020-09-11 | KVM: nVMX: Fix the update value of nested load IA32_PERF_GLOBAL_CTRL control | Chenyi Qiang | 1 | -1/+1 |
2020-09-11 | KVM: nVMX: Update VMCS02 when L2 PAE PDPTE updates detected | Peter Shier | 1 | -0/+8 |
2020-09-10 | objtool: Rename frame.h -> objtool.h | Julien Thierry | 1 | -1/+1 |
2020-08-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -54/+95 |
2020-07-30 | KVM: x86: Pull the PGD's level from the MMU instead of recalculating it | Sean Christopherson | 1 | -1/+2 |
2020-07-27 | KVM: nVMX: check for invalid hdr.vmx.flags | Paolo Bonzini | 1 | -0/+3 |
2020-07-27 | KVM: nVMX: check for required but missing VMCS12 in KVM_SET_NESTED_STATE | Paolo Bonzini | 1 | -3/+10 |
2020-07-10 | KVM: VMX: introduce vmx_need_pf_intercept | Paolo Bonzini | 1 | -11/+17 |
2020-07-10 | KVM: nVMX: fixes for preemption timer migration | Paolo Bonzini | 1 | -0/+1 |
2020-07-09 | KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid() | Xiaoyao Li | 1 | -1/+2 |
2020-07-08 | KVM: nVMX: Wrap VM-Fail valid path in generic VM-Fail helper | Sean Christopherson | 1 | -41/+36 |
2020-07-08 | KVM: x86/mmu: Make .write_log_dirty a nested operation | Sean Christopherson | 1 | -0/+38 |