summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx/nested.c
AgeCommit message (Expand)Author
2021-04-26KVM: x86: Rename GPR accessors to make mode-aware variants the defaultsSean Christopherson
2021-04-26KVM: nVMX: Truncate base/index GPR value on address calc in !64-bitSean Christopherson
2021-04-26KVM: nVMX: Truncate bits 63:32 of VMCS field on nested check in !64-bitSean Christopherson
2021-04-26KVM: VMX: Intercept FS/GS_BASE MSR accesses for 32-bit KVMSean Christopherson
2021-04-20KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LCSean Christopherson
2021-04-20KVM: VMX: Add basic handling of VM-Exit from SGX enclaveSean Christopherson
2021-04-17KVM: x86: pending exceptions must not be blocked by an injected eventMaxim Levitsky
2021-03-21x86: Fix various typos in comments, take #2Ingo Molnar
2021-03-15KVM: x86: Handle triple fault in L2 without killing L1Sean Christopherson
2021-03-15KVM: x86: Move nVMX's consistency check macro to common codeSean Christopherson
2021-03-15KVM: nVMX: Defer the MMU reload to the normal path on an EPTP switchSean Christopherson
2021-03-15KVM: x86: to track if L1 is running L2 VMDongli Zhang
2021-02-19KVM: VMX: Dynamically enable/disable PML based on memslot dirty loggingMakarand Sonare
2021-02-19KVM: nVMX: Disable PML in hardware when running L2Sean Christopherson
2021-02-18KVM: nVMX: no need to undo inject_page_fault change on nested vmexitPaolo Bonzini
2021-02-04KVM: VMX: Use GPA legality helpers to replace open coded equivalentsSean Christopherson
2021-02-04KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hwUros Bizjak
2021-02-04KVM: X86: prepend vmx/svm prefix to additional kvm_x86_ops functionsJason Baron
2021-02-04KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOWChenyi Qiang
2021-02-04KVM: VMX: Convert vcpu_vmx.exit_reason to a unionSean Christopherson
2021-01-25KVM: x86: allow KVM_REQ_GET_NESTED_STATE_PAGES outside guest mode for VMXPaolo Bonzini
2021-01-25KVM: nVMX: Sync unsync'd vmcs02 state to vmcs12 on migrationMaxim Levitsky
2021-01-07KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexitMaxim Levitsky
2020-11-15KVM: x86: emulate wait-for-SIPI and SIPI-VMExitYadong Qi
2020-11-15KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hookSean Christopherson
2020-10-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-10-14Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-09-28KVM: x86: rename KVM_REQ_GET_VMCS12_PAGESPaolo Bonzini
2020-09-28KVM: x86: Prepare MSR bitmaps for userspace tracked MSRsAaron Lewis
2020-09-28KVM: VMX: Rename "find_msr_entry" to "vmx_find_uret_msr"Sean Christopherson
2020-09-28KVM: VMX: Rename the "shared_msr_entry" struct to "vmx_uret_msr"Sean Christopherson
2020-09-28KVM: VMX: Rename "vmx_find_msr_index" to "vmx_find_loadstore_msr_slot"Sean Christopherson
2020-09-28KVM: VMX: Prepend "MAX_" to MSR array size definesSean Christopherson
2020-09-28KVM: nVMX: Read EXIT_QUAL and INTR_INFO only when needed for nested exitSean Christopherson
2020-09-28KVM: x86: Use common definition for kvm_nested_vmexit tracepointSean Christopherson
2020-09-28KVM: VMX: Add a helper to test for a valid error code given an intr infoSean Christopherson
2020-09-28KVM: x86: Read guest RIP from within the kvm_nested_vmexit tracepointSean Christopherson
2020-09-28KVM: nVMX: WARN on attempt to switch the currently loaded VMCSSean Christopherson
2020-09-28KVM: nVMX: Drop redundant VMCS switch and free_nested() callSean Christopherson
2020-09-28KVM: nVMX: Ensure vmcs01 is the loaded VMCS when freeing nested stateSean Christopherson
2020-09-28KVM: nVMX: Move free_nested() below vmx_switch_vmcs()Sean Christopherson
2020-09-28KVM: nVMX: Explicitly check for valid guest state for !unrestricted guestSean Christopherson
2020-09-28KVM: nVMX: Reload vmcs01 if getting vmcs12's pages failsSean Christopherson
2020-09-28KVM: nVMX: Reset the segment cache when stuffing guest segsSean Christopherson
2020-09-28KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE"Sean Christopherson
2020-09-28KVM: nVMX: Add VM-Enter failed tracepoints for super early checksSean Christopherson
2020-09-28KVM: nVMX: Morph notification vector IRQ on nested VM-Enter to pending PISean Christopherson
2020-09-28KVM: nVMX: KVM needs to unset "unrestricted guest" VM-execution control in vm...Krish Sadhukhan
2020-09-28KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.cBabu Moger
2020-09-28KVM: nVMX: Fix VMX controls MSRs setup when nested VMX enabledChenyi Qiang