summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx/vmx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: rename apic_access_page_done to apic_access_memslot_enabledMaxim Levitsky2021-06-251-2/+2
* kvm: x86: disable the narrow guest module parameter on unloadAaron Lewis2021-06-251-0/+2
* KVM: nVMX: Handle split-lock #AC exceptions that happen in L2Sean Christopherson2021-06-241-2/+2
* KVM: x86: Print CPU of last attempted VM-entry when dumping VMCS/VMCBJim Mattson2021-06-241-0/+2
* KVM: VMX: Skip #PF(RSVD) intercepts when emulating smaller maxphyaddrJim Mattson2021-06-211-9/+14
* KVM: VMX: Refuse to load kvm_intel if EPT and NX are disabledSean Christopherson2021-06-181-0/+6
* KVM: nVMX: Use '-1' in 'hv_evmcs_vmptr' to indicate that eVMCS is not in useVitaly Kuznetsov2021-06-171-0/+1
* KVM: x86: hyper-v: Move the remote TLB flush logic out of vmxVineeth Pillai2021-06-171-103/+2
* KVM: nVMX: nSVM: 'nested_run' should count guest-entry attempts that make it ...Krish Sadhukhan2021-06-171-1/+12
* KVM: x86: Drop "pre_" from enter/leave_smm() helpersSean Christopherson2021-06-171-4/+4
* KVM: x86: Drop vendor specific functions for APICv/AVIC enablementVitaly Kuznetsov2021-06-171-1/+0
* KVM: x86: Use common 'enable_apicv' variable for both APICv and AVICVitaly Kuznetsov2021-06-171-1/+0
* KVM: X86: Add vendor callbacks for writing the TSC multiplierIlias Stamatis2021-06-171-5/+6
* KVM: X86: Move write_l1_tsc_offset() logic to common code and rename itIlias Stamatis2021-06-171-20/+3
* KVM: X86: Add functions for retrieving L2 TSC fields from common codeIlias Stamatis2021-06-171-0/+23
* KVM: X86: Store L1's TSC scaling ratio in 'struct kvm_vcpu_arch'Ilias Stamatis2021-06-171-2/+2
* KVM: x86: Fix fall-through warnings for ClangGustavo A. R. Silva2021-06-101-0/+1
* KVM: X86: Use kvm_get_linear_rip() in single-step and #DB/#BP interceptionYuan Yao2021-05-281-3/+2
* KVM: VMX: update vcpu posted-interrupt descriptor when assigning deviceMarcelo Tosatti2021-05-271-0/+1
* Merge tag 'kvmarm-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-05-171-44/+11
|\
| * KVM: x86: Consolidate guest enter/exit logic to common helpersSean Christopherson2021-05-051-37/+2
| * KVM: x86: Defer vtime accounting 'til after IRQ handlingWanpeng Li2021-05-051-3/+3
| * KVM/VMX: Invoke NMI non-IST entry instead of IST entryLai Jiangshan2021-05-051-7/+9
* | KVM: X86: Expose bus lock debug exception to guestPaolo Bonzini2021-05-071-0/+3
* | KVM: x86: Tie Intel and AMD behavior for MSR_TSC_AUX to guest CPU modelSean Christopherson2021-05-071-15/+0
* | KVM: x86: Move uret MSR slot management to common x86Sean Christopherson2021-05-071-15/+4
* | KVM: VMX: Disable loading of TSX_CTRL MSR the more conventional waySean Christopherson2021-05-071-12/+10
* | KVM: VMX: Use common x86's uret MSR list as the one true listSean Christopherson2021-05-071-57/+40
* | KVM: VMX: Use flag to indicate "active" uret MSRs instead of sorting listSean Christopherson2021-05-071-39/+41
* | KVM: VMX: Configure list of user return MSRs at module initSean Christopherson2021-05-071-20/+41
* | KVM: x86: Add support for RDPID without RDTSCPSean Christopherson2021-05-071-4/+23
* | KVM: VMX: Disable preemption when probing user return MSRsSean Christopherson2021-05-071-4/+1
* | KVM: x86: Move RDPID emulation intercept to its own enumSean Christopherson2021-05-071-1/+2
* | KVM: VMX: Do not advertise RDPID if ENABLE_RDTSCP control is unsupportedSean Christopherson2021-05-071-2/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-191/+241
|\
| * KVM: x86: Rename GPR accessors to make mode-aware variants the defaultsSean Christopherson2021-04-261-6/+6
| * KVM: VMX: Truncate GPR value for DR and CR reads in !64-bit modeSean Christopherson2021-04-261-3/+3
| * KVM: VMX: Intercept FS/GS_BASE MSR accesses for 32-bit KVMSean Christopherson2021-04-261-0/+4
| * KVM: VMX: Invert the inlining of MSR interception helpersSean Christopherson2021-04-261-15/+2
| * KVM: VMX: use EPT_VIOLATION_GVA_TRANSLATED instead of 0x100Isaku Yamahata2021-04-231-1/+1
| * KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LCSean Christopherson2021-04-201-2/+24
| * KVM: VMX: Add emulation of SGX Launch Control LE hash MSRsSean Christopherson2021-04-201-0/+31
| * KVM: VMX: Frame in ENCLS handler for SGX virtualizationSean Christopherson2021-04-201-3/+6
| * KVM: VMX: Add basic handling of VM-Exit from SGX enclaveSean Christopherson2021-04-201-2/+43
| * KVM: x86: dump_vmcs should include the autoload/autostore MSR listsDavid Edmondson2021-04-171-0/+16
| * KVM: x86: dump_vmcs should show the effective EFERDavid Edmondson2021-04-171-4/+16
| * KVM: x86: dump_vmcs should consider only the load controls of EFER/PATDavid Edmondson2021-04-171-4/+2
| * KVM: x86: dump_vmcs should not conflate EFER and PAT presence in VMCSDavid Edmondson2021-04-171-9/+10
| * KVM: x86: dump_vmcs should not assume GUEST_IA32_EFER is validDavid Edmondson2021-04-171-6/+3
| * KVM: x86: Account a variety of miscellaneous allocationsSean Christopherson2021-04-171-1/+1