summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)Author
2017-01-05KVM: VMX: remove duplicated declarationJan Dakinevich
2016-12-21KVM: nVMX: fix instruction skipping during emulated vm-entryDavid Matlack
2016-12-19kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)Jim Mattson
2016-12-15kvm: nVMX: Correct a VMX instruction error code for VMPTRLDGanShun
2016-12-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-12-08KVM: nVMX: invvpid handling improvementsJan Dakinevich
2016-12-08KVM: nVMX: check host CR3 on vmentry and vmexitLadi Prosek
2016-12-08KVM: nVMX: introduce nested_vmx_load_cr3 and call it on vmentryLadi Prosek
2016-12-08KVM: nVMX: propagate errors from prepare_vmcs02Ladi Prosek
2016-12-08KVM: nVMX: fix CR3 load if L2 uses PAE paging and EPTLadi Prosek
2016-12-08KVM: nVMX: load GUEST_EFER after GUEST_CR0 during emulated VM-entryDavid Matlack
2016-12-08KVM: nVMX: generate MSR_IA32_CR{0,4}_FIXED1 from guest CPUIDDavid Matlack
2016-12-08KVM: nVMX: fix checks on CR{0,4} during virtual VMX operationDavid Matlack
2016-12-08KVM: nVMX: support restore of VMX capability MSRsDavid Matlack
2016-12-08KVM: nVMX: generate non-true VMX MSRs based on true versionsDavid Matlack
2016-12-08KVM: x86: Add kvm_skip_emulated_instruction and use it.Kyle Huey
2016-12-08KVM: VMX: Move skip_emulated_instruction out of nested_vmx_check_vmcs12Kyle Huey
2016-12-08KVM: VMX: Reorder some skip_emulated_instruction callsKyle Huey
2016-12-08KVM: x86: Add a return value to kvm_emulate_cpuidKyle Huey
2016-11-23Merge branch 'linus' into x86/fpu, to resolve conflictsIngo Molnar
2016-11-22KVM: nVMX: invvpid handling improvementsJan Dakinevich
2016-11-16kvm: x86: make function static to avoid compiling warningJiang Biao
2016-11-03kvm: x86: avoid atomic operations on APICv vmentryPaolo Bonzini
2016-11-02KVM: nVMX: support descriptor table exitsPaolo Bonzini
2016-11-02kvm: x86: remove the misleading comment in vmx_handle_external_intrLongpeng(Mike)
2016-11-02KVM: VMX: refactor setup of global page-sized bitmapsRadim Krčmář
2016-11-02KVM: VMX: join functions that disable x2apic msr interceptsRadim Krčmář
2016-11-02KVM: VMX: remove functions that enable msr interceptsRadim Krčmář
2016-11-02kvm: nVMX: Update MSR load counts on a VMCS switchJim Mattson
2016-11-02kvm: nVMX: Fetch VM_INSTRUCTION_ERROR from vmcs02 on vmx->failJim Mattson
2016-11-02KVM: VMX: Better name x2apic msr bitmapsWanpeng Li
2016-11-02kvm: nVMX: VMCLEAR an active shadow VMCS after last useJim Mattson
2016-11-02KVM: x86: drop TSC offsetting kvm_x86_ops to fix KVM_GET/SET_CLOCKPaolo Bonzini
2016-11-01x86/fpu, kvm: Remove host CR0.TS manipulationAndy Lutomirski
2016-10-27kvm: nVMX: Fix kernel panics induced by illegal INVEPT/INVVPID typesJim Mattson
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-09-23KVM: nVMX: Fix the NMI IDT-vectoring handlingWanpeng Li
2016-09-23KVM: VMX: Enable MSR-BASED TPR shadow even if APICv is inactiveWanpeng Li
2016-09-23KVM: nVMX: Fix reload apic access page warningWanpeng Li
2016-09-16kvm: x86: drop read_tsc_offset()Luiz Capitulino
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar
2016-09-07KVM: nVMX: expose INS/OUTS information supportJan Dakinevich
2016-09-07KVM: VMX: not use vmcs_config in setup_vmcs_configPaolo Bonzini
2016-09-07KVM: x86: ratelimit and decrease severity for guest-triggered printkPaolo Bonzini
2016-09-07KVM: nVMX: pass valid guest linear-address to the L1Jan Dakinevich
2016-09-07KVM: nVMX: make emulated nested preemption timer pinnedWanpeng Li
2016-09-07vmx: refine validity check for guest linear addressLiang Li
2016-08-18kvm: nVMX: fix nested tsc scalingPeter Feiner
2016-08-18KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE writeRadim Krčmář
2016-08-18KVM: nVMX: fix msr bitmaps to prevent L2 from accessing L0 x2APICRadim Krčmář